mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 20:21:06 +01:00
Include show_only_description
in docs
This commit is contained in:
parent
4ce06e1894
commit
194735baa3
14
README.md
14
README.md
|
@ -103,6 +103,20 @@ Example:
|
||||||
|
|
||||||
## Configuration
|
## 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
|
### Colors
|
||||||
|
|
||||||
Both the accent colors and background colors are
|
Both the accent colors and background colors are
|
||||||
|
|
Loading…
Reference in a new issue