Blog: Fix categories, blog single page template

This commit is contained in:
jtbx 2023-10-05 23:02:20 +02:00
commit ad72231459
17 changed files with 157 additions and 43 deletions

View file

@ -49,7 +49,7 @@ Events will be shown on the home page from their publishing date until they have
To create a new event blog post, run a command like this:
```shell
hugo new content --king event blog/your-event-title.md
hugo new content --kind event blog/your-event-title.md
```
#### Add a Blog Entry
@ -59,7 +59,7 @@ They will only be shown in the "blog" section and posted to the RSS feeds.
To create a new general blog post, run a command like this:
```shell
hugo new content --king article blog/your-article-title.md
hugo new content --kind article blog/your-article-title.md
```
### Icons