Skip to content

Commit bab1aff

Browse files
committed
chore: revamp blog
1 parent 1f6474c commit bab1aff

31 files changed

+263
-994
lines changed

404.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: "404: Page not found"
4+
---
5+
6+
<div class="page">
7+
<h1 class="page-title">404: Page not found</h1>
8+
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
9+
</div>

Gemfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll'
4-
gem 'jekyll-seo-tag'
5-
gem "github-pages", "~> 231", group: :jekyll_plugins
3+
gem 'jekyll-dash', '~> 2'
4+
gem 'jekyll-sass-converter', '~> 2.0'
5+
gem 'liquid-md5'
6+
gem 'jekyll-tagging'
67

7-
gem "webrick", "~> 1.8"

Gemfile.lock

+36-223
Original file line numberDiff line numberDiff line change
@@ -1,276 +1,89 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
5-
base64
6-
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8-
connection_pool (>= 2.2.5)
9-
drb
10-
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
144
addressable (2.8.7)
155
public_suffix (>= 2.0.2, < 7.0)
16-
base64 (0.2.0)
17-
bigdecimal (3.1.8)
18-
coffee-script (2.4.1)
19-
coffee-script-source
20-
execjs
21-
coffee-script-source (1.12.2)
226
colorator (1.1.0)
23-
commonmarker (0.23.10)
247
concurrent-ruby (1.3.3)
25-
connection_pool (2.4.1)
26-
dnsruby (1.72.2)
27-
simpleidn (~> 0.2.1)
28-
drb (2.2.1)
298
em-websocket (0.5.3)
309
eventmachine (>= 0.12.9)
3110
http_parser.rb (~> 0)
32-
ethon (0.16.0)
33-
ffi (>= 1.15.0)
3411
eventmachine (1.2.7)
35-
execjs (2.9.1)
36-
faraday (2.10.1)
37-
faraday-net_http (>= 2.0, < 3.2)
38-
logger
39-
faraday-net_http (3.1.1)
40-
net-http
41-
ffi (1.17.0)
12+
ffi (1.17.0-x86_64-linux-gnu)
4213
forwardable-extended (2.6.0)
43-
gemoji (4.1.0)
44-
github-pages (231)
45-
github-pages-health-check (= 1.18.2)
46-
jekyll (= 3.9.5)
47-
jekyll-avatar (= 0.8.0)
48-
jekyll-coffeescript (= 1.2.2)
49-
jekyll-commonmark-ghpages (= 0.4.0)
50-
jekyll-default-layout (= 0.1.5)
51-
jekyll-feed (= 0.17.0)
52-
jekyll-gist (= 1.5.0)
53-
jekyll-github-metadata (= 2.16.1)
54-
jekyll-include-cache (= 0.2.1)
55-
jekyll-mentions (= 1.6.0)
56-
jekyll-optional-front-matter (= 0.3.2)
57-
jekyll-paginate (= 1.1.0)
58-
jekyll-readme-index (= 0.3.0)
59-
jekyll-redirect-from (= 0.16.0)
60-
jekyll-relative-links (= 0.6.1)
61-
jekyll-remote-theme (= 0.4.3)
62-
jekyll-sass-converter (= 1.5.2)
63-
jekyll-seo-tag (= 2.8.0)
64-
jekyll-sitemap (= 1.4.0)
65-
jekyll-swiss (= 1.0.0)
66-
jekyll-theme-architect (= 0.2.0)
67-
jekyll-theme-cayman (= 0.2.0)
68-
jekyll-theme-dinky (= 0.2.0)
69-
jekyll-theme-hacker (= 0.2.0)
70-
jekyll-theme-leap-day (= 0.2.0)
71-
jekyll-theme-merlot (= 0.2.0)
72-
jekyll-theme-midnight (= 0.2.0)
73-
jekyll-theme-minimal (= 0.2.0)
74-
jekyll-theme-modernist (= 0.2.0)
75-
jekyll-theme-primer (= 0.6.0)
76-
jekyll-theme-slate (= 0.2.0)
77-
jekyll-theme-tactile (= 0.2.0)
78-
jekyll-theme-time-machine (= 0.2.0)
79-
jekyll-titles-from-headings (= 0.5.3)
80-
jemoji (= 0.13.0)
81-
kramdown (= 2.4.0)
82-
kramdown-parser-gfm (= 1.1.0)
83-
liquid (= 4.0.4)
84-
mercenary (~> 0.3)
85-
minima (= 2.5.1)
86-
nokogiri (>= 1.13.6, < 2.0)
87-
rouge (= 3.30.0)
88-
terminal-table (~> 1.4)
89-
github-pages-health-check (1.18.2)
90-
addressable (~> 2.3)
91-
dnsruby (~> 1.60)
92-
octokit (>= 4, < 8)
93-
public_suffix (>= 3.0, < 6.0)
94-
typhoeus (~> 1.3)
95-
html-pipeline (2.14.3)
96-
activesupport (>= 2)
97-
nokogiri (>= 1.4)
9814
http_parser.rb (0.8.0)
9915
i18n (1.14.5)
10016
concurrent-ruby (~> 1.0)
101-
jekyll (3.9.5)
17+
jekyll (4.3.3)
10218
addressable (~> 2.4)
10319
colorator (~> 1.0)
10420
em-websocket (~> 0.5)
105-
i18n (>= 0.7, < 2)
106-
jekyll-sass-converter (~> 1.0)
21+
i18n (~> 1.0)
22+
jekyll-sass-converter (>= 2.0, < 4.0)
10723
jekyll-watch (~> 2.0)
108-
kramdown (>= 1.17, < 3)
24+
kramdown (~> 2.3, >= 2.3.1)
25+
kramdown-parser-gfm (~> 1.0)
10926
liquid (~> 4.0)
110-
mercenary (~> 0.3.3)
27+
mercenary (>= 0.3.6, < 0.5)
11128
pathutil (~> 0.9)
112-
rouge (>= 1.7, < 4)
29+
rouge (>= 3.0, < 5.0)
11330
safe_yaml (~> 1.0)
114-
jekyll-avatar (0.8.0)
115-
jekyll (>= 3.0, < 5.0)
116-
jekyll-coffeescript (1.2.2)
117-
coffee-script (~> 2.2)
118-
coffee-script-source (~> 1.12)
119-
jekyll-commonmark (1.4.0)
120-
commonmarker (~> 0.22)
121-
jekyll-commonmark-ghpages (0.4.0)
122-
commonmarker (~> 0.23.7)
123-
jekyll (~> 3.9.0)
124-
jekyll-commonmark (~> 1.4.0)
125-
rouge (>= 2.0, < 5.0)
126-
jekyll-default-layout (0.1.5)
127-
jekyll (>= 3.0, < 5.0)
31+
terminal-table (>= 1.8, < 4.0)
32+
webrick (~> 1.7)
33+
jekyll-dash (2.4.1)
34+
jekyll (~> 4.0)
35+
jekyll-feed (~> 0.14)
36+
jekyll-paginate
37+
jekyll-seo-tag (~> 2.1)
12838
jekyll-feed (0.17.0)
12939
jekyll (>= 3.7, < 5.0)
130-
jekyll-gist (1.5.0)
131-
octokit (~> 4.2)
132-
jekyll-github-metadata (2.16.1)
133-
jekyll (>= 3.4, < 5.0)
134-
octokit (>= 4, < 7, != 4.4.0)
135-
jekyll-include-cache (0.2.1)
136-
jekyll (>= 3.7, < 5.0)
137-
jekyll-mentions (1.6.0)
138-
html-pipeline (~> 2.3)
139-
jekyll (>= 3.7, < 5.0)
140-
jekyll-optional-front-matter (0.3.2)
141-
jekyll (>= 3.0, < 5.0)
14240
jekyll-paginate (1.1.0)
143-
jekyll-readme-index (0.3.0)
144-
jekyll (>= 3.0, < 5.0)
145-
jekyll-redirect-from (0.16.0)
146-
jekyll (>= 3.3, < 5.0)
147-
jekyll-relative-links (0.6.1)
148-
jekyll (>= 3.3, < 5.0)
149-
jekyll-remote-theme (0.4.3)
150-
addressable (~> 2.0)
151-
jekyll (>= 3.5, < 5.0)
152-
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
153-
rubyzip (>= 1.3.0, < 3.0)
154-
jekyll-sass-converter (1.5.2)
155-
sass (~> 3.4)
41+
jekyll-sass-converter (2.2.0)
42+
sassc (> 2.0.1, < 3.0)
15643
jekyll-seo-tag (2.8.0)
15744
jekyll (>= 3.8, < 5.0)
158-
jekyll-sitemap (1.4.0)
159-
jekyll (>= 3.7, < 5.0)
160-
jekyll-swiss (1.0.0)
161-
jekyll-theme-architect (0.2.0)
162-
jekyll (> 3.5, < 5.0)
163-
jekyll-seo-tag (~> 2.0)
164-
jekyll-theme-cayman (0.2.0)
165-
jekyll (> 3.5, < 5.0)
166-
jekyll-seo-tag (~> 2.0)
167-
jekyll-theme-dinky (0.2.0)
168-
jekyll (> 3.5, < 5.0)
169-
jekyll-seo-tag (~> 2.0)
170-
jekyll-theme-hacker (0.2.0)
171-
jekyll (> 3.5, < 5.0)
172-
jekyll-seo-tag (~> 2.0)
173-
jekyll-theme-leap-day (0.2.0)
174-
jekyll (> 3.5, < 5.0)
175-
jekyll-seo-tag (~> 2.0)
176-
jekyll-theme-merlot (0.2.0)
177-
jekyll (> 3.5, < 5.0)
178-
jekyll-seo-tag (~> 2.0)
179-
jekyll-theme-midnight (0.2.0)
180-
jekyll (> 3.5, < 5.0)
181-
jekyll-seo-tag (~> 2.0)
182-
jekyll-theme-minimal (0.2.0)
183-
jekyll (> 3.5, < 5.0)
184-
jekyll-seo-tag (~> 2.0)
185-
jekyll-theme-modernist (0.2.0)
186-
jekyll (> 3.5, < 5.0)
187-
jekyll-seo-tag (~> 2.0)
188-
jekyll-theme-primer (0.6.0)
189-
jekyll (> 3.5, < 5.0)
190-
jekyll-github-metadata (~> 2.9)
191-
jekyll-seo-tag (~> 2.0)
192-
jekyll-theme-slate (0.2.0)
193-
jekyll (> 3.5, < 5.0)
194-
jekyll-seo-tag (~> 2.0)
195-
jekyll-theme-tactile (0.2.0)
196-
jekyll (> 3.5, < 5.0)
197-
jekyll-seo-tag (~> 2.0)
198-
jekyll-theme-time-machine (0.2.0)
199-
jekyll (> 3.5, < 5.0)
200-
jekyll-seo-tag (~> 2.0)
201-
jekyll-titles-from-headings (0.5.3)
202-
jekyll (>= 3.3, < 5.0)
45+
jekyll-tagging (1.1.0)
46+
nuggets
20347
jekyll-watch (2.2.1)
20448
listen (~> 3.0)
205-
jemoji (0.13.0)
206-
gemoji (>= 3, < 5)
207-
html-pipeline (~> 2.2)
208-
jekyll (>= 3.0, < 5.0)
20949
kramdown (2.4.0)
21050
rexml
21151
kramdown-parser-gfm (1.1.0)
21252
kramdown (~> 2.0)
21353
liquid (4.0.4)
54+
liquid-md5 (0.0.3)
55+
liquid (>= 2.5, < 5.0)
21456
listen (3.9.0)
21557
rb-fsevent (~> 0.10, >= 0.10.3)
21658
rb-inotify (~> 0.9, >= 0.9.10)
217-
logger (1.6.0)
218-
mercenary (0.3.6)
219-
mini_portile2 (2.8.7)
220-
minima (2.5.1)
221-
jekyll (>= 3.5, < 5.0)
222-
jekyll-feed (~> 0.9)
223-
jekyll-seo-tag (~> 2.1)
224-
minitest (5.24.1)
225-
mutex_m (0.2.0)
226-
net-http (0.4.1)
227-
uri
228-
nokogiri (1.16.7)
229-
mini_portile2 (~> 2.8.2)
230-
racc (~> 1.4)
231-
octokit (4.25.1)
232-
faraday (>= 1, < 3)
233-
sawyer (~> 0.9)
59+
mercenary (0.4.0)
60+
nuggets (1.6.1)
23461
pathutil (0.16.2)
23562
forwardable-extended (~> 2.6)
236-
public_suffix (5.1.1)
237-
racc (1.8.1)
63+
public_suffix (6.0.1)
23864
rb-fsevent (0.11.2)
23965
rb-inotify (0.11.1)
24066
ffi (~> 1.0)
24167
rexml (3.3.4)
24268
strscan
243-
rouge (3.30.0)
244-
rubyzip (2.3.2)
69+
rouge (4.3.0)
24570
safe_yaml (1.0.5)
246-
sass (3.7.4)
247-
sass-listen (~> 4.0.0)
248-
sass-listen (4.0.0)
249-
rb-fsevent (~> 0.9, >= 0.9.4)
250-
rb-inotify (~> 0.9, >= 0.9.7)
251-
sawyer (0.9.2)
252-
addressable (>= 2.3.5)
253-
faraday (>= 0.17.3, < 3)
254-
simpleidn (0.2.3)
71+
sassc (2.4.0)
72+
ffi (~> 1.9)
25573
strscan (3.1.0)
256-
terminal-table (1.8.0)
257-
unicode-display_width (~> 1.1, >= 1.1.1)
258-
typhoeus (1.4.1)
259-
ethon (>= 0.9.0)
260-
tzinfo (2.0.6)
261-
concurrent-ruby (~> 1.0)
262-
unicode-display_width (1.8.0)
263-
uri (0.13.0)
74+
terminal-table (3.0.2)
75+
unicode-display_width (>= 1.1.1, < 3)
76+
unicode-display_width (2.5.0)
26477
webrick (1.8.1)
26578

26679
PLATFORMS
267-
ruby
80+
x86_64-linux
26881

26982
DEPENDENCIES
270-
github-pages (~> 231)
271-
jekyll
272-
jekyll-seo-tag
273-
webrick (~> 1.8)
83+
jekyll-dash (~> 2)
84+
jekyll-sass-converter (~> 2.0)
85+
jekyll-tagging
86+
liquid-md5
27487

27588
BUNDLED WITH
276-
2.1.4
89+
2.5.5

0 commit comments

Comments
 (0)