From 3e7cbf0d4419fe36379d4a4f99dc0ac69f1cef26 Mon Sep 17 00:00:00 2001 From: revsuine Date: Mon, 25 Nov 2024 02:18:38 +0000 Subject: [PATCH] hugo.toml: add showWordCount --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index c986c4e..a65398f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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