Clone
2
Docs
ash edited this page 2026-04-04 12:15:35 +01:00

Notes to help me keep track of Hugo commands and setup details

Adding new articles

hugo new content/Articles/my-new-project/index.md

To edit the template, change the file archetypes/Articles.md

If errors occur relating to missing short-codes, the theme likely needs to be pulled,

git submodule update --init --recursive