forked from CCCHH/ccchh-website
Blog: Fix categories, blog single page template
This commit is contained in:
parent
e8eff8de55
commit
ad72231459
17 changed files with 157 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue