Skip to content

Commit 47fcf47

Browse files
committed
add github-pages gem
1 parent f92a105 commit 47fcf47

File tree

2 files changed

+215
-23
lines changed

2 files changed

+215
-23
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ruby RUBY_VERSION
99
#
1010
# This will help ensure the proper Jekyll version is running.
1111
# Happy Jekylling!
12+
gem 'github-pages'
1213

1314
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
1415
gem 'wdm', '>= 0.1.0' if Gem.win_platform?

Gemfile.lock

Lines changed: 214 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,271 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (6.0.3.4)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
410
addressable (2.7.0)
511
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
616
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
719
concurrent-ruby (1.1.7)
8-
em-websocket (0.5.1)
20+
dnsruby (1.61.5)
21+
simpleidn (~> 0.1)
22+
em-websocket (0.5.2)
923
eventmachine (>= 0.12.9)
1024
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
1127
eventmachine (1.2.7)
1228
eventmachine (1.2.7-x64-mingw32)
13-
ffi (1.13.1)
14-
ffi (1.13.1-x64-mingw32)
29+
execjs (2.7.0)
30+
faraday (1.3.0)
31+
faraday-net_http (~> 1.0)
32+
multipart-post (>= 1.2, < 3)
33+
ruby2_keywords
34+
faraday-net_http (1.0.0)
35+
ffi (1.14.2)
36+
ffi (1.14.2-x64-mingw32)
1537
forwardable-extended (2.6.0)
38+
gemoji (3.0.1)
39+
github-pages (209)
40+
github-pages-health-check (= 1.16.1)
41+
jekyll (= 3.9.0)
42+
jekyll-avatar (= 0.7.0)
43+
jekyll-coffeescript (= 1.1.1)
44+
jekyll-commonmark-ghpages (= 0.1.6)
45+
jekyll-default-layout (= 0.1.4)
46+
jekyll-feed (= 0.15.1)
47+
jekyll-gist (= 1.5.0)
48+
jekyll-github-metadata (= 2.13.0)
49+
jekyll-mentions (= 1.6.0)
50+
jekyll-optional-front-matter (= 0.3.2)
51+
jekyll-paginate (= 1.1.0)
52+
jekyll-readme-index (= 0.3.0)
53+
jekyll-redirect-from (= 0.16.0)
54+
jekyll-relative-links (= 0.6.1)
55+
jekyll-remote-theme (= 0.4.2)
56+
jekyll-sass-converter (= 1.5.2)
57+
jekyll-seo-tag (= 2.6.1)
58+
jekyll-sitemap (= 1.4.0)
59+
jekyll-swiss (= 1.0.0)
60+
jekyll-theme-architect (= 0.1.1)
61+
jekyll-theme-cayman (= 0.1.1)
62+
jekyll-theme-dinky (= 0.1.1)
63+
jekyll-theme-hacker (= 0.1.2)
64+
jekyll-theme-leap-day (= 0.1.1)
65+
jekyll-theme-merlot (= 0.1.1)
66+
jekyll-theme-midnight (= 0.1.1)
67+
jekyll-theme-minimal (= 0.1.1)
68+
jekyll-theme-modernist (= 0.1.1)
69+
jekyll-theme-primer (= 0.5.4)
70+
jekyll-theme-slate (= 0.1.1)
71+
jekyll-theme-tactile (= 0.1.1)
72+
jekyll-theme-time-machine (= 0.1.1)
73+
jekyll-titles-from-headings (= 0.5.3)
74+
jemoji (= 0.12.0)
75+
kramdown (= 2.3.0)
76+
kramdown-parser-gfm (= 1.1.0)
77+
liquid (= 4.0.3)
78+
mercenary (~> 0.3)
79+
minima (= 2.5.1)
80+
nokogiri (>= 1.10.4, < 2.0)
81+
rouge (= 3.23.0)
82+
terminal-table (~> 1.4)
83+
github-pages-health-check (1.16.1)
84+
addressable (~> 2.3)
85+
dnsruby (~> 1.60)
86+
octokit (~> 4.0)
87+
public_suffix (~> 3.0)
88+
typhoeus (~> 1.3)
89+
html-pipeline (2.14.0)
90+
activesupport (>= 2)
91+
nokogiri (>= 1.4)
1692
http_parser.rb (0.6.0)
17-
i18n (1.8.5)
93+
i18n (0.9.5)
1894
concurrent-ruby (~> 1.0)
19-
jekyll (4.1.1)
95+
jekyll (3.9.0)
2096
addressable (~> 2.4)
2197
colorator (~> 1.0)
2298
em-websocket (~> 0.5)
23-
i18n (~> 1.0)
24-
jekyll-sass-converter (~> 2.0)
99+
i18n (~> 0.7)
100+
jekyll-sass-converter (~> 1.0)
25101
jekyll-watch (~> 2.0)
26-
kramdown (~> 2.1)
27-
kramdown-parser-gfm (~> 1.0)
102+
kramdown (>= 1.17, < 3)
28103
liquid (~> 4.0)
29-
mercenary (~> 0.4.0)
104+
mercenary (~> 0.3.3)
30105
pathutil (~> 0.9)
31-
rouge (~> 3.0)
106+
rouge (>= 1.7, < 4)
32107
safe_yaml (~> 1.0)
33-
terminal-table (~> 1.8)
34-
jekyll-feed (0.15.0)
108+
jekyll-avatar (0.7.0)
109+
jekyll (>= 3.0, < 5.0)
110+
jekyll-coffeescript (1.1.1)
111+
coffee-script (~> 2.2)
112+
coffee-script-source (~> 1.11.1)
113+
jekyll-commonmark (1.3.1)
114+
commonmarker (~> 0.14)
35115
jekyll (>= 3.7, < 5.0)
116+
jekyll-commonmark-ghpages (0.1.6)
117+
commonmarker (~> 0.17.6)
118+
jekyll-commonmark (~> 1.2)
119+
rouge (>= 2.0, < 4.0)
120+
jekyll-default-layout (0.1.4)
121+
jekyll (~> 3.0)
122+
jekyll-feed (0.15.1)
123+
jekyll (>= 3.7, < 5.0)
124+
jekyll-gist (1.5.0)
125+
octokit (~> 4.2)
126+
jekyll-github-metadata (2.13.0)
127+
jekyll (>= 3.4, < 5.0)
128+
octokit (~> 4.0, != 4.4.0)
129+
jekyll-mentions (1.6.0)
130+
html-pipeline (~> 2.3)
131+
jekyll (>= 3.7, < 5.0)
132+
jekyll-optional-front-matter (0.3.2)
133+
jekyll (>= 3.0, < 5.0)
36134
jekyll-paginate (1.1.0)
37-
jekyll-sass-converter (2.1.0)
38-
sassc (> 2.0.1, < 3.0)
135+
jekyll-readme-index (0.3.0)
136+
jekyll (>= 3.0, < 5.0)
137+
jekyll-redirect-from (0.16.0)
138+
jekyll (>= 3.3, < 5.0)
139+
jekyll-relative-links (0.6.1)
140+
jekyll (>= 3.3, < 5.0)
141+
jekyll-remote-theme (0.4.2)
142+
addressable (~> 2.0)
143+
jekyll (>= 3.5, < 5.0)
144+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
145+
rubyzip (>= 1.3.0, < 3.0)
146+
jekyll-sass-converter (1.5.2)
147+
sass (~> 3.4)
39148
jekyll-seo-tag (2.6.1)
40149
jekyll (>= 3.3, < 5.0)
41150
jekyll-sitemap (1.4.0)
42151
jekyll (>= 3.7, < 5.0)
152+
jekyll-swiss (1.0.0)
153+
jekyll-theme-architect (0.1.1)
154+
jekyll (~> 3.5)
155+
jekyll-seo-tag (~> 2.0)
156+
jekyll-theme-cayman (0.1.1)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-dinky (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-hacker (0.1.2)
163+
jekyll (> 3.5, < 5.0)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-leap-day (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-merlot (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-midnight (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-minimal (0.1.1)
175+
jekyll (~> 3.5)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-modernist (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-primer (0.5.4)
181+
jekyll (> 3.5, < 5.0)
182+
jekyll-github-metadata (~> 2.9)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-slate (0.1.1)
185+
jekyll (~> 3.5)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-theme-tactile (0.1.1)
188+
jekyll (~> 3.5)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-time-machine (0.1.1)
191+
jekyll (~> 3.5)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-titles-from-headings (0.5.3)
194+
jekyll (>= 3.3, < 5.0)
43195
jekyll-watch (2.2.1)
44196
listen (~> 3.0)
197+
jemoji (0.12.0)
198+
gemoji (~> 3.0)
199+
html-pipeline (~> 2.2)
200+
jekyll (>= 3.0, < 5.0)
45201
kramdown (2.3.0)
46202
rexml
47203
kramdown-parser-gfm (1.1.0)
48204
kramdown (~> 2.0)
49205
liquid (4.0.3)
50-
listen (3.2.1)
206+
listen (3.3.3)
51207
rb-fsevent (~> 0.10, >= 0.10.3)
52208
rb-inotify (~> 0.9, >= 0.9.10)
53-
mercenary (0.4.0)
209+
mercenary (0.3.6)
210+
mini_portile2 (2.4.0)
211+
minima (2.5.1)
212+
jekyll (>= 3.5, < 5.0)
213+
jekyll-feed (~> 0.9)
214+
jekyll-seo-tag (~> 2.1)
215+
minitest (5.14.2)
216+
multipart-post (2.1.1)
217+
nokogiri (1.10.10)
218+
mini_portile2 (~> 2.4.0)
219+
nokogiri (1.10.10-x64-mingw32)
220+
mini_portile2 (~> 2.4.0)
221+
octokit (4.20.0)
222+
faraday (>= 0.9)
223+
sawyer (~> 0.8.0, >= 0.5.3)
54224
pathutil (0.16.2)
55225
forwardable-extended (~> 2.6)
56-
public_suffix (4.0.5)
226+
public_suffix (3.1.1)
57227
rb-fsevent (0.10.4)
58228
rb-inotify (0.10.1)
59229
ffi (~> 1.0)
60230
rexml (3.2.4)
61-
rouge (3.21.0)
231+
rouge (3.23.0)
232+
ruby-enum (0.8.0)
233+
i18n
234+
ruby2_keywords (0.0.2)
235+
rubyzip (2.3.0)
62236
safe_yaml (1.0.5)
63-
sassc (2.4.0)
64-
ffi (~> 1.9)
65-
sassc (2.4.0-x64-mingw32)
66-
ffi (~> 1.9)
237+
sass (3.7.4)
238+
sass-listen (~> 4.0.0)
239+
sass-listen (4.0.0)
240+
rb-fsevent (~> 0.9, >= 0.9.4)
241+
rb-inotify (~> 0.9, >= 0.9.7)
242+
sawyer (0.8.2)
243+
addressable (>= 2.3.5)
244+
faraday (> 0.8, < 2.0)
245+
simpleidn (0.1.1)
246+
unf (~> 0.1.4)
67247
terminal-table (1.8.0)
68248
unicode-display_width (~> 1.1, >= 1.1.1)
249+
thread_safe (0.3.6)
250+
typhoeus (1.4.0)
251+
ethon (>= 0.9.0)
252+
tzinfo (1.2.9)
253+
thread_safe (~> 0.1)
254+
unf (0.1.4)
255+
unf_ext
256+
unf_ext (0.0.7.7)
257+
unf_ext (0.0.7.7-x64-mingw32)
69258
unicode-display_width (1.7.0)
70259
wdm (0.1.1)
260+
zeitwerk (2.4.2)
71261

72262
PLATFORMS
73263
ruby
74264
x64-mingw32
75265
x86_64-linux
76266

77267
DEPENDENCIES
268+
github-pages
78269
jekyll-feed
79270
jekyll-paginate
80271
jekyll-seo-tag

0 commit comments

Comments
 (0)