Add hint on how to create a new post.

This commit is contained in:
Señor Rolando 2023-09-09 11:41:24 +02:00
parent d77880f12f
commit 5f1ce95968

View file

@ -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.