Source code for https://jbang.dev
Install ruby with bundler and then do:
bundle install
bundle exec jekyll serve --livereload
First choose your jekyll version tag from Docker Hub.
Example, when building with Jekyll 4.2.0 -
docker run --rm -p 4000:4000 \
--volume="$PWD:/srv/jekyll" \
-it jekyll/jekyll:4.2.0 \
jekyll serve --livereload
Navigate to http://localhost:4000 for local site.
Thanks goes to these wonderful people (emoji key):
Mark Mendoza π» |
Max Rydahl Andersen π |
Manik Magar π |
George Gastaldi π |
pxkbt π |
Nicolai Parlog π |
Tadayoshi Sato π |
Balachandran S π |
This project follows the all-contributors specification. Contributions of any kind welcome!