Add new post instruction in readme

This commit is contained in:
Gabriel Augendre 2023-06-28 11:28:50 +02:00
parent 908de22013
commit 2009d37106

View file

@ -8,3 +8,8 @@ git clone git@github.com:Crocmagnon/blog.git
cd blog
git submodule update --init --recursive
```
To create a new post:
```shell
hugo new posts/$title/index.md
```