A full day of cryptography talks in Switzerland.
This site uses Devbox to manage dependencies and provide a consistent development environment.
Follow the installation instructions at: https://www.jetify.com/devbox/docs/installing_devbox/
Quick install (macOS/Linux):
curl -fsSL https://get.jetify.com/devbox | bashOnce Devbox is installed, start the Jekyll development server:
devbox run serveThe site will be available at http://127.0.0.1:4000 with LiveReload enabled for automatic browser refresh on file changes.
The first time you run devbox run serve, it will:
- Install Ruby and Bundler via Nix
- Install all gem dependencies via
bundle install - Build and serve the site
This may take a few minutes on the first run, but subsequent runs will be much faster.
This site is automatically deployed to GitHub Pages when changes are merged to the master branch.