Skip to content

jbangdev/jbang.dev

Repository files navigation

jbang.dev website

All Contributors

Source code for https://jbang.dev

Build and run with bundle

Install ruby with bundler and then do:

bundle install
bundle exec jekyll serve --livereload

Build and run with docker

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.

Contributors ✨

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!