From 9b1475c269d69700eba05492d26979c5ca8e9976 Mon Sep 17 00:00:00 2001 From: hyang Date: Sat, 9 Sep 2023 20:57:57 -0700 Subject: Add toc and time read --- hugo.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- cgit v1.2.3