Personal website/blog built with the Eleventy site generator - based on eleventy-base-blog
This project requires Nix with flakes support for both the development and the build process, ensuring a consistent and reproducible environment across all stages.
# Manually start development environment ...
nix develop
# ... or let direnv do it for you
direnv allow
The development environment offers the following commands that are sufficient for most use cases:
nix build
: builds the site (as NIX derivation)npm run serve
: serves the site locally