aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/data/even/default.toml
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-09-11 23:15:13 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-09-11 23:15:13 +0800
commit6879d8e3d3144086737542049d282a832240ebc8 (patch)
tree7e25206bbd9d92bdbc8c53d7ca34c0a52c47e258 /exampleSite/data/even/default.toml
parent10eacc006661779a5bea51ff011080d535e8c446 (diff)
feat: config to show more post meta
word count and read time
Diffstat (limited to 'exampleSite/data/even/default.toml')
-rw-r--r--exampleSite/data/even/default.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/data/even/default.toml b/exampleSite/data/even/default.toml
index 73619f4..f84f92f 100644
--- a/exampleSite/data/even/default.toml
+++ b/exampleSite/data/even/default.toml
@@ -16,6 +16,10 @@ categories = "Categories"
reward = "Reward"
seeMarkDown = "The Markdown version ยป"
+ [posts.header]
+ wordCount = "%d word"
+ readingTime = "%d min read"
+
[copyright]
author = "Author"
lastMod = "LastMod"