From 5f44f7a50db09547da7d06c3a8da464153d9cf20 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 7 May 2020 11:48:10 +0800 Subject: Word count and read time in post metadata --- exampleSite/config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9238c31..3735d09 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -23,6 +23,10 @@ paginate = 10 author = "DSRKafuU" # You can also set author in post front matter individually subTitle = "This is a Sub Title" + # Word counter and read time indicator in post metadata + showWordCounter = true + showReadTime = true + # Open Graph & Twitter Card variables # You can also set description and images in post front matter individually description = "A minimal hugo theme powered by Primer CSS." -- cgit v1.2.3