The source of my personal website, which includes a list of my projects, a blog, a recipes page, and more.
The website is generated using Hugo.
- Nix (with flakes enabled)
- Optional: nix-direnv
- If not used, you need to run
nix develop
to load dependencies in your shell.
- If not used, you need to run
To build the site:
nix build
This Nix flake is imported by my dotfiles repository, which hosts this website.