This project uses the Jekyll static site generator.
To build and host the site locally inside a temporary Docker container:
- Install Docker, e.g. on Debian:
apt-get install docker.io
- Generate the container and run Jekyll within it:
./build.sh
- Open the generated site in your browser: http://localhost:4000/
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/