We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936f842 commit 12d891cCopy full SHA for 12d891c
1 file changed
config.toml
@@ -11,13 +11,14 @@ theme = "rusty-typewriter"
11
pagination.pagerSize = 20
12
13
[Params]
14
- customCSS = ["css/custom.css"]
15
- copyright = "wizmann"
16
- readmore = true
17
- post_meta = ["date", "categories"]
18
- author = "wizmann"
19
- comments = true
20
- ShowPostNavLinks = true
+ customCSS = ["css/custom.css"]
+ copyright = "wizmann"
+ readmore = true
+ post_meta = ["date", "categories"]
+ [author]
+ name = "wizmann"
+ comments = true
21
+ ShowPostNavLinks = true
22
23
[Params.style.vars]
24
highlightColor = "#e22d30"
0 commit comments