Skip to content

Commit 4dc001c

Browse files
committed
tries to use yat theme
1 parent 15b9ad6 commit 4dc001c

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
3131
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3232
# do not have a Java counterpart.
3333
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
34+
35+
gem "jekyll-theme-yat"

Gemfile.lock

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ GEM
2222
ffi (1.17.0-x86_64-linux-gnu)
2323
ffi (1.17.0-x86_64-linux-musl)
2424
forwardable-extended (2.6.0)
25+
gemoji (3.0.1)
2526
google-protobuf (4.28.2)
2627
bigdecimal
2728
rake (>= 13)
@@ -61,10 +62,25 @@ GEM
6162
webrick (~> 1.7)
6263
jekyll-feed (0.17.0)
6364
jekyll (>= 3.7, < 5.0)
65+
jekyll-paginate (1.1.0)
6466
jekyll-sass-converter (3.0.0)
6567
sass-embedded (~> 1.54)
6668
jekyll-seo-tag (2.8.0)
6769
jekyll (>= 3.8, < 5.0)
70+
jekyll-sitemap (1.4.0)
71+
jekyll (>= 3.7, < 5.0)
72+
jekyll-spaceship (0.10.2)
73+
gemoji (~> 3.0)
74+
jekyll (>= 3.6, < 5.0)
75+
nokogiri (~> 1.6)
76+
rainbow (~> 3.0)
77+
jekyll-theme-yat (1.10.0)
78+
jekyll (> 3.5, < 5.0)
79+
jekyll-feed (~> 0.9)
80+
jekyll-paginate (~> 1.1)
81+
jekyll-seo-tag (~> 2.1)
82+
jekyll-sitemap (~> 1.3)
83+
jekyll-spaceship (~> 0.2)
6884
jekyll-watch (2.2.1)
6985
listen (~> 3.0)
7086
kramdown (2.4.0)
@@ -76,13 +92,31 @@ GEM
7692
rb-fsevent (~> 0.10, >= 0.10.3)
7793
rb-inotify (~> 0.9, >= 0.9.10)
7894
mercenary (0.4.0)
95+
mini_portile2 (2.8.7)
7996
minima (2.5.2)
8097
jekyll (>= 3.5, < 5.0)
8198
jekyll-feed (~> 0.9)
8299
jekyll-seo-tag (~> 2.1)
100+
nokogiri (1.16.7)
101+
mini_portile2 (~> 2.8.2)
102+
racc (~> 1.4)
103+
nokogiri (1.16.7-aarch64-linux)
104+
racc (~> 1.4)
105+
nokogiri (1.16.7-arm-linux)
106+
racc (~> 1.4)
107+
nokogiri (1.16.7-arm64-darwin)
108+
racc (~> 1.4)
109+
nokogiri (1.16.7-x86-linux)
110+
racc (~> 1.4)
111+
nokogiri (1.16.7-x86_64-darwin)
112+
racc (~> 1.4)
113+
nokogiri (1.16.7-x86_64-linux)
114+
racc (~> 1.4)
83115
pathutil (0.16.2)
84116
forwardable-extended (~> 2.6)
85117
public_suffix (6.0.1)
118+
racc (1.8.1)
119+
rainbow (3.1.1)
86120
rake (13.2.1)
87121
rb-fsevent (0.11.2)
88122
rb-inotify (0.11.1)
@@ -173,6 +207,7 @@ DEPENDENCIES
173207
http_parser.rb (~> 0.6.0)
174208
jekyll (~> 4.3.4)
175209
jekyll-feed (~> 0.12)
210+
jekyll-theme-yat
176211
minima (~> 2.5)
177212
tzinfo (>= 1, < 3)
178213
tzinfo-data

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ twitter_username: tebjan
3030
github_username: vl-pynet-ai
3131

3232
# Build settings
33-
theme: minima
33+
theme: jekyll-theme-yat
3434
plugins:
3535
- jekyll-feed
3636

0 commit comments

Comments
 (0)