Update Docs

ash
2026-04-04 12:15:35 +01:00
parent f097694203
commit d97623cc44
+6 -1
@@ -4,4 +4,9 @@
``` ```
hugo new content/Articles/my-new-project/index.md hugo new content/Articles/my-new-project/index.md
``` ```
To edit the template, change the file `archetypes/Articles.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
```