Skip to content

Commit 29c3bff

Browse files
committed
Add Gemfile for GitHub Pages deploy
1 parent b5229af commit 29c3bff

File tree

2 files changed

+151
-0
lines changed

2 files changed

+151
-0
lines changed

Gemfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll", "~> 4.3"
4+
gem "webrick" # required for local dev on Ruby 3+
5+
6+
# Theme-specific gem (optional if using Chirpy as a remote theme)
7+
# gem "jekyll-theme-chirpy"
8+
9+
group :jekyll_plugins do
10+
gem "jekyll-feed", "~> 0.12"
11+
gem "jekyll-seo-tag", "~> 2.7"
12+
gem "jekyll-sitemap"
13+
gem "jekyll-paginate"
14+
end
15+

Gemfile.lock

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.9)
8+
colorator (1.1.0)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.3)
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.1-aarch64-linux-gnu)
16+
ffi (1.17.1-aarch64-linux-musl)
17+
ffi (1.17.1-arm-linux-gnu)
18+
ffi (1.17.1-arm-linux-musl)
19+
ffi (1.17.1-arm64-darwin)
20+
ffi (1.17.1-x86_64-darwin)
21+
ffi (1.17.1-x86_64-linux-gnu)
22+
ffi (1.17.1-x86_64-linux-musl)
23+
forwardable-extended (2.6.0)
24+
google-protobuf (4.30.2)
25+
bigdecimal
26+
rake (>= 13)
27+
google-protobuf (4.30.2-aarch64-linux)
28+
bigdecimal
29+
rake (>= 13)
30+
google-protobuf (4.30.2-arm64-darwin)
31+
bigdecimal
32+
rake (>= 13)
33+
google-protobuf (4.30.2-x86_64-darwin)
34+
bigdecimal
35+
rake (>= 13)
36+
google-protobuf (4.30.2-x86_64-linux)
37+
bigdecimal
38+
rake (>= 13)
39+
http_parser.rb (0.8.0)
40+
i18n (1.14.7)
41+
concurrent-ruby (~> 1.0)
42+
jekyll (4.4.1)
43+
addressable (~> 2.4)
44+
base64 (~> 0.2)
45+
colorator (~> 1.0)
46+
csv (~> 3.0)
47+
em-websocket (~> 0.5)
48+
i18n (~> 1.0)
49+
jekyll-sass-converter (>= 2.0, < 4.0)
50+
jekyll-watch (~> 2.0)
51+
json (~> 2.6)
52+
kramdown (~> 2.3, >= 2.3.1)
53+
kramdown-parser-gfm (~> 1.0)
54+
liquid (~> 4.0)
55+
mercenary (~> 0.3, >= 0.3.6)
56+
pathutil (~> 0.9)
57+
rouge (>= 3.0, < 5.0)
58+
safe_yaml (~> 1.0)
59+
terminal-table (>= 1.8, < 4.0)
60+
webrick (~> 1.7)
61+
jekyll-feed (0.17.0)
62+
jekyll (>= 3.7, < 5.0)
63+
jekyll-paginate (1.1.0)
64+
jekyll-sass-converter (3.1.0)
65+
sass-embedded (~> 1.75)
66+
jekyll-seo-tag (2.8.0)
67+
jekyll (>= 3.8, < 5.0)
68+
jekyll-sitemap (1.4.0)
69+
jekyll (>= 3.7, < 5.0)
70+
jekyll-watch (2.2.1)
71+
listen (~> 3.0)
72+
json (2.10.2)
73+
kramdown (2.5.1)
74+
rexml (>= 3.3.9)
75+
kramdown-parser-gfm (1.1.0)
76+
kramdown (~> 2.0)
77+
liquid (4.0.4)
78+
listen (3.9.0)
79+
rb-fsevent (~> 0.10, >= 0.10.3)
80+
rb-inotify (~> 0.9, >= 0.9.10)
81+
mercenary (0.4.0)
82+
pathutil (0.16.2)
83+
forwardable-extended (~> 2.6)
84+
public_suffix (6.0.1)
85+
rake (13.2.1)
86+
rb-fsevent (0.11.2)
87+
rb-inotify (0.11.1)
88+
ffi (~> 1.0)
89+
rexml (3.4.1)
90+
rouge (4.5.1)
91+
safe_yaml (1.0.5)
92+
sass-embedded (1.86.1-aarch64-linux-gnu)
93+
google-protobuf (~> 4.30)
94+
sass-embedded (1.86.1-aarch64-linux-musl)
95+
google-protobuf (~> 4.30)
96+
sass-embedded (1.86.1-arm-linux-gnueabihf)
97+
google-protobuf (~> 4.30)
98+
sass-embedded (1.86.1-arm-linux-musleabihf)
99+
google-protobuf (~> 4.30)
100+
sass-embedded (1.86.1-arm64-darwin)
101+
google-protobuf (~> 4.30)
102+
sass-embedded (1.86.1-x86_64-darwin)
103+
google-protobuf (~> 4.30)
104+
sass-embedded (1.86.1-x86_64-linux-gnu)
105+
google-protobuf (~> 4.30)
106+
sass-embedded (1.86.1-x86_64-linux-musl)
107+
google-protobuf (~> 4.30)
108+
terminal-table (3.0.2)
109+
unicode-display_width (>= 1.1.1, < 3)
110+
unicode-display_width (2.6.0)
111+
webrick (1.9.1)
112+
113+
PLATFORMS
114+
aarch64-linux
115+
aarch64-linux-gnu
116+
aarch64-linux-musl
117+
arm-linux-gnu
118+
arm-linux-gnueabihf
119+
arm-linux-musl
120+
arm-linux-musleabihf
121+
arm64-darwin
122+
x86_64-darwin
123+
x86_64-linux
124+
x86_64-linux-gnu
125+
x86_64-linux-musl
126+
127+
DEPENDENCIES
128+
jekyll (~> 4.3)
129+
jekyll-feed (~> 0.12)
130+
jekyll-paginate
131+
jekyll-seo-tag (~> 2.7)
132+
jekyll-sitemap
133+
webrick
134+
135+
BUNDLED WITH
136+
2.6.6

0 commit comments

Comments
 (0)