Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit015752c

Browse files
author
Mayowa Adegeye
committed
chore: Upgrade blog base theme
1 parent4a86244 commit015752c

File tree

40 files changed

+1142
-75
lines changed

40 files changed

+1142
-75
lines changed

‎Gemfile.lock‎

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,58 @@
11
GEM
22
remote:https://rubygems.org/
33
specs:
4-
addressable (2.4.0)
5-
colorator (0.1)
6-
faraday (0.9.2)
4+
addressable (2.5.0)
5+
public_suffix (~>2.0,>=2.0.2)
6+
colorator (1.1.0)
7+
faraday (0.10.0)
78
multipart-post (>=1.2,<3)
8-
ffi (1.9.10)
9-
ffi (1.9.10-x64-mingw32)
10-
jekyll (3.1.6)
11-
colorator (~>0.1)
9+
ffi (1.9.14)
10+
ffi (1.9.14-x64-mingw32)
11+
forwardable-extended (2.6.0)
12+
jekyll (3.3.1)
13+
addressable (~>2.4)
14+
colorator (~>1.0)
1215
jekyll-sass-converter (~>1.0)
1316
jekyll-watch (~>1.1)
1417
kramdown (~>1.3)
1518
liquid (~>3.0)
1619
mercenary (~>0.3.3)
20+
pathutil (~>0.9)
1721
rouge (~>1.7)
1822
safe_yaml (~>1.0)
19-
jekyll-feed (0.5.1)
23+
jekyll-feed (0.8.0)
24+
jekyll (~>3.3)
2025
jekyll-gist (1.4.0)
2126
octokit (~>4.2)
2227
jekyll-paginate (1.1.0)
23-
jekyll-sass-converter (1.4.0)
28+
jekyll-sass-converter (1.5.0)
2429
sass (~>3.4)
25-
jekyll-sitemap (0.10.0)
26-
jekyll-watch (1.4.0)
30+
jekyll-sitemap (0.12.0)
31+
jekyll (~>3.3)
32+
jekyll-watch (1.5.0)
2733
listen (~>3.0,<3.1)
28-
json (1.8.3)
29-
kramdown (1.11.1)
34+
json (2.0.2)
35+
kramdown (1.13.1)
3036
liquid (3.0.6)
3137
listen (3.0.8)
3238
rb-fsevent (~>0.9,>=0.9.4)
3339
rb-inotify (~>0.9,>=0.9.7)
3440
mercenary (0.3.6)
3541
multipart-post (2.0.0)
36-
octokit (4.3.0)
37-
sawyer (~>0.7.0,>=0.5.3)
38-
rb-fsevent (0.9.7)
42+
octokit (4.6.2)
43+
sawyer (~>0.8.0,>=0.5.3)
44+
pathutil (0.14.0)
45+
forwardable-extended (~>2.6)
46+
public_suffix (2.0.4)
47+
rb-fsevent (0.9.8)
3948
rb-inotify (0.9.7)
4049
ffi (>=0.5.0)
4150
rouge (1.11.1)
4251
safe_yaml (1.0.4)
4352
sass (3.4.22)
44-
sawyer (0.7.0)
45-
addressable (>=2.3.5,<2.5)
46-
faraday (~>0.8,<0.10)
53+
sawyer (0.8.1)
54+
addressable (>=2.3.5,<2.6)
55+
faraday (~>0.8,<1.0)
4756

4857
PLATFORMS
4958
ruby
@@ -58,4 +67,4 @@ DEPENDENCIES
5867
json
5968

6069
BUNDLED WITH
61-
1.12.5
70+
1.13.6

‎_config.yml‎

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
title:Site Title
2-
description:Describe your website here.
3-
disqus_shortname:
1+
title:Mayowa Adegeye
2+
description:Programming adventures, Android, PHP, NodeJS, JavaScript, Python. Coding Tips and best practices.
3+
disqus_shortname:adegeyemayowa
44
reading_time:true
55
words_per_minute:200
66
# Your site's domain goes here (eg: https://mmistakes.github.io, http://yourdomain.com, etc)
77
# When testing locally leave blank or use http://localhost:4000
8-
url:
8+
#url: https://mayojava.github.io
9+
url:http://localhost:4000
910

1011
# Owner/author information
1112
owner:
12-
name:Your Name
13+
name:Mayowa Adegeye
1314
avatar:avatar.jpg
14-
bio:"Your bio goes here. It shouldn't be super long but a good sentence or two should suffice."
15-
email:you@email.com
15+
bio:"Android Developer, Back-End REST API Developer [PHP & NodeJS] and Algorithm Enthusiast."
16+
email:adegeyemayowa@gmail.com
1617
# Social networking links used in footer. Update and remove as you like.
17-
twitter:
18-
facebook:
19-
github:
18+
twitter:mayojava
19+
facebook:
20+
github:mayojava
2021
stackexchange:
2122
linkedin:
2223
instagram:
@@ -29,13 +30,13 @@ owner:
2930
background:
3031

3132
# Analytics and webmaster tools stuff goes here
32-
google_analytics:
33+
google_analytics:UA-78289179-1
3334
google_verify:
3435
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
3536
bing_verify:
3637

3738
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
38-
timezone:America/New_York
39+
timezone:Africa/Lagos
3940
future:false# publish future dated posts -- true, false (default)
4041
highlighter:rouge
4142
markdown:kramdown

‎_data/navigation.yml‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
# Menu navigation links
2-
3-
-title:Theme Setup
4-
url:/theme-setup/
5-
6-
-title:External Link
7-
url:http://mademistakes.com
1+
# Menu navigation links
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp