forked from CCCHH/ccchh-website
Blog: List page with summary and pagination
This commit is contained in:
parent
a80cb42a34
commit
171fa015f1
14 changed files with 282 additions and 53 deletions
|
@ -62,6 +62,9 @@ To create a new general blog post, run a command like this:
|
|||
hugo new content --kind article blog/your-article-title.md
|
||||
```
|
||||
|
||||
By default the first 70 words are shown as a summary on list pages.
|
||||
Please use `<!--more-->` to manually separate the summary from other post content.
|
||||
|
||||
### Icons
|
||||
|
||||
You can use solid and brand icons from https://fontawesome.com/icons version 6 in your posts like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue