diff --git a/README.md b/README.md index c277cbf..2fe14b7 100644 --- a/README.md +++ b/README.md @@ -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 +```