Skip to content

Commit 4244bcb

Browse files
committed
Update Jekyll and config files
- Fix an old Jekyll version issue with updating Github page site.
1 parent 1b8f965 commit 4244bcb

15 files changed

+317
-109
lines changed

Gemfile

100755100644
+2-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
1-
source "https://rubygems.org"
2-
3-
gem "jekyll", "~> 2.5.3"
4-
# with Ruby 2.0 on OS X, you may need to install
5-
# it manually with --with-iconv-dir:
6-
#
7-
# gem install iconv -- --with-iconv-dir=~/.rvm/usr
8-
gem "iconv"
9-
gem "albino"
10-
gem "jekyll-sitemap"
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

Gemfile.lock

100755100644
+197-57
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,217 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
albino (1.3.3)
5-
posix-spawn (>= 0.3.6)
6-
blankslate (2.1.2.4)
7-
celluloid (0.16.0)
8-
timers (~> 4.0.0)
9-
classifier-reborn (2.0.3)
10-
fast-stemmer (~> 1.0)
11-
coffee-script (2.3.0)
4+
activesupport (4.2.8)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
14-
coffee-script-source (1.8.0)
15-
colorator (0.1)
16-
execjs (2.2.2)
17-
fast-stemmer (1.0.2)
18-
ffi (1.9.6)
19-
hitimes (1.2.2)
20-
iconv (1.0.4)
21-
jekyll (2.5.3)
22-
classifier-reborn (~> 2.0)
23-
colorator (~> 0.1)
24-
jekyll-coffeescript (~> 1.0)
25-
jekyll-gist (~> 1.0)
26-
jekyll-paginate (~> 1.0)
14+
coffee-script-source (1.12.2)
15+
colorator (1.1.0)
16+
ethon (0.10.1)
17+
ffi (>= 1.3.0)
18+
execjs (2.7.0)
19+
faraday (0.13.1)
20+
multipart-post (>= 1.2, < 3)
21+
ffi (1.9.18)
22+
forwardable-extended (2.6.0)
23+
gemoji (3.0.0)
24+
github-pages (157)
25+
activesupport (= 4.2.8)
26+
github-pages-health-check (= 1.3.5)
27+
jekyll (= 3.5.2)
28+
jekyll-avatar (= 0.4.2)
29+
jekyll-coffeescript (= 1.0.1)
30+
jekyll-default-layout (= 0.1.4)
31+
jekyll-feed (= 0.9.2)
32+
jekyll-gist (= 1.4.1)
33+
jekyll-github-metadata (= 2.9.1)
34+
jekyll-mentions (= 1.2.0)
35+
jekyll-optional-front-matter (= 0.2.0)
36+
jekyll-paginate (= 1.1.0)
37+
jekyll-readme-index (= 0.1.0)
38+
jekyll-redirect-from (= 0.12.1)
39+
jekyll-relative-links (= 0.4.1)
40+
jekyll-sass-converter (= 1.5.0)
41+
jekyll-seo-tag (= 2.3.0)
42+
jekyll-sitemap (= 1.0.0)
43+
jekyll-swiss (= 0.4.0)
44+
jekyll-theme-architect (= 0.1.0)
45+
jekyll-theme-cayman (= 0.1.0)
46+
jekyll-theme-dinky (= 0.1.0)
47+
jekyll-theme-hacker (= 0.1.0)
48+
jekyll-theme-leap-day (= 0.1.0)
49+
jekyll-theme-merlot (= 0.1.0)
50+
jekyll-theme-midnight (= 0.1.0)
51+
jekyll-theme-minimal (= 0.1.0)
52+
jekyll-theme-modernist (= 0.1.0)
53+
jekyll-theme-primer (= 0.5.2)
54+
jekyll-theme-slate (= 0.1.0)
55+
jekyll-theme-tactile (= 0.1.0)
56+
jekyll-theme-time-machine (= 0.1.0)
57+
jekyll-titles-from-headings (= 0.4.0)
58+
jemoji (= 0.8.0)
59+
kramdown (= 1.13.2)
60+
liquid (= 4.0.0)
61+
listen (= 3.0.6)
62+
mercenary (~> 0.3)
63+
minima (= 2.1.1)
64+
rouge (= 1.11.1)
65+
terminal-table (~> 1.4)
66+
github-pages-health-check (1.3.5)
67+
addressable (~> 2.3)
68+
net-dns (~> 0.8)
69+
octokit (~> 4.0)
70+
public_suffix (~> 2.0)
71+
typhoeus (~> 0.7)
72+
html-pipeline (2.7.0)
73+
activesupport (>= 2)
74+
nokogiri (>= 1.4)
75+
i18n (0.8.6)
76+
jekyll (3.5.2)
77+
addressable (~> 2.4)
78+
colorator (~> 1.0)
2779
jekyll-sass-converter (~> 1.0)
2880
jekyll-watch (~> 1.1)
2981
kramdown (~> 1.3)
30-
liquid (~> 2.6.1)
82+
liquid (~> 4.0)
3183
mercenary (~> 0.3.3)
32-
pygments.rb (~> 0.6.0)
33-
redcarpet (~> 3.1)
84+
pathutil (~> 0.9)
85+
rouge (~> 1.7)
3486
safe_yaml (~> 1.0)
35-
toml (~> 0.1.0)
87+
jekyll-avatar (0.4.2)
88+
jekyll (~> 3.0)
3689
jekyll-coffeescript (1.0.1)
3790
coffee-script (~> 2.2)
38-
jekyll-gist (1.1.0)
91+
jekyll-default-layout (0.1.4)
92+
jekyll (~> 3.0)
93+
jekyll-feed (0.9.2)
94+
jekyll (~> 3.3)
95+
jekyll-gist (1.4.1)
96+
octokit (~> 4.2)
97+
jekyll-github-metadata (2.9.1)
98+
jekyll (~> 3.1)
99+
octokit (~> 4.0, != 4.4.0)
100+
jekyll-mentions (1.2.0)
101+
activesupport (~> 4.0)
102+
html-pipeline (~> 2.3)
103+
jekyll (~> 3.0)
104+
jekyll-optional-front-matter (0.2.0)
105+
jekyll (~> 3.0)
39106
jekyll-paginate (1.1.0)
40-
jekyll-sass-converter (1.3.0)
41-
sass (~> 3.2)
42-
jekyll-sitemap (0.8.1)
43-
jekyll-watch (1.2.0)
44-
listen (~> 2.7)
45-
kramdown (1.5.0)
46-
liquid (2.6.1)
47-
listen (2.8.4)
48-
celluloid (>= 0.15.2)
107+
jekyll-readme-index (0.1.0)
108+
jekyll (~> 3.0)
109+
jekyll-redirect-from (0.12.1)
110+
jekyll (~> 3.3)
111+
jekyll-relative-links (0.4.1)
112+
jekyll (~> 3.3)
113+
jekyll-sass-converter (1.5.0)
114+
sass (~> 3.4)
115+
jekyll-seo-tag (2.3.0)
116+
jekyll (~> 3.3)
117+
jekyll-sitemap (1.0.0)
118+
jekyll (~> 3.3)
119+
jekyll-swiss (0.4.0)
120+
jekyll-theme-architect (0.1.0)
121+
jekyll (~> 3.5)
122+
jekyll-seo-tag (~> 2.0)
123+
jekyll-theme-cayman (0.1.0)
124+
jekyll (~> 3.5)
125+
jekyll-seo-tag (~> 2.0)
126+
jekyll-theme-dinky (0.1.0)
127+
jekyll (~> 3.5)
128+
jekyll-seo-tag (~> 2.0)
129+
jekyll-theme-hacker (0.1.0)
130+
jekyll (~> 3.5)
131+
jekyll-seo-tag (~> 2.0)
132+
jekyll-theme-leap-day (0.1.0)
133+
jekyll (~> 3.5)
134+
jekyll-seo-tag (~> 2.0)
135+
jekyll-theme-merlot (0.1.0)
136+
jekyll (~> 3.5)
137+
jekyll-seo-tag (~> 2.0)
138+
jekyll-theme-midnight (0.1.0)
139+
jekyll (~> 3.5)
140+
jekyll-seo-tag (~> 2.0)
141+
jekyll-theme-minimal (0.1.0)
142+
jekyll (~> 3.5)
143+
jekyll-seo-tag (~> 2.0)
144+
jekyll-theme-modernist (0.1.0)
145+
jekyll (~> 3.5)
146+
jekyll-seo-tag (~> 2.0)
147+
jekyll-theme-primer (0.5.2)
148+
jekyll (~> 3.5)
149+
jekyll-github-metadata (~> 2.9)
150+
jekyll-seo-tag (~> 2.2)
151+
jekyll-theme-slate (0.1.0)
152+
jekyll (~> 3.5)
153+
jekyll-seo-tag (~> 2.0)
154+
jekyll-theme-tactile (0.1.0)
155+
jekyll (~> 3.5)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-time-machine (0.1.0)
158+
jekyll (~> 3.5)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-titles-from-headings (0.4.0)
161+
jekyll (~> 3.3)
162+
jekyll-watch (1.5.0)
163+
listen (~> 3.0, < 3.1)
164+
jemoji (0.8.0)
165+
activesupport (~> 4.0)
166+
gemoji (~> 3.0)
167+
html-pipeline (~> 2.2)
168+
jekyll (>= 3.0)
169+
kramdown (1.13.2)
170+
liquid (4.0.0)
171+
listen (3.0.6)
49172
rb-fsevent (>= 0.9.3)
50-
rb-inotify (>= 0.9)
51-
mercenary (0.3.5)
52-
parslet (1.5.0)
53-
blankslate (~> 2.0)
54-
posix-spawn (0.3.9)
55-
pygments.rb (0.6.0)
56-
posix-spawn (~> 0.3.6)
57-
yajl-ruby (~> 1.1.0)
58-
rb-fsevent (0.9.4)
59-
rb-inotify (0.9.5)
60-
ffi (>= 0.5.0)
61-
redcarpet (3.2.2)
173+
rb-inotify (>= 0.9.7)
174+
mercenary (0.3.6)
175+
mini_portile2 (2.2.0)
176+
minima (2.1.1)
177+
jekyll (~> 3.3)
178+
minitest (5.10.3)
179+
multipart-post (2.0.0)
180+
net-dns (0.8.0)
181+
nokogiri (1.8.0)
182+
mini_portile2 (~> 2.2.0)
183+
octokit (4.7.0)
184+
sawyer (~> 0.8.0, >= 0.5.3)
185+
pathutil (0.14.0)
186+
forwardable-extended (~> 2.6)
187+
public_suffix (2.0.5)
188+
rb-fsevent (0.10.2)
189+
rb-inotify (0.9.10)
190+
ffi (>= 0.5.0, < 2)
191+
rouge (1.11.1)
62192
safe_yaml (1.0.4)
63-
sass (3.4.9)
64-
timers (4.0.1)
65-
hitimes
66-
toml (0.1.2)
67-
parslet (~> 1.5.0)
68-
yajl-ruby (1.1.0)
193+
sass (3.5.1)
194+
sass-listen (~> 4.0.0)
195+
sass-listen (4.0.0)
196+
rb-fsevent (~> 0.9, >= 0.9.4)
197+
rb-inotify (~> 0.9, >= 0.9.7)
198+
sawyer (0.8.1)
199+
addressable (>= 2.3.5, < 2.6)
200+
faraday (~> 0.8, < 1.0)
201+
terminal-table (1.8.0)
202+
unicode-display_width (~> 1.1, >= 1.1.1)
203+
thread_safe (0.3.6)
204+
typhoeus (0.8.0)
205+
ethon (>= 0.8.0)
206+
tzinfo (1.2.3)
207+
thread_safe (~> 0.1)
208+
unicode-display_width (1.3.0)
69209

70210
PLATFORMS
71211
ruby
72212

73213
DEPENDENCIES
74-
albino
75-
iconv
76-
jekyll (~> 2.5.3)
77-
jekyll-sitemap
214+
github-pages
215+
216+
BUNDLED WITH
217+
1.15.4

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source: .
22
destination: ./_site
3-
plugins: ./_plugins
3+
plugins_dir: ./_plugins
44
exclude: [bin, CNAME, Gemfile, Gemfile.lock, README.md]
55
permalink: /blog/:year/:month/:day/:title.html
66
markdown: kramdown
77
redcarpet:
88
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
9-
gems:
9+
plugins:
1010
- jekyll-sitemap

bin/bundler

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
23
#
34
# This file was generated by Bundler.
45
#
56
# The application 'bundler' is installed as part of a gem, and
67
# this file is here to facilitate running it.
78
#
89

9-
require 'pathname'
10-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
10+
require "pathname"
11+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
1112
Pathname.new(__FILE__).realpath)
1213

13-
require 'rubygems'
14-
require 'bundler/setup'
14+
require "rubygems"
15+
require "bundler/setup"
1516

16-
load Gem.bin_path('bundler', 'bundler')
17+
load Gem.bin_path("bundler", "bundler")

bin/gemoji

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
3+
#
4+
# This file was generated by Bundler.
5+
#
6+
# The application 'gemoji' is installed as part of a gem, and
7+
# this file is here to facilitate running it.
8+
#
9+
10+
require "pathname"
11+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
12+
Pathname.new(__FILE__).realpath)
13+
14+
require "rubygems"
15+
require "bundler/setup"
16+
17+
load Gem.bin_path("gemoji", "gemoji")

bin/github-pages

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
3+
#
4+
# This file was generated by Bundler.
5+
#
6+
# The application 'github-pages' is installed as part of a gem, and
7+
# this file is here to facilitate running it.
8+
#
9+
10+
require "pathname"
11+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
12+
Pathname.new(__FILE__).realpath)
13+
14+
require "rubygems"
15+
require "bundler/setup"
16+
17+
load Gem.bin_path("github-pages", "github-pages")

bin/jekyll

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
23
#
34
# This file was generated by Bundler.
45
#
56
# The application 'jekyll' is installed as part of a gem, and
67
# this file is here to facilitate running it.
78
#
89

9-
require 'pathname'
10-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
10+
require "pathname"
11+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
1112
Pathname.new(__FILE__).realpath)
1213

13-
require 'rubygems'
14-
require 'bundler/setup'
14+
require "rubygems"
15+
require "bundler/setup"
1516

16-
load Gem.bin_path('jekyll', 'jekyll')
17+
load Gem.bin_path("jekyll", "jekyll")

0 commit comments

Comments
 (0)