Skip to content

Commit e66de42

Browse files
Copilotcalcode
andcommitted
Update Jekyll to 4.4.1, fix Gemfile naming and config compatibility
Co-authored-by: calcode <8709992+calcode@users.noreply.github.com>
1 parent 981d309 commit e66de42

5 files changed

Lines changed: 100 additions & 3 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
_site/
2+
.sass-cache/
3+
.jekyll-cache/
4+
.jekyll-metadata
5+
vendor/
6+
.bundle/

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll', '~> 4.4'
4+
gem 'jekyll-sitemap'
5+
gem 'jekyll-paginate'

Gemfile.lock

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
6+
base64 (0.3.0)
7+
bigdecimal (4.0.1)
8+
colorator (1.1.0)
9+
concurrent-ruby (1.3.6)
10+
csv (3.3.5)
11+
em-websocket (0.5.3)
12+
eventmachine (>= 0.12.9)
13+
http_parser.rb (~> 0)
14+
eventmachine (1.2.7)
15+
ffi (1.17.3-x86_64-linux-gnu)
16+
forwardable-extended (2.6.0)
17+
google-protobuf (4.33.5-x86_64-linux-gnu)
18+
bigdecimal
19+
rake (>= 13)
20+
http_parser.rb (0.8.1)
21+
i18n (1.14.8)
22+
concurrent-ruby (~> 1.0)
23+
jekyll (4.4.1)
24+
addressable (~> 2.4)
25+
base64 (~> 0.2)
26+
colorator (~> 1.0)
27+
csv (~> 3.0)
28+
em-websocket (~> 0.5)
29+
i18n (~> 1.0)
30+
jekyll-sass-converter (>= 2.0, < 4.0)
31+
jekyll-watch (~> 2.0)
32+
json (~> 2.6)
33+
kramdown (~> 2.3, >= 2.3.1)
34+
kramdown-parser-gfm (~> 1.0)
35+
liquid (~> 4.0)
36+
mercenary (~> 0.3, >= 0.3.6)
37+
pathutil (~> 0.9)
38+
rouge (>= 3.0, < 5.0)
39+
safe_yaml (~> 1.0)
40+
terminal-table (>= 1.8, < 4.0)
41+
webrick (~> 1.7)
42+
jekyll-paginate (1.1.0)
43+
jekyll-sass-converter (3.1.0)
44+
sass-embedded (~> 1.75)
45+
jekyll-sitemap (1.4.0)
46+
jekyll (>= 3.7, < 5.0)
47+
jekyll-watch (2.2.1)
48+
listen (~> 3.0)
49+
json (2.18.1)
50+
kramdown (2.5.2)
51+
rexml (>= 3.4.4)
52+
kramdown-parser-gfm (1.1.0)
53+
kramdown (~> 2.0)
54+
liquid (4.0.4)
55+
listen (3.10.0)
56+
logger
57+
rb-fsevent (~> 0.10, >= 0.10.3)
58+
rb-inotify (~> 0.9, >= 0.9.10)
59+
logger (1.7.0)
60+
mercenary (0.4.0)
61+
pathutil (0.16.2)
62+
forwardable-extended (~> 2.6)
63+
public_suffix (7.0.2)
64+
rake (13.3.1)
65+
rb-fsevent (0.11.2)
66+
rb-inotify (0.11.1)
67+
ffi (~> 1.0)
68+
rexml (3.4.4)
69+
rouge (4.7.0)
70+
safe_yaml (1.0.5)
71+
sass-embedded (1.97.3-x86_64-linux-gnu)
72+
google-protobuf (~> 4.31)
73+
terminal-table (3.0.2)
74+
unicode-display_width (>= 1.1.1, < 3)
75+
unicode-display_width (2.6.0)
76+
webrick (1.9.2)
77+
78+
PLATFORMS
79+
x86_64-linux-gnu
80+
81+
DEPENDENCIES
82+
jekyll (~> 4.4)
83+
jekyll-paginate
84+
jekyll-sitemap
85+
86+
BUNDLED WITH
87+
2.4.19

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ pages_list:
2626
about: '/about'
2727
posts: '/posts'
2828
# Sitemaps
29-
gems:
29+
plugins:
3030
- jekyll-sitemap
31+
- jekyll-paginate

gemfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)