437 B
437 B
my personal website
building
- to generate all files that are being deployed:
nix build -Lv
- to build the website generator executable:
nix build .#generator -Lv
- for developing:
# enter a devShell with nix develop # or direnv allow # build the project and get help from the exe: cabal run website -- --help