Skip to content

Commit adc432f

Browse files
committed
minim
1 parent 7cf6037 commit adc432f

File tree

3 files changed

+177
-15
lines changed

3 files changed

+177
-15
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ source "https://rubygems.org"
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
1111
gem "jekyll", "~> 3.9.2"
12-
12+
gem "github-pages", group: :jekyll_plugins
13+
gem "jekyll-include-cache", group: :jekyll_plugins
1314
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1415
gem "minima", "~> 2.0"
1516

@@ -31,7 +32,6 @@ end
3132

3233
# Performance-booster for watching directories on Windows
3334
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
34-
gem "minimal-mistakes-jekyll"
3535

3636
# kramdown v2 ships without the gfm parser by default. If you're using
3737
# kramdown v1, comment out this line.

Gemfile.lock

+173-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,91 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (6.0.6)
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.8.1)
511
public_suffix (>= 2.0.2, < 6.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.23.6)
718
concurrent-ruby (1.1.10)
19+
dnsruby (1.61.9)
20+
simpleidn (~> 0.1)
821
em-websocket (0.5.3)
922
eventmachine (>= 0.12.9)
1023
http_parser.rb (~> 0)
24+
ethon (0.16.0)
25+
ffi (>= 1.15.0)
1126
eventmachine (1.2.7)
27+
execjs (2.8.1)
1228
faraday (2.7.1)
1329
faraday-net_http (>= 2.0, < 3.1)
1430
ruby2_keywords (>= 0.0.4)
1531
faraday-net_http (3.0.2)
1632
ffi (1.15.5-x64-mingw-ucrt)
1733
forwardable-extended (2.6.0)
34+
gemoji (3.0.1)
35+
github-pages (227)
36+
github-pages-health-check (= 1.17.9)
37+
jekyll (= 3.9.2)
38+
jekyll-avatar (= 0.7.0)
39+
jekyll-coffeescript (= 1.1.1)
40+
jekyll-commonmark-ghpages (= 0.2.0)
41+
jekyll-default-layout (= 0.1.4)
42+
jekyll-feed (= 0.15.1)
43+
jekyll-gist (= 1.5.0)
44+
jekyll-github-metadata (= 2.13.0)
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.12.0)
72+
kramdown (= 2.3.2)
73+
kramdown-parser-gfm (= 1.1.0)
74+
liquid (= 4.0.3)
75+
mercenary (~> 0.3)
76+
minima (= 2.5.1)
77+
nokogiri (>= 1.13.6, < 2.0)
78+
rouge (= 3.26.0)
79+
terminal-table (~> 1.4)
80+
github-pages-health-check (1.17.9)
81+
addressable (~> 2.3)
82+
dnsruby (~> 1.60)
83+
octokit (~> 4.0)
84+
public_suffix (>= 3.0, < 5.0)
85+
typhoeus (~> 1.3)
86+
html-pipeline (2.14.3)
87+
activesupport (>= 2)
88+
nokogiri (>= 1.4)
1889
http_parser.rb (0.8.0)
1990
i18n (0.9.5)
2091
concurrent-ruby (~> 1.0)
@@ -31,22 +102,102 @@ GEM
31102
pathutil (~> 0.9)
32103
rouge (>= 1.7, < 4)
33104
safe_yaml (~> 1.0)
34-
jekyll-feed (0.17.0)
105+
jekyll-avatar (0.7.0)
106+
jekyll (>= 3.0, < 5.0)
107+
jekyll-coffeescript (1.1.1)
108+
coffee-script (~> 2.2)
109+
coffee-script-source (~> 1.11.1)
110+
jekyll-commonmark (1.4.0)
111+
commonmarker (~> 0.22)
112+
jekyll-commonmark-ghpages (0.2.0)
113+
commonmarker (~> 0.23.4)
114+
jekyll (~> 3.9.0)
115+
jekyll-commonmark (~> 1.4.0)
116+
rouge (>= 2.0, < 4.0)
117+
jekyll-default-layout (0.1.4)
118+
jekyll (~> 3.0)
119+
jekyll-feed (0.15.1)
35120
jekyll (>= 3.7, < 5.0)
36121
jekyll-gist (1.5.0)
37122
octokit (~> 4.2)
123+
jekyll-github-metadata (2.13.0)
124+
jekyll (>= 3.4, < 5.0)
125+
octokit (~> 4.0, != 4.4.0)
38126
jekyll-include-cache (0.2.1)
39127
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)
40133
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)
41145
jekyll-sass-converter (1.5.2)
42146
sass (~> 3.4)
43147
jekyll-seo-tag (2.8.0)
44148
jekyll (>= 3.8, < 5.0)
45149
jekyll-sitemap (1.4.0)
46150
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)
47194
jekyll-watch (2.2.1)
48195
listen (~> 3.0)
49-
kramdown (2.4.0)
196+
jemoji (0.12.0)
197+
gemoji (~> 3.0)
198+
html-pipeline (~> 2.2)
199+
jekyll (>= 3.0, < 5.0)
200+
kramdown (2.3.2)
50201
rexml
51202
kramdown-parser-gfm (1.1.0)
52203
kramdown (~> 2.0)
@@ -59,25 +210,23 @@ GEM
59210
jekyll (>= 3.5, < 5.0)
60211
jekyll-feed (~> 0.9)
61212
jekyll-seo-tag (~> 2.1)
62-
minimal-mistakes-jekyll (4.24.0)
63-
jekyll (>= 3.7, < 5.0)
64-
jekyll-feed (~> 0.1)
65-
jekyll-gist (~> 1.5)
66-
jekyll-include-cache (~> 0.1)
67-
jekyll-paginate (~> 1.1)
68-
jekyll-sitemap (~> 1.3)
213+
minitest (5.16.3)
214+
nokogiri (1.13.9-x64-mingw-ucrt)
215+
racc (~> 1.4)
69216
octokit (4.25.1)
70217
faraday (>= 1, < 3)
71218
sawyer (~> 0.9)
72219
pathutil (0.16.2)
73220
forwardable-extended (~> 2.6)
74-
public_suffix (5.0.0)
221+
public_suffix (4.0.7)
222+
racc (1.6.0)
75223
rb-fsevent (0.11.2)
76224
rb-inotify (0.10.1)
77225
ffi (~> 1.0)
78226
rexml (3.2.5)
79-
rouge (3.30.0)
227+
rouge (3.26.0)
80228
ruby2_keywords (0.0.5)
229+
rubyzip (2.3.2)
81230
safe_yaml (1.0.5)
82231
sass (3.7.4)
83232
sass-listen (~> 4.0.0)
@@ -87,24 +236,36 @@ GEM
87236
sawyer (0.9.2)
88237
addressable (>= 2.3.5)
89238
faraday (>= 0.17.3, < 3)
239+
simpleidn (0.2.1)
240+
unf (~> 0.1.4)
241+
terminal-table (1.8.0)
242+
unicode-display_width (~> 1.1, >= 1.1.1)
90243
thread_safe (0.3.6)
244+
typhoeus (1.4.0)
245+
ethon (>= 0.9.0)
91246
tzinfo (1.2.10)
92247
thread_safe (~> 0.1)
93248
tzinfo-data (1.2022.6)
94249
tzinfo (>= 1.0.0)
250+
unf (0.1.4)
251+
unf_ext
252+
unf_ext (0.0.8.2-x64-mingw-ucrt)
253+
unicode-display_width (1.8.0)
95254
wdm (0.1.1)
96255
webrick (1.7.0)
256+
zeitwerk (2.6.6)
97257

98258
PLATFORMS
99259
x64-mingw-ucrt
100260

101261
DEPENDENCIES
262+
github-pages
102263
http_parser.rb (~> 0.6.0)
103264
jekyll (~> 3.9.2)
104265
jekyll-feed (~> 0.6)
266+
jekyll-include-cache
105267
kramdown-parser-gfm
106268
minima (~> 2.0)
107-
minimal-mistakes-jekyll
108269
tzinfo (~> 1.2)
109270
tzinfo-data
110271
wdm (~> 0.1.0)

_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ github_username: jekyll
2626

2727
# Build settings
2828
markdown: kramdown
29-
theme: minimal-mistakes-jekyll
29+
remote_theme: "mmistakes/minimal-mistakes@4.24.0"
3030
plugins:
3131
- jekyll-feed
32+
- jekyll-include-cache
3233

3334
# Exclude from processing.
3435
# The following items will not be processed, by default. Create a custom list

0 commit comments

Comments
 (0)