Update Docs
+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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user