The website is based on jekyll.
For local compilation, you will first need to install ruby and bundler. Next install the required gems:
bundler installAnd serve the website:
bundle exec jekyll serveAccess the website at http://localhost:4000.
You can also run jekyll in a docker container
docker compose up -dThis is equivalent running jekyll serve.
This site uses the Beautiful Jekyll theme by Dean Attali.