hugo.toml: add showWordCount
This commit is contained in:
parent
319bc30e98
commit
3e7cbf0d44
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ theme = 'terminal'
|
||||||
# whether to show a page's estimated reading time
|
# whether to show a page's estimated reading time
|
||||||
# readingTime = false # default
|
# readingTime = false # default
|
||||||
|
|
||||||
|
# whether to show a page's word count
|
||||||
|
showWordCount = true
|
||||||
|
|
||||||
# whether to show a table of contents
|
# whether to show a table of contents
|
||||||
# can be overridden in a page's front-matter
|
# can be overridden in a page's front-matter
|
||||||
# Toc = false # default
|
# Toc = false # default
|
||||||
|
|
Loading…
Reference in a new issue