My blog is reachable at blog.aciceri.dev, the contents are automatically generated from the release branch.
Build the Nix flake:
nix buildExecute the Hakyll generator:
nix run .#generatorStart the preview server, automatically rebuilding on changes.
nix run .#generator -- watchBuild the Nix flake and the website running the generator:
nix run .#compileThis is what is used in the CI/CD pipeline.