File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 eventmachine (1.2.7 )
1515 ffi (1.17.1-arm64-darwin )
1616 ffi (1.17.1-x86_64-linux-gnu )
17+ ffi (1.17.1-x86_64-linux-musl )
1718 forwardable-extended (2.6.0 )
1819 google-protobuf (4.29.3-arm64-darwin )
1920 bigdecimal
7677 rexml (3.4.2 )
7778 rouge (4.5.1 )
7879 safe_yaml (1.0.5 )
79- sass-embedded (1.83.4-arm64-darwin )
80+ sass-embedded (1.83.4 )
8081 google-protobuf (~> 4.29 )
81- sass-embedded (1.83.4-x86_64-linux-gnu )
82+ rake (>= 13 )
83+ sass-embedded (1.83.4-arm64-darwin )
8284 google-protobuf (~> 4.29 )
8385 terminal-table (3.0.2 )
8486 unicode-display_width (>= 1.1.1 , < 3 )
8890PLATFORMS
8991 arm64-darwin
9092 x86_64-linux-gnu
93+ x86_64-linux-musl
9194
9295DEPENDENCIES
9396 jekyll (~> 4.4.1 )
Original file line number Diff line number Diff line change 22
33** Deployed here [ https://restyard.github.io/RESTyard-Docs/ ] ( https://restyard.github.io/RESTyard-Docs/ ) **
44
5- RUN build: ` docker run --rm --volume="${PWD}:/srv/jekyll:Z" -it jekyll/ jekyll:latest /bin/bash -c "bundle install && bundle exec jekyll" `
6- Preview: show with ` http_server ` in _ site folder (node tool)
5+ RUN build: ` docker run --rm --volume="${PWD}:/srv/jekyll:Z" -w /srv/ jekyll -it ruby:3.3-slim /bin/bash -c "apt-get update && apt-get install -y build-essential && bundle install && bundle exec jekyll build " `
6+ Preview: ` docker run --rm --volume="${PWD}:/srv/jekyll:Z" -w /srv/jekyll -p 4000:4000 -it ruby:3.3-slim /bin/bash -c "apt-get update && apt-get install -y build-essential && bundle install && bundle exec jekyll serve --host 0.0.0.0 --livereload" `
77
88This is a * bare-minimum* template to create a [ Jekyll] site that:
99
You can’t perform that action at this time.
0 commit comments