Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 204 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 204 Bytes

Build website

$ nix build

Serve website

$ nix develop -c hugo server

Deploy website

$ nix run .#deploy

Website also auto-deploys everytime commits are added to master.