Update Docs

ash
2026-04-04 12:15:35 +01:00
parent f097694203
commit d97623cc44
+5
@@ -5,3 +5,8 @@
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
```