mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-14 12:03:53 +01:00
Add new post instruction in readme
This commit is contained in:
parent
908de22013
commit
2009d37106
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue