Skip to content

Commit a862814

Browse files
committed
2 parents 9bec6ea + f2044eb commit a862814

File tree

4 files changed

+215
-25
lines changed

4 files changed

+215
-25
lines changed

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
## Remove '.backup' from this file to reactivate it
21

32
# frozen_string_literal: true
43

54
source "https://rubygems.org"
65

76
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
87

9-
gem "jekyll"
10-
gem "jekyll-sitemap"
11-
12-
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
8+
gem 'github-pages', group: :jekyll_plugins

Gemfile.lock

Lines changed: 206 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,197 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (6.0.3.3)
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.7.0)
511
public_suffix (>= 2.0.2, < 5.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.17.13)
18+
ruby-enum (~> 0.5)
719
concurrent-ruby (1.1.7)
20+
dnsruby (1.61.4)
21+
simpleidn (~> 0.1)
822
em-websocket (0.5.1)
923
eventmachine (>= 0.12.9)
1024
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
1127
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (1.0.1)
30+
multipart-post (>= 1.2, < 3)
1231
ffi (1.13.1)
1332
forwardable-extended (2.6.0)
33+
gemoji (3.0.1)
34+
github-pages (207)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.9.0)
37+
jekyll-avatar (= 0.7.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.13.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.13.0)
44+
jekyll-mentions (= 1.5.1)
45+
jekyll-optional-front-matter (= 0.3.2)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.3.0)
48+
jekyll-redirect-from (= 0.15.0)
49+
jekyll-relative-links (= 0.6.1)
50+
jekyll-remote-theme (= 0.4.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.6.1)
53+
jekyll-sitemap (= 1.4.0)
54+
jekyll-swiss (= 1.0.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.4)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.3)
69+
jemoji (= 0.11.1)
70+
kramdown (= 2.3.0)
71+
kramdown-parser-gfm (= 1.1.0)
72+
liquid (= 4.0.3)
73+
mercenary (~> 0.3)
74+
minima (= 2.5.1)
75+
nokogiri (>= 1.10.4, < 2.0)
76+
rouge (= 3.19.0)
77+
terminal-table (~> 1.4)
78+
github-pages-health-check (1.16.1)
79+
addressable (~> 2.3)
80+
dnsruby (~> 1.60)
81+
octokit (~> 4.0)
82+
public_suffix (~> 3.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.14.0)
85+
activesupport (>= 2)
86+
nokogiri (>= 1.4)
1487
http_parser.rb (0.6.0)
15-
i18n (1.8.5)
88+
i18n (0.9.5)
1689
concurrent-ruby (~> 1.0)
17-
jekyll (4.1.1)
90+
jekyll (3.9.0)
1891
addressable (~> 2.4)
1992
colorator (~> 1.0)
2093
em-websocket (~> 0.5)
21-
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
94+
i18n (~> 0.7)
95+
jekyll-sass-converter (~> 1.0)
2396
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.1)
25-
kramdown-parser-gfm (~> 1.0)
97+
kramdown (>= 1.17, < 3)
2698
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
99+
mercenary (~> 0.3.3)
28100
pathutil (~> 0.9)
29-
rouge (~> 3.0)
101+
rouge (>= 1.7, < 4)
30102
safe_yaml (~> 1.0)
31-
terminal-table (~> 1.8)
32-
jekyll-sass-converter (2.1.0)
33-
sassc (> 2.0.1, < 3.0)
103+
jekyll-avatar (0.7.0)
104+
jekyll (>= 3.0, < 5.0)
105+
jekyll-coffeescript (1.1.1)
106+
coffee-script (~> 2.2)
107+
coffee-script-source (~> 1.11.1)
108+
jekyll-commonmark (1.3.1)
109+
commonmarker (~> 0.14)
110+
jekyll (>= 3.7, < 5.0)
111+
jekyll-commonmark-ghpages (0.1.6)
112+
commonmarker (~> 0.17.6)
113+
jekyll-commonmark (~> 1.2)
114+
rouge (>= 2.0, < 4.0)
115+
jekyll-default-layout (0.1.4)
116+
jekyll (~> 3.0)
117+
jekyll-feed (0.13.0)
118+
jekyll (>= 3.7, < 5.0)
119+
jekyll-gist (1.5.0)
120+
octokit (~> 4.2)
121+
jekyll-github-metadata (2.13.0)
122+
jekyll (>= 3.4, < 5.0)
123+
octokit (~> 4.0, != 4.4.0)
124+
jekyll-mentions (1.5.1)
125+
html-pipeline (~> 2.3)
126+
jekyll (>= 3.7, < 5.0)
127+
jekyll-optional-front-matter (0.3.2)
128+
jekyll (>= 3.0, < 5.0)
129+
jekyll-paginate (1.1.0)
130+
jekyll-readme-index (0.3.0)
131+
jekyll (>= 3.0, < 5.0)
132+
jekyll-redirect-from (0.15.0)
133+
jekyll (>= 3.3, < 5.0)
134+
jekyll-relative-links (0.6.1)
135+
jekyll (>= 3.3, < 5.0)
136+
jekyll-remote-theme (0.4.1)
137+
addressable (~> 2.0)
138+
jekyll (>= 3.5, < 5.0)
139+
rubyzip (>= 1.3.0)
140+
jekyll-sass-converter (1.5.2)
141+
sass (~> 3.4)
142+
jekyll-seo-tag (2.6.1)
143+
jekyll (>= 3.3, < 5.0)
34144
jekyll-sitemap (1.4.0)
35145
jekyll (>= 3.7, < 5.0)
146+
jekyll-swiss (1.0.0)
147+
jekyll-theme-architect (0.1.1)
148+
jekyll (~> 3.5)
149+
jekyll-seo-tag (~> 2.0)
150+
jekyll-theme-cayman (0.1.1)
151+
jekyll (~> 3.5)
152+
jekyll-seo-tag (~> 2.0)
153+
jekyll-theme-dinky (0.1.1)
154+
jekyll (~> 3.5)
155+
jekyll-seo-tag (~> 2.0)
156+
jekyll-theme-hacker (0.1.1)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-leap-day (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-merlot (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-midnight (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-minimal (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-modernist (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-primer (0.5.4)
175+
jekyll (> 3.5, < 5.0)
176+
jekyll-github-metadata (~> 2.9)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-theme-slate (0.1.1)
179+
jekyll (~> 3.5)
180+
jekyll-seo-tag (~> 2.0)
181+
jekyll-theme-tactile (0.1.1)
182+
jekyll (~> 3.5)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-time-machine (0.1.1)
185+
jekyll (~> 3.5)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-titles-from-headings (0.5.3)
188+
jekyll (>= 3.3, < 5.0)
36189
jekyll-watch (2.2.1)
37190
listen (~> 3.0)
191+
jemoji (0.11.1)
192+
gemoji (~> 3.0)
193+
html-pipeline (~> 2.2)
194+
jekyll (>= 3.0, < 5.0)
38195
kramdown (2.3.0)
39196
rexml
40197
kramdown-parser-gfm (1.1.0)
@@ -43,28 +200,59 @@ GEM
43200
listen (3.2.1)
44201
rb-fsevent (~> 0.10, >= 0.10.3)
45202
rb-inotify (~> 0.9, >= 0.9.10)
46-
mercenary (0.4.0)
203+
mercenary (0.3.6)
204+
mini_portile2 (2.4.0)
205+
minima (2.5.1)
206+
jekyll (>= 3.5, < 5.0)
207+
jekyll-feed (~> 0.9)
208+
jekyll-seo-tag (~> 2.1)
209+
minitest (5.14.2)
210+
multipart-post (2.1.1)
211+
nokogiri (1.10.10)
212+
mini_portile2 (~> 2.4.0)
213+
octokit (4.18.0)
214+
faraday (>= 0.9)
215+
sawyer (~> 0.8.0, >= 0.5.3)
47216
pathutil (0.16.2)
48217
forwardable-extended (~> 2.6)
49-
public_suffix (4.0.6)
218+
public_suffix (3.1.1)
50219
rb-fsevent (0.10.4)
51220
rb-inotify (0.10.1)
52221
ffi (~> 1.0)
53222
rexml (3.2.4)
54-
rouge (3.23.0)
223+
rouge (3.19.0)
224+
ruby-enum (0.8.0)
225+
i18n
226+
rubyzip (2.3.0)
55227
safe_yaml (1.0.5)
56-
sassc (2.4.0)
57-
ffi (~> 1.9)
228+
sass (3.7.4)
229+
sass-listen (~> 4.0.0)
230+
sass-listen (4.0.0)
231+
rb-fsevent (~> 0.9, >= 0.9.4)
232+
rb-inotify (~> 0.9, >= 0.9.7)
233+
sawyer (0.8.2)
234+
addressable (>= 2.3.5)
235+
faraday (> 0.8, < 2.0)
236+
simpleidn (0.1.1)
237+
unf (~> 0.1.4)
58238
terminal-table (1.8.0)
59239
unicode-display_width (~> 1.1, >= 1.1.1)
240+
thread_safe (0.3.6)
241+
typhoeus (1.4.0)
242+
ethon (>= 0.9.0)
243+
tzinfo (1.2.7)
244+
thread_safe (~> 0.1)
245+
unf (0.1.4)
246+
unf_ext
247+
unf_ext (0.0.7.7)
60248
unicode-display_width (1.7.0)
249+
zeitwerk (2.4.0)
61250

62251
PLATFORMS
63252
ruby
64253

65254
DEPENDENCIES
66-
jekyll
67-
jekyll-sitemap
255+
github-pages
68256

69257
BUNDLED WITH
70258
2.1.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Use [this guide](https://jekyllrb.com/docs/installation/) to setup Jekyll for yo
4949

5050
Open a command line in the root directory of the repository
5151

52-
Run `jekyll build` to build the site, this will produce a `_site` folder with the required content
52+
Run `bundle exec jekyll build` to build the site, this will produce a `_site` folder with the required content
5353

5454
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
5555
5656
To rebuild the site after a file change append `--watch` to the end of the command.
5757

58-
e,g. `jekyll build --watch`
58+
e.g. `bundle exec jekyll build --watch`
5959

6060
Once you have a `_site` folder open the `index.html` file inside to view the site.
6161

docker/update-lockfile.Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM ruby:2.7.1
2+
RUN mkdir /app
3+
WORKDIR /app
4+
COPY Gemfile /app/Gemfile
5+
6+
ENTRYPOINT [ "bundle" ]

0 commit comments

Comments
 (0)