Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit a4b52d6

Browse files
committed
various housekeeping, improve templating, DRY out code, fix gemfile so it uses github-pages
1 parent 869a47d commit a4b52d6

18 files changed

Lines changed: 401 additions & 265 deletions

Gemfile

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
source "https://rubygems.org"
2+
# To update to the latest github dependencies run: `bundle update`
3+
# To list current versions: `bundle exec github-pages versions`
4+
# Check github versions: https://pages.github.com/versions/
5+
gem "github-pages", group: :jekyll_plugins
6+
27
# Hello! This is where you manage which Jekyll version is used to run.
38
# When you want to use a different version, change it below, save the
49
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
@@ -7,27 +12,28 @@ source "https://rubygems.org"
712
#
813
# This will help ensure the proper Jekyll version is running.
914
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3.1"
15+
#gem "jekyll", "~> 2.4.0"
1116
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "minima", "~> 2.5"
17+
gem "minima"
1318
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1419
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1520
# gem "github-pages", group: :jekyll_plugins
1621
# If you have any plugins, put them here!
1722
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.12"
23+
gem "jekyll-feed"
24+
gem 'jekyll-sitemap'
1925
end
2026

2127
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2228
# and associated library.
23-
platforms :mingw, :x64_mingw, :mswin, :jruby do
24-
gem "tzinfo", ">= 1", "< 3"
29+
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
30+
gem "tzinfo", "~> 1.2"
2531
gem "tzinfo-data"
2632
end
2733

2834
# Performance-booster for watching directories on Windows
29-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
35+
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
36+
37+
gem "webrick", "~> 1.8"
3038

31-
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
32-
# do not have a Java counterpart.
33-
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
39+
gem "json"

Gemfile.lock

