mirror of
https://github.com/pawroman/zola-theme-terminimal
synced 2024-11-22 04:23:04 +00:00
Include show_only_description
in docs
This commit is contained in:
parent
4ce06e1894
commit
194735baa3
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -103,6 +103,20 @@ Example:
|
|||
|
||||
## Configuration
|
||||
|
||||
### Only show the post's description
|
||||
|
||||
On each post you can specify the following:
|
||||
|
||||
```toml
|
||||
description = "test description"
|
||||
|
||||
[extra]
|
||||
show_only_description = true
|
||||
```
|
||||
|
||||
This will render `test description` under this
|
||||
particular post on the homepage instead of a summary.
|
||||
|
||||
### Colors
|
||||
|
||||
Both the accent colors and background colors are
|
||||
|
|
Loading…
Reference in a new issue