Add hint on how to create a new post.
This commit is contained in:
parent
d77880f12f
commit
5f1ce95968
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ $ git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git the
|
|||
* `make deploy`: build and deploy (via `rsync`)
|
||||
* `make clean`: remove the `public` folder that might have been created
|
||||
|
||||
## Neue Folge anlegen
|
||||
|
||||
```sh
|
||||
hugo new post/`date '+%Y-%m-%d'`-title.md
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
Uses the [Ananke](https://github.com/theNewDynamic/gohugo-theme-ananke) theme.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue