My blog - a Hugo website.
Start the nix shell:
nix-shell
After this you have hugo
in your path and you can do things like:
hugo serve
to start the development serverhugo
to generate the sitehugo deploy
to deploy the site
to deploy, first run hugo
, then run hugo deploy
.