Lines changed: 235 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,274 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
activesupport (6.0.6.1)
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)
10+
addressable (2.8.7)
11+
public_suffix (>= 2.0.2, < 7.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.12.2)
616
colorator (1.1.0)
7-
concurrent-ruby (1.1.6)
8-
em-websocket (0.5.1)
17+
commonmarker (0.23.10)
18+
concurrent-ruby (1.3.3)
19+
dnsruby (1.72.1)
20+
simpleidn (~> 0.2.1)
21+
em-websocket (0.5.3)
922
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
11-
eventmachine (1.3.0.dev.1)
12-
ffi (1.15.5)
23+
http_parser.rb (~> 0)
24+
ethon (0.16.0)
25+
ffi (>= 1.15.0)
26+
eventmachine (1.2.7)
27+
execjs (2.9.1)
28+
faraday (2.9.2)
29+
faraday-net_http (>= 2.0, < 3.2)
30+
faraday-net_http (3.1.0)
31+
net-http
32+
ffi (1.17.0-x64-mingw-ucrt)
1333
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.10.0)
34+
gemoji (4.1.0)
35+
github-pages (231)
36+
github-pages-health-check (= 1.18.2)
37+
jekyll (= 3.9.5)
38+
jekyll-avatar (= 0.8.0)
39+
jekyll-coffeescript (= 1.2.2)
40+
jekyll-commonmark-ghpages (= 0.4.0)
41+
jekyll-default-layout (= 0.1.5)
42+
jekyll-feed (= 0.17.0)
43+
jekyll-gist (= 1.5.0)
44+
jekyll-github-metadata (= 2.16.1)
45+
jekyll-include-cache (= 0.2.1)
46+
jekyll-mentions (= 1.6.0)
47+
jekyll-optional-front-matter (= 0.3.2)
48+
jekyll-paginate (= 1.1.0)
49+
jekyll-readme-index (= 0.3.0)
50+
jekyll-redirect-from (= 0.16.0)
51+
jekyll-relative-links (= 0.6.1)
52+
jekyll-remote-theme (= 0.4.3)
53+
jekyll-sass-converter (= 1.5.2)
54+
jekyll-seo-tag (= 2.8.0)
55+
jekyll-sitemap (= 1.4.0)
56+
jekyll-swiss (= 1.0.0)
57+
jekyll-theme-architect (= 0.2.0)
58+
jekyll-theme-cayman (= 0.2.0)
59+
jekyll-theme-dinky (= 0.2.0)
60+
jekyll-theme-hacker (= 0.2.0)
61+
jekyll-theme-leap-day (= 0.2.0)
62+
jekyll-theme-merlot (= 0.2.0)
63+
jekyll-theme-midnight (= 0.2.0)
64+
jekyll-theme-minimal (= 0.2.0)
65+
jekyll-theme-modernist (= 0.2.0)
66+
jekyll-theme-primer (= 0.6.0)
67+
jekyll-theme-slate (= 0.2.0)
68+
jekyll-theme-tactile (= 0.2.0)
69+
jekyll-theme-time-machine (= 0.2.0)
70+
jekyll-titles-from-headings (= 0.5.3)
71+
jemoji (= 0.13.0)
72+
kramdown (= 2.4.0)
73+
kramdown-parser-gfm (= 1.1.0)
74+
liquid (= 4.0.4)
75+
mercenary (~> 0.3)
76+
minima (= 2.5.1)
77+
nokogiri (>= 1.13.6, < 2.0)
78+
rouge (= 3.30.0)
79+
terminal-table (~> 1.4)
80+
github-pages-health-check (1.18.2)
81+
addressable (~> 2.3)
82+
dnsruby (~> 1.60)
83+
octokit (>= 4, < 8)
84+
public_suffix (>= 3.0, < 6.0)
85+
typhoeus (~> 1.3)
86+
html-pipeline (2.14.3)
87+
activesupport (>= 2)
88+
nokogiri (>= 1.4)
89+
http_parser.rb (0.8.0)
90+
i18n (1.14.5)
1691
concurrent-ruby (~> 1.0)
17-
jekyll (4.3.1)
92+
jekyll (3.9.5)
1893
addressable (~> 2.4)
1994
colorator (~> 1.0)
2095
em-websocket (~> 0.5)
21-
i18n (~> 1.0)
22-
jekyll-sass-converter (>= 2.0, < 4.0)
96+
i18n (>= 0.7, < 2)
97+
jekyll-sass-converter (~> 1.0)
2398
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3, >= 2.3.1)
25-
kramdown-parser-gfm (~> 1.0)
26-
liquid (>= 4.0, < 6)
27-
mercenary (>= 0.3.6, < 0.5)
99+
kramdown (>= 1.17, < 3)
100+
liquid (~> 4.0)
101+
mercenary (~> 0.3.3)
28102
pathutil (~> 0.9)
29-
rouge (>= 3.0, < 5.0)
30-
terminal-table (>= 1.8, < 4.0)
31-
webrick (~> 1.7)
103+
rouge (>= 1.7, < 4)
104+
safe_yaml (~> 1.0)
105+
jekyll-avatar (0.8.0)
106+
jekyll (>= 3.0, < 5.0)
107+
jekyll-coffeescript (1.2.2)
108+
coffee-script (~> 2.2)
109+
coffee-script-source (~> 1.12)
110+
jekyll-commonmark (1.4.0)
111+
commonmarker (~> 0.22)
112+
jekyll-commonmark-ghpages (0.4.0)
113+
commonmarker (~> 0.23.7)
114+
jekyll (~> 3.9.0)
115+
jekyll-commonmark (~> 1.4.0)
116+
rouge (>= 2.0, < 5.0)
117+
jekyll-default-layout (0.1.5)
118+
jekyll (>= 3.0, < 5.0)
32119
jekyll-feed (0.17.0)
33120
jekyll (>= 3.7, < 5.0)
34-
jekyll-sass-converter (2.2.0)
35-
sassc (> 2.0.1, < 3.0)
121+
jekyll-gist (1.5.0)
122+
octokit (~> 4.2)
123+
jekyll-github-metadata (2.16.1)
124+
jekyll (>= 3.4, < 5.0)
125+
octokit (>= 4, < 7, != 4.4.0)
126+
jekyll-include-cache (0.2.1)
127+
jekyll (>= 3.7, < 5.0)
128+
jekyll-mentions (1.6.0)
129+
html-pipeline (~> 2.3)
130+
jekyll (>= 3.7, < 5.0)
131+
jekyll-optional-front-matter (0.3.2)
132+
jekyll (>= 3.0, < 5.0)
133+
jekyll-paginate (1.1.0)
134+
jekyll-readme-index (0.3.0)
135+
jekyll (>= 3.0, < 5.0)
136+
jekyll-redirect-from (0.16.0)
137+
jekyll (>= 3.3, < 5.0)
138+
jekyll-relative-links (0.6.1)
139+
jekyll (>= 3.3, < 5.0)
140+
jekyll-remote-theme (0.4.3)
141+
addressable (~> 2.0)
142+
jekyll (>= 3.5, < 5.0)
143+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
144+
rubyzip (>= 1.3.0, < 3.0)
145+
jekyll-sass-converter (1.5.2)
146+
sass (~> 3.4)
36147
jekyll-seo-tag (2.8.0)
37148
jekyll (>= 3.8, < 5.0)
149+
jekyll-sitemap (1.4.0)
150+
jekyll (>= 3.7, < 5.0)
151+
jekyll-swiss (1.0.0)
152+
jekyll-theme-architect (0.2.0)
153+
jekyll (> 3.5, < 5.0)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-cayman (0.2.0)
156+
jekyll (> 3.5, < 5.0)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-dinky (0.2.0)
159+
jekyll (> 3.5, < 5.0)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-hacker (0.2.0)
162+
jekyll (> 3.5, < 5.0)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-leap-day (0.2.0)
165+
jekyll (> 3.5, < 5.0)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-merlot (0.2.0)
168+
jekyll (> 3.5, < 5.0)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-midnight (0.2.0)
171+
jekyll (> 3.5, < 5.0)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-minimal (0.2.0)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-modernist (0.2.0)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-primer (0.6.0)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-github-metadata (~> 2.9)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-slate (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-tactile (0.2.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-time-machine (0.2.0)
190+
jekyll (> 3.5, < 5.0)
191+
jekyll-seo-tag (~> 2.0)
192+
jekyll-titles-from-headings (0.5.3)
193+
jekyll (>= 3.3, < 5.0)
38194
jekyll-watch (2.2.1)
39195
listen (~> 3.0)
196+
jemoji (0.13.0)
197+
gemoji (>= 3, < 5)
198+
html-pipeline (~> 2.2)
199+
jekyll (>= 3.0, < 5.0)
200+
json (2.7.2)
40201
kramdown (2.4.0)
41202
rexml
42203
kramdown-parser-gfm (1.1.0)
43204
kramdown (~> 2.0)
44-
liquid (5.4.0)
45-
listen (3.7.0)
205+
liquid (4.0.4)
206+
listen (3.9.0)
207+
rb-fsevent (~> 0.10, >= 0.10.3)
46208
rb-inotify (~> 0.9, >= 0.9.10)
47-
mercenary (0.4.0)
209+
mercenary (0.3.6)
48210
minima (2.5.1)
49211
jekyll (>= 3.5, < 5.0)
50212
jekyll-feed (~> 0.9)
51213
jekyll-seo-tag (~> 2.1)
52-
pathutil (0.16.1)
214+
minitest (5.24.0)
215+
net-http (0.4.1)
216+
uri
217+
nokogiri (1.16.6-x64-mingw-ucrt)
218+
racc (~> 1.4)
219+
octokit (4.25.1)
220+
faraday (>= 1, < 3)
221+
sawyer (~> 0.9)
222+
pathutil (0.16.2)
53223
forwardable-extended (~> 2.6)
54-
public_suffix (4.0.6)
55-
rb-inotify (0.10.1)
224+
public_suffix (5.1.1)
225+
racc (1.8.0)
226+
rb-fsevent (0.11.2)
227+
rb-inotify (0.11.1)
56228
ffi (~> 1.0)
57-
rexml (3.2.5)
229+
rexml (3.3.1)
230+
strscan
58231
rouge (3.30.0)
59-
sassc (2.4.0)
60-
ffi (~> 1.9)
61-
terminal-table (3.0.2)
62-
unicode-display_width (>= 1.1.1, < 3)
63-
unicode-display_width (1.6.1)
232+
rubyzip (2.3.2)
233+
safe_yaml (1.0.5)
234+
sass (3.7.4)
235+
sass-listen (~> 4.0.0)
236+
sass-listen (4.0.0)
237+
rb-fsevent (~> 0.9, >= 0.9.4)
238+
rb-inotify (~> 0.9, >= 0.9.7)
239+
sawyer (0.9.2)
240+
addressable (>= 2.3.5)
241+
faraday (>= 0.17.3, < 3)
242+
simpleidn (0.2.3)
243+
strscan (3.1.0)
244+
terminal-table (1.8.0)
245+
unicode-display_width (~> 1.1, >= 1.1.1)
246+
thread_safe (0.3.6)
247+
typhoeus (1.4.1)
248+
ethon (>= 0.9.0)
249+
tzinfo (1.2.11)
250+
thread_safe (~> 0.1)
251+
tzinfo-data (1.2024.1)
252+
tzinfo (>= 1.0.0)
253+
unicode-display_width (1.8.0)
254+
uri (0.13.0)
255+
wdm (0.1.1)
64256
webrick (1.8.1)
257+
zeitwerk (2.6.16)
65258

66259
PLATFORMS
67-
x86_64-linux
260+
x64-mingw-ucrt
68261

69262
DEPENDENCIES
70-
http_parser.rb (~> 0.6.0)
71-
jekyll (~> 4.3.1)
72-
jekyll-feed (~> 0.12)
73-
minima (~> 2.5)
74-
tzinfo (>= 1, < 3)
263+
github-pages
264+
jekyll-feed
265+
jekyll-sitemap
266+
json
267+
minima
268+
tzinfo (~> 1.2)
75269
tzinfo-data
76270
wdm (~> 0.1.1)
271+
webrick (~> 1.8)
77272

78273
BUNDLED WITH
79-
2.3.15
274+
2.5.14

0 commit comments

Comments
 (0)