diff options
author | amzrk2 | 2020-05-07 11:48:10 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-07 11:48:10 +0800 |
commit | 5f44f7a50db09547da7d06c3a8da464153d9cf20 (patch) | |
tree | 35dfbb4dab534ecfefdcfe9d222941ea710f8dda /exampleSite/config.toml | |
parent | cc72fc07751e1de493c1e9e7967feded794faa6b (diff) | |
download | hugo-theme-fuji-5f44f7a50db09547da7d06c3a8da464153d9cf20.tar.gz hugo-theme-fuji-5f44f7a50db09547da7d06c3a8da464153d9cf20.tar.bz2 hugo-theme-fuji-5f44f7a50db09547da7d06c3a8da464153d9cf20.zip |
Word count and read time in post metadata
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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." |