summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hugo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 7919ad0..992f40c 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -24,6 +24,13 @@ paginate = 5
# center theme with default width
centerTheme = true
+ # whether to show a page's estimated reading time
+ readingTime = true
+
+ # whether to show a table of contents
+ # can be overridden in a page's front-matter
+ Toc = true
+
[languages]
[languages.en.params.logo]
logoText = "@hyang.xyz"