From 2009d371060678b37c87ad638064ba78d17f4ef1 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 28 Jun 2023 11:28:50 +0200 Subject: [PATCH] Add new post instruction in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 +```