/anssipiirainen.com

Blog built with Hugo

Primary LanguageHTML

anssipiirainen.com

My blog - a Hugo website.

Development

Start the nix shell:

nix-shell

After this you have hugo in your path and you can do things like:

  1. hugo serve to start the development server
  2. hugo to generate the site
  3. hugo deploy to deploy the site

to deploy, first run hugo, then run hugo deploy.