Skip to content

Commit 233ec4b

Browse files
committed
jekyll: add Gemfile for local generation
With GH action, they are automatically generated. Now we can use: $ bundle exec jekyll serve Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 50abdeb commit 233ec4b

File tree

2 files changed

+325
-0
lines changed

2 files changed

+325
-0
lines changed

Gemfile

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
#gem "jekyll", "~> 4.3.3"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
# gem "minima", "~> 2.5"
13+
gem "minima"
14+
gem "webrick"
15+
gem 'jekyll-reload'
16+
17+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19+
gem "github-pages", group: :jekyll_plugins
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.12"
23+
end
24+
25+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
26+
# and associated library.
27+
platforms :mingw, :x64_mingw, :mswin, :jruby do
28+
gem "tzinfo", ">= 1", "< 3"
29+
gem "tzinfo-data"
30+
end
31+
32+
# Performance-booster for watching directories on Windows
33+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
34+
35+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
36+
# do not have a Java counterpart.
37+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
38+
39+
# kramdown v2 ships without the gfm parser by default. If you're using
40+
# kramdown v1, comment out this line.
41+
gem "kramdown-parser-gfm"

Gemfile.lock

+284
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (7.1.3.2)
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)
14+
addressable (2.8.6)
15+
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.7)
18+
coffee-script (2.4.1)
19+
coffee-script-source
20+
execjs
21+
coffee-script-source (1.12.2)
22+
colorator (1.1.0)
23+
commonmarker (0.23.10)
24+
concurrent-ruby (1.2.3)
25+
connection_pool (2.4.1)
26+
dnsruby (1.72.0)
27+
simpleidn (~> 0.2.1)
28+
drb (2.2.1)
29+
em-websocket (0.5.3)
30+
eventmachine (>= 0.12.9)
31+
http_parser.rb (~> 0)
32+
ethon (0.16.0)
33+
ffi (>= 1.15.0)
34+
eventmachine (1.2.7)
35+
execjs (2.9.1)
36+
faraday (2.9.0)
37+
faraday-net_http (>= 2.0, < 3.2)
38+
faraday-net_http (3.1.0)
39+
net-http
40+
ffi (1.16.3)
41+
forwardable-extended (2.6.0)
42+
gemoji (4.1.0)
43+
github-pages (231)
44+
github-pages-health-check (= 1.18.2)
45+
jekyll (= 3.9.5)
46+
jekyll-avatar (= 0.8.0)
47+
jekyll-coffeescript (= 1.2.2)
48+
jekyll-commonmark-ghpages (= 0.4.0)
49+
jekyll-default-layout (= 0.1.5)
50+
jekyll-feed (= 0.17.0)
51+
jekyll-gist (= 1.5.0)
52+
jekyll-github-metadata (= 2.16.1)
53+
jekyll-include-cache (= 0.2.1)
54+
jekyll-mentions (= 1.6.0)
55+
jekyll-optional-front-matter (= 0.3.2)
56+
jekyll-paginate (= 1.1.0)
57+
jekyll-readme-index (= 0.3.0)
58+
jekyll-redirect-from (= 0.16.0)
59+
jekyll-relative-links (= 0.6.1)
60+
jekyll-remote-theme (= 0.4.3)
61+
jekyll-sass-converter (= 1.5.2)
62+
jekyll-seo-tag (= 2.8.0)
63+
jekyll-sitemap (= 1.4.0)
64+
jekyll-swiss (= 1.0.0)
65+
jekyll-theme-architect (= 0.2.0)
66+
jekyll-theme-cayman (= 0.2.0)
67+
jekyll-theme-dinky (= 0.2.0)
68+
jekyll-theme-hacker (= 0.2.0)
69+
jekyll-theme-leap-day (= 0.2.0)
70+
jekyll-theme-merlot (= 0.2.0)
71+
jekyll-theme-midnight (= 0.2.0)
72+
jekyll-theme-minimal (= 0.2.0)
73+
jekyll-theme-modernist (= 0.2.0)
74+
jekyll-theme-primer (= 0.6.0)
75+
jekyll-theme-slate (= 0.2.0)
76+
jekyll-theme-tactile (= 0.2.0)
77+
jekyll-theme-time-machine (= 0.2.0)
78+
jekyll-titles-from-headings (= 0.5.3)
79+
jemoji (= 0.13.0)
80+
kramdown (= 2.4.0)
81+
kramdown-parser-gfm (= 1.1.0)
82+
liquid (= 4.0.4)
83+
mercenary (~> 0.3)
84+
minima (= 2.5.1)
85+
nokogiri (>= 1.13.6, < 2.0)
86+
rouge (= 3.30.0)
87+
terminal-table (~> 1.4)
88+
github-pages-health-check (1.18.2)
89+
addressable (~> 2.3)
90+
dnsruby (~> 1.60)
91+
octokit (>= 4, < 8)
92+
public_suffix (>= 3.0, < 6.0)
93+
typhoeus (~> 1.3)
94+
html-pipeline (2.14.3)
95+
activesupport (>= 2)
96+
nokogiri (>= 1.4)
97+
http_parser.rb (0.8.0)
98+
i18n (1.14.4)
99+
concurrent-ruby (~> 1.0)
100+
jekyll (3.9.5)
101+
addressable (~> 2.4)
102+
colorator (~> 1.0)
103+
em-websocket (~> 0.5)
104+
i18n (>= 0.7, < 2)
105+
jekyll-sass-converter (~> 1.0)
106+
jekyll-watch (~> 2.0)
107+
kramdown (>= 1.17, < 3)
108+
liquid (~> 4.0)
109+
mercenary (~> 0.3.3)
110+
pathutil (~> 0.9)
111+
rouge (>= 1.7, < 4)
112+
safe_yaml (~> 1.0)
113+
jekyll-avatar (0.8.0)
114+
jekyll (>= 3.0, < 5.0)
115+
jekyll-coffeescript (1.2.2)
116+
coffee-script (~> 2.2)
117+
coffee-script-source (~> 1.12)
118+
jekyll-commonmark (1.4.0)
119+
commonmarker (~> 0.22)
120+
jekyll-commonmark-ghpages (0.4.0)
121+
commonmarker (~> 0.23.7)
122+
jekyll (~> 3.9.0)
123+
jekyll-commonmark (~> 1.4.0)
124+
rouge (>= 2.0, < 5.0)
125+
jekyll-default-layout (0.1.5)
126+
jekyll (>= 3.0, < 5.0)
127+
jekyll-feed (0.17.0)
128+
jekyll (>= 3.7, < 5.0)
129+
jekyll-gist (1.5.0)
130+
octokit (~> 4.2)
131+
jekyll-github-metadata (2.16.1)
132+
jekyll (>= 3.4, < 5.0)
133+
octokit (>= 4, < 7, != 4.4.0)
134+
jekyll-include-cache (0.2.1)
135+
jekyll (>= 3.7, < 5.0)
136+
jekyll-mentions (1.6.0)
137+
html-pipeline (~> 2.3)
138+
jekyll (>= 3.7, < 5.0)
139+
jekyll-optional-front-matter (0.3.2)
140+
jekyll (>= 3.0, < 5.0)
141+
jekyll-paginate (1.1.0)
142+
jekyll-readme-index (0.3.0)
143+
jekyll (>= 3.0, < 5.0)
144+
jekyll-redirect-from (0.16.0)
145+
jekyll (>= 3.3, < 5.0)
146+
jekyll-relative-links (0.6.1)
147+
jekyll (>= 3.3, < 5.0)
148+
jekyll-reload (1.0.1)
149+
em-websocket (~> 0.5)
150+
jekyll (~> 3.5)
151+
jekyll-remote-theme (0.4.3)
152+
addressable (~> 2.0)
153+
jekyll (>= 3.5, < 5.0)
154+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
155+
rubyzip (>= 1.3.0, < 3.0)
156+
jekyll-sass-converter (1.5.2)
157+
sass (~> 3.4)
158+
jekyll-seo-tag (2.8.0)
159+
jekyll (>= 3.8, < 5.0)
160+
jekyll-sitemap (1.4.0)
161+
jekyll (>= 3.7, < 5.0)
162+
jekyll-swiss (1.0.0)
163+
jekyll-theme-architect (0.2.0)
164+
jekyll (> 3.5, < 5.0)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-cayman (0.2.0)
167+
jekyll (> 3.5, < 5.0)
168+
jekyll-seo-tag (~> 2.0)
169+
jekyll-theme-dinky (0.2.0)
170+
jekyll (> 3.5, < 5.0)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-hacker (0.2.0)
173+
jekyll (> 3.5, < 5.0)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-leap-day (0.2.0)
176+
jekyll (> 3.5, < 5.0)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-merlot (0.2.0)
179+
jekyll (> 3.5, < 5.0)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-midnight (0.2.0)
182+
jekyll (> 3.5, < 5.0)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-minimal (0.2.0)
185+
jekyll (> 3.5, < 5.0)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-theme-modernist (0.2.0)
188+
jekyll (> 3.5, < 5.0)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-primer (0.6.0)
191+
jekyll (> 3.5, < 5.0)
192+
jekyll-github-metadata (~> 2.9)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-theme-slate (0.2.0)
195+
jekyll (> 3.5, < 5.0)
196+
jekyll-seo-tag (~> 2.0)
197+
jekyll-theme-tactile (0.2.0)
198+
jekyll (> 3.5, < 5.0)
199+
jekyll-seo-tag (~> 2.0)
200+
jekyll-theme-time-machine (0.2.0)
201+
jekyll (> 3.5, < 5.0)
202+
jekyll-seo-tag (~> 2.0)
203+
jekyll-titles-from-headings (0.5.3)
204+
jekyll (>= 3.3, < 5.0)
205+
jekyll-watch (2.2.1)
206+
listen (~> 3.0)
207+
jemoji (0.13.0)
208+
gemoji (>= 3, < 5)
209+
html-pipeline (~> 2.2)
210+
jekyll (>= 3.0, < 5.0)
211+
kramdown (2.4.0)
212+
rexml
213+
kramdown-parser-gfm (1.1.0)
214+
kramdown (~> 2.0)
215+
liquid (4.0.4)
216+
listen (3.9.0)
217+
rb-fsevent (~> 0.10, >= 0.10.3)
218+
rb-inotify (~> 0.9, >= 0.9.10)
219+
mercenary (0.3.6)
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.22.3)
225+
mutex_m (0.2.0)
226+
net-http (0.4.1)
227+
uri
228+
nokogiri (1.16.3-x86_64-linux)
229+
racc (~> 1.4)
230+
octokit (4.25.1)
231+
faraday (>= 1, < 3)
232+
sawyer (~> 0.9)
233+
pathutil (0.16.2)
234+
forwardable-extended (~> 2.6)
235+
public_suffix (5.0.5)
236+
racc (1.7.3)
237+
rb-fsevent (0.11.2)
238+
rb-inotify (0.10.1)
239+
ffi (~> 1.0)
240+
rexml (3.2.6)
241+
rouge (3.30.0)
242+
rubyzip (2.3.2)
243+
safe_yaml (1.0.5)
244+
sass (3.7.4)
245+
sass-listen (~> 4.0.0)
246+
sass-listen (4.0.0)
247+
rb-fsevent (~> 0.9, >= 0.9.4)
248+
rb-inotify (~> 0.9, >= 0.9.7)
249+
sawyer (0.9.2)
250+
addressable (>= 2.3.5)
251+
faraday (>= 0.17.3, < 3)
252+
simpleidn (0.2.1)
253+
unf (~> 0.1.4)
254+
terminal-table (1.8.0)
255+
unicode-display_width (~> 1.1, >= 1.1.1)
256+
typhoeus (1.4.1)
257+
ethon (>= 0.9.0)
258+
tzinfo (2.0.6)
259+
concurrent-ruby (~> 1.0)
260+
unf (0.1.4)
261+
unf_ext
262+
unf_ext (0.0.9.1)
263+
unicode-display_width (1.8.0)
264+
uri (0.13.0)
265+
webrick (1.8.1)
266+
267+
PLATFORMS
268+
ruby
269+
x86_64-linux-gnu
270+
271+
DEPENDENCIES
272+
github-pages
273+
http_parser.rb (~> 0.6.0)
274+
jekyll-feed (~> 0.12)
275+
jekyll-reload
276+
kramdown-parser-gfm
277+
minima
278+
tzinfo (>= 1, < 3)
279+
tzinfo-data
280+
wdm (~> 0.1.1)
281+
webrick
282+
283+
BUNDLED WITH
284+
2.5.7

0 commit comments

Comments
 (0)