Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 348 Bytes

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.