hugo.toml: add showWordCount

This commit is contained in:
revsuine 2024-11-25 02:18:38 +00:00
parent 319bc30e98
commit 3e7cbf0d44
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -55,6 +55,9 @@ theme = 'terminal'
# whether to show a page's estimated reading time
# readingTime = false # default
# whether to show a page's word count
showWordCount = true
# whether to show a table of contents
# can be overridden in a page's front-matter
# Toc = false # default