website/README.md
mangoiv bd7cdae5cd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
[feat] woodpecker
2024-02-08 02:04:03 +01:00

437 B

ci

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