commit f0976942036d4bc487a16d4635051407e1e65c3a Author: ash Date: Sat Apr 4 12:04:55 2026 +0100 Add Docs diff --git a/Docs.md b/Docs.md new file mode 100644 index 0000000..2d6c4e2 --- /dev/null +++ b/Docs.md @@ -0,0 +1,7 @@ +# 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` \ No newline at end of file