File tree 3 files changed +21
-5
lines changed
3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 50
50
faraday-rack (1.0.0 )
51
51
faraday-retry (1.0.3 )
52
52
ffi (1.15.5 )
53
- ffi (1.15.5-x64-mingw-ucrt )
53
+ ffi (1.15.5-x64-unknown )
54
54
forwardable-extended (2.6.0 )
55
55
gemoji (3.0.1 )
56
56
github-pages (223 )
@@ -237,10 +237,12 @@ GEM
237
237
jekyll-seo-tag (~> 2.1 )
238
238
minitest (5.15.0 )
239
239
multipart-post (2.1.1 )
240
- nokogiri (1.13.1-x64-mingw-ucrt )
240
+ nokogiri (1.13.1-x64-unknown )
241
241
racc (~> 1.4 )
242
242
nokogiri (1.13.1-x86_64-darwin )
243
243
racc (~> 1.4 )
244
+ nokogiri (1.13.1-x86_64-linux )
245
+ racc (~> 1.4 )
244
246
octokit (4.22.0 )
245
247
faraday (>= 0.9 )
246
248
sawyer (~> 0.8.0 , >= 0.5.3 )
284
286
zeitwerk (2.5.4 )
285
287
286
288
PLATFORMS
287
- x64-mingw-ucrt
289
+ x64-unknown
288
290
x86_64-darwin-21
291
+ x86_64-linux-musl
289
292
290
293
DEPENDENCIES
291
294
github-pages (~> 223 )
@@ -297,4 +300,4 @@ DEPENDENCIES
297
300
webrick (~> 1.7 )
298
301
299
302
BUNDLED WITH
300
- 2.3.6
303
+ 2.3.5
Original file line number Diff line number Diff line change @@ -70,7 +70,11 @@ Now you are free to add other pages to your tool folder as needed. The table of
70
70
71
71
## Local Development
72
72
73
- If you want to develop the website with a local webserver running, theres a few prerequisites:
73
+ ### Using Docker
74
+ Simply run ` docker-compose up ` in the directory and view the website at ` http://0.0.0.0:4000 `
75
+
76
+ ### Local Machine
77
+ If you want to develop the website on your local machine, theres a few prerequisites:
74
78
75
79
- Ruby ` 3.1.0 `
76
80
- Bundler ` >2.3.3 ` (to install just ` gem install bundler ` )
Original file line number Diff line number Diff line change
1
+ version : ' 2.4'
2
+
3
+ services :
4
+ jekyll :
5
+ image : bretfisher/jekyll-serve
6
+ volumes :
7
+ - .:/site
8
+ ports :
9
+ - ' 4000:4000'
You can’t perform that action at this time.
0 commit comments