This project uses the Jekyll static site generator.
To build and host the site locally inside a temporary Docker container, execute the following, and connect to http://localhost:4000/ .
build.sh
You can also run Jekyll without Docker:
- Install Ruby development packages and Bundler, e.g. on Debian:
apt-get install bundler ruby-dev
- Install Jekyll and all required modules:
bundle install
- Run Jekyll:
bundle exec jekyll serve --future --drafts
- Open the generated site in your browser: http://localhost:4000/