Skip to content

Commit f14ace2

Browse files
committed
Style updates
1 parent f440fff commit f14ace2

37 files changed

Lines changed: 8928 additions & 80 deletions

Gemfile.lock

Lines changed: 384 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,384 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (8.1.2)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
json
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.8)
18+
public_suffix (>= 2.0.2, < 8.0)
19+
base64 (0.3.0)
20+
bigdecimal (4.0.1)
21+
coffee-script (2.4.1)
22+
coffee-script-source
23+
execjs
24+
coffee-script-source (1.12.2)
25+
colorator (1.1.0)
26+
commonmarker (0.23.12)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
29+
csv (3.3.5)
30+
dnsruby (1.73.1)
31+
base64 (>= 0.2)
32+
logger (~> 1.6)
33+
simpleidn (~> 0.2.1)
34+
drb (2.2.3)
35+
em-websocket (0.5.3)
36+
eventmachine (>= 0.12.9)
37+
http_parser.rb (~> 0)
38+
ethon (0.15.0)
39+
ffi (>= 1.15.0)
40+
eventmachine (1.2.7)
41+
execjs (2.10.0)
42+
faraday (2.14.1)
43+
faraday-net_http (>= 2.0, < 3.5)
44+
json
45+
logger
46+
faraday-net_http (3.4.2)
47+
net-http (~> 0.5)
48+
ffi (1.17.3-arm64-darwin)
49+
forwardable-extended (2.6.0)
50+
gemoji (4.1.0)
51+
github-pages (232)
52+
github-pages-health-check (= 1.18.2)
53+
jekyll (= 3.10.0)
54+
jekyll-avatar (= 0.8.0)
55+
jekyll-coffeescript (= 1.2.2)
56+
jekyll-commonmark-ghpages (= 0.5.1)
57+
jekyll-default-layout (= 0.1.5)
58+
jekyll-feed (= 0.17.0)
59+
jekyll-gist (= 1.5.0)
60+
jekyll-github-metadata (= 2.16.1)
61+
jekyll-include-cache (= 0.2.1)
62+
jekyll-mentions (= 1.6.0)
63+
jekyll-optional-front-matter (= 0.3.2)
64+
jekyll-paginate (= 1.1.0)
65+
jekyll-readme-index (= 0.3.0)
66+
jekyll-redirect-from (= 0.16.0)
67+
jekyll-relative-links (= 0.6.1)
68+
jekyll-remote-theme (= 0.4.3)
69+
jekyll-sass-converter (= 1.5.2)
70+
jekyll-seo-tag (= 2.8.0)
71+
jekyll-sitemap (= 1.4.0)
72+
jekyll-swiss (= 1.0.0)
73+
jekyll-theme-architect (= 0.2.0)
74+
jekyll-theme-cayman (= 0.2.0)
75+
jekyll-theme-dinky (= 0.2.0)
76+
jekyll-theme-hacker (= 0.2.0)
77+
jekyll-theme-leap-day (= 0.2.0)
78+
jekyll-theme-merlot (= 0.2.0)
79+
jekyll-theme-midnight (= 0.2.0)
80+
jekyll-theme-minimal (= 0.2.0)
81+
jekyll-theme-modernist (= 0.2.0)
82+
jekyll-theme-primer (= 0.6.0)
83+
jekyll-theme-slate (= 0.2.0)
84+
jekyll-theme-tactile (= 0.2.0)
85+
jekyll-theme-time-machine (= 0.2.0)
86+
jekyll-titles-from-headings (= 0.5.3)
87+
jemoji (= 0.13.0)
88+
kramdown (= 2.4.0)
89+
kramdown-parser-gfm (= 1.1.0)
90+
liquid (= 4.0.4)
91+
mercenary (~> 0.3)
92+
minima (= 2.5.1)
93+
nokogiri (>= 1.16.2, < 2.0)
94+
rouge (= 3.30.0)
95+
terminal-table (~> 1.4)
96+
webrick (~> 1.8)
97+
github-pages-health-check (1.18.2)
98+
addressable (~> 2.3)
99+
dnsruby (~> 1.60)
100+
octokit (>= 4, < 8)
101+
public_suffix (>= 3.0, < 6.0)
102+
typhoeus (~> 1.3)
103+
html-pipeline (2.14.3)
104+
activesupport (>= 2)
105+
nokogiri (>= 1.4)
106+
http_parser.rb (0.8.1)
107+
i18n (1.14.8)
108+
concurrent-ruby (~> 1.0)
109+
jekyll (3.10.0)
110+
addressable (~> 2.4)
111+
colorator (~> 1.0)
112+
csv (~> 3.0)
113+
em-websocket (~> 0.5)
114+
i18n (>= 0.7, < 2)
115+
jekyll-sass-converter (~> 1.0)
116+
jekyll-watch (~> 2.0)
117+
kramdown (>= 1.17, < 3)
118+
liquid (~> 4.0)
119+
mercenary (~> 0.3.3)
120+
pathutil (~> 0.9)
121+
rouge (>= 1.7, < 4)
122+
safe_yaml (~> 1.0)
123+
webrick (>= 1.0)
124+
jekyll-avatar (0.8.0)
125+
jekyll (>= 3.0, < 5.0)
126+
jekyll-coffeescript (1.2.2)
127+
coffee-script (~> 2.2)
128+
coffee-script-source (~> 1.12)
129+
jekyll-commonmark (1.4.0)
130+
commonmarker (~> 0.22)
131+
jekyll-commonmark-ghpages (0.5.1)
132+
commonmarker (>= 0.23.7, < 1.1.0)
133+
jekyll (>= 3.9, < 4.0)
134+
jekyll-commonmark (~> 1.4.0)
135+
rouge (>= 2.0, < 5.0)
136+
jekyll-default-layout (0.1.5)
137+
jekyll (>= 3.0, < 5.0)
138+
jekyll-feed (0.17.0)
139+
jekyll (>= 3.7, < 5.0)
140+
jekyll-gist (1.5.0)
141+
octokit (~> 4.2)
142+
jekyll-github-metadata (2.16.1)
143+
jekyll (>= 3.4, < 5.0)
144+
octokit (>= 4, < 7, != 4.4.0)
145+
jekyll-include-cache (0.2.1)
146+
jekyll (>= 3.7, < 5.0)
147+
jekyll-mentions (1.6.0)
148+
html-pipeline (~> 2.3)
149+
jekyll (>= 3.7, < 5.0)
150+
jekyll-optional-front-matter (0.3.2)
151+
jekyll (>= 3.0, < 5.0)
152+
jekyll-paginate (1.1.0)
153+
jekyll-readme-index (0.3.0)
154+
jekyll (>= 3.0, < 5.0)
155+
jekyll-redirect-from (0.16.0)
156+
jekyll (>= 3.3, < 5.0)
157+
jekyll-relative-links (0.6.1)
158+
jekyll (>= 3.3, < 5.0)
159+
jekyll-remote-theme (0.4.3)
160+
addressable (~> 2.0)
161+
jekyll (>= 3.5, < 5.0)
162+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
163+
rubyzip (>= 1.3.0, < 3.0)
164+
jekyll-sass-converter (1.5.2)
165+
sass (~> 3.4)
166+
jekyll-seo-tag (2.8.0)
167+
jekyll (>= 3.8, < 5.0)
168+
jekyll-sitemap (1.4.0)
169+
jekyll (>= 3.7, < 5.0)
170+
jekyll-swiss (1.0.0)
171+
jekyll-theme-architect (0.2.0)
172+
jekyll (> 3.5, < 5.0)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-cayman (0.2.0)
175+
jekyll (> 3.5, < 5.0)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-dinky (0.2.0)
178+
jekyll (> 3.5, < 5.0)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-hacker (0.2.0)
181+
jekyll (> 3.5, < 5.0)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-leap-day (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-merlot (0.2.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-midnight (0.2.0)
190+
jekyll (> 3.5, < 5.0)
191+
jekyll-seo-tag (~> 2.0)
192+
jekyll-theme-minimal (0.2.0)
193+
jekyll (> 3.5, < 5.0)
194+
jekyll-seo-tag (~> 2.0)
195+
jekyll-theme-modernist (0.2.0)
196+
jekyll (> 3.5, < 5.0)
197+
jekyll-seo-tag (~> 2.0)
198+
jekyll-theme-primer (0.6.0)
199+
jekyll (> 3.5, < 5.0)
200+
jekyll-github-metadata (~> 2.9)
201+
jekyll-seo-tag (~> 2.0)
202+
jekyll-theme-slate (0.2.0)
203+
jekyll (> 3.5, < 5.0)
204+
jekyll-seo-tag (~> 2.0)
205+
jekyll-theme-tactile (0.2.0)
206+
jekyll (> 3.5, < 5.0)
207+
jekyll-seo-tag (~> 2.0)
208+
jekyll-theme-time-machine (0.2.0)
209+
jekyll (> 3.5, < 5.0)
210+
jekyll-seo-tag (~> 2.0)
211+
jekyll-titles-from-headings (0.5.3)
212+
jekyll (>= 3.3, < 5.0)
213+
jekyll-watch (2.2.1)
214+
listen (~> 3.0)
215+
jemoji (0.13.0)
216+
gemoji (>= 3, < 5)
217+
html-pipeline (~> 2.2)
218+
jekyll (>= 3.0, < 5.0)
219+
json (2.18.1)
220+
kramdown (2.4.0)
221+
rexml
222+
kramdown-parser-gfm (1.1.0)
223+
kramdown (~> 2.0)
224+
liquid (4.0.4)
225+
listen (3.10.0)
226+
logger
227+
rb-fsevent (~> 0.10, >= 0.10.3)
228+
rb-inotify (~> 0.9, >= 0.9.10)
229+
logger (1.7.0)
230+
mercenary (0.3.6)
231+
minima (2.5.1)
232+
jekyll (>= 3.5, < 5.0)
233+
jekyll-feed (~> 0.9)
234+
jekyll-seo-tag (~> 2.1)
235+
minitest (6.0.1)
236+
prism (~> 1.5)
237+
net-http (0.9.1)
238+
uri (>= 0.11.1)
239+
nokogiri (1.19.0-arm64-darwin)
240+
racc (~> 1.4)
241+
octokit (4.25.1)
242+
faraday (>= 1, < 3)
243+
sawyer (~> 0.9)
244+
pathutil (0.16.2)
245+
forwardable-extended (~> 2.6)
246+
prism (1.9.0)
247+
public_suffix (5.1.1)
248+
racc (1.8.1)
249+
rb-fsevent (0.11.2)
250+
rb-inotify (0.11.1)
251+
ffi (~> 1.0)
252+
rexml (3.4.4)
253+
rouge (3.30.0)
254+
rubyzip (2.4.1)
255+
safe_yaml (1.0.5)
256+
sass (3.7.4)
257+
sass-listen (~> 4.0.0)
258+
sass-listen (4.0.0)
259+
rb-fsevent (~> 0.9, >= 0.9.4)
260+
rb-inotify (~> 0.9, >= 0.9.7)
261+
sawyer (0.9.3)
262+
addressable (>= 2.3.5)
263+
faraday (>= 0.17.3, < 3)
264+
securerandom (0.4.1)
265+
simpleidn (0.2.3)
266+
terminal-table (1.8.0)
267+
unicode-display_width (~> 1.1, >= 1.1.1)
268+
typhoeus (1.5.0)
269+
ethon (>= 0.9.0, < 0.16.0)
270+
tzinfo (2.0.6)
271+
concurrent-ruby (~> 1.0)
272+
unicode-display_width (1.8.0)
273+
uri (1.1.1)
274+
webrick (1.9.2)
275+
276+
PLATFORMS
277+
arm64-darwin
278+
279+
DEPENDENCIES
280+
github-pages
281+
jekyll-remote-theme
282+
webrick (~> 1.8)
283+
284+
CHECKSUMS
285+
activesupport (8.1.2)
286+
addressable (2.8.8)
287+
base64 (0.3.0)
288+
bigdecimal (4.0.1)
289+
coffee-script (2.4.1)
290+
coffee-script-source (1.12.2)
291+
colorator (1.1.0)
292+
commonmarker (0.23.12)
293+
concurrent-ruby (1.3.6)
294+
connection_pool (3.0.2)
295+
csv (3.3.5)
296+
dnsruby (1.73.1)
297+
drb (2.2.3)
298+
em-websocket (0.5.3)
299+
ethon (0.15.0)
300+
eventmachine (1.2.7)
301+
execjs (2.10.0)
302+
faraday (2.14.1)
303+
faraday-net_http (3.4.2)
304+
ffi (1.17.3-arm64-darwin)
305+
forwardable-extended (2.6.0)
306+
gemoji (4.1.0)
307+
github-pages (232)
308+
github-pages-health-check (1.18.2)
309+
html-pipeline (2.14.3)
310+
http_parser.rb (0.8.1)
311+
i18n (1.14.8)
312+
jekyll (3.10.0)
313+
jekyll-avatar (0.8.0)
314+
jekyll-coffeescript (1.2.2)
315+
jekyll-commonmark (1.4.0)
316+
jekyll-commonmark-ghpages (0.5.1)
317+
jekyll-default-layout (0.1.5)
318+
jekyll-feed (0.17.0)
319+
jekyll-gist (1.5.0)
320+
jekyll-github-metadata (2.16.1)
321+
jekyll-include-cache (0.2.1)
322+
jekyll-mentions (1.6.0)
323+
jekyll-optional-front-matter (0.3.2)
324+
jekyll-paginate (1.1.0)
325+
jekyll-readme-index (0.3.0)
326+
jekyll-redirect-from (0.16.0)
327+
jekyll-relative-links (0.6.1)
328+
jekyll-remote-theme (0.4.3)
329+
jekyll-sass-converter (1.5.2)
330+
jekyll-seo-tag (2.8.0)
331+
jekyll-sitemap (1.4.0)
332+
jekyll-swiss (1.0.0)
333+
jekyll-theme-architect (0.2.0)
334+
jekyll-theme-cayman (0.2.0)
335+
jekyll-theme-dinky (0.2.0)
336+
jekyll-theme-hacker (0.2.0)
337+
jekyll-theme-leap-day (0.2.0)
338+
jekyll-theme-merlot (0.2.0)
339+
jekyll-theme-midnight (0.2.0)
340+
jekyll-theme-minimal (0.2.0)
341+
jekyll-theme-modernist (0.2.0)
342+
jekyll-theme-primer (0.6.0)
343+
jekyll-theme-slate (0.2.0)
344+
jekyll-theme-tactile (0.2.0)
345+
jekyll-theme-time-machine (0.2.0)
346+
jekyll-titles-from-headings (0.5.3)
347+
jekyll-watch (2.2.1)
348+
jemoji (0.13.0)
349+
json (2.18.1)
350+
kramdown (2.4.0)
351+
kramdown-parser-gfm (1.1.0)
352+
liquid (4.0.4)
353+
listen (3.10.0)
354+
logger (1.7.0)
355+
mercenary (0.3.6)
356+
minima (2.5.1)
357+
minitest (6.0.1)
358+
net-http (0.9.1)
359+
nokogiri (1.19.0-arm64-darwin)
360+
octokit (4.25.1)
361+
pathutil (0.16.2)
362+
prism (1.9.0)
363+
public_suffix (5.1.1)
364+
racc (1.8.1)
365+
rb-fsevent (0.11.2)
366+
rb-inotify (0.11.1)
367+
rexml (3.4.4)
368+
rouge (3.30.0)
369+
rubyzip (2.4.1)
370+
safe_yaml (1.0.5)
371+
sass (3.7.4)
372+
sass-listen (4.0.0)
373+
sawyer (0.9.3)
374+
securerandom (0.4.1)
375+
simpleidn (0.2.3)
376+
terminal-table (1.8.0)
377+
typhoeus (1.5.0)
378+
tzinfo (2.0.6)
379+
unicode-display_width (1.8.0)
380+
uri (1.1.1)
381+
webrick (1.9.2)
382+
383+
BUNDLED WITH
384+
4.0.6

0 commit comments

Comments
 (0)