maxandersen / jbang.dev

Website for jbang.dev

Home Page:https://jbang.dev

Repository from Github https://github.commaxandersen/jbang.devRepository from Github https://github.commaxandersen/jbang.dev

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!

About

Website for jbang.dev

https://jbang.dev

License:MIT License


Languages

Language:HTML 51.0%Language:Ruby 25.1%Language:Java 20.3%Language:JavaScript 1.7%Language:SCSS 1.1%Language:CSS 0.6%Language:Shell 0.1%