From f0976942036d4bc487a16d4635051407e1e65c3a Mon Sep 17 00:00:00 2001 From: ash Date: Sat, 4 Apr 2026 12:04:55 +0100 Subject: [PATCH] Add Docs --- Docs.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Docs.md 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