summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2026-01-02 13:42:06 +0800
committeryingyu5658 <i@yingyu5658.me>2026-01-02 13:42:06 +0800
commit04abdff7bfd4e55bc4968b2a7f6d13efa245e825 (patch)
tree47194277c3b7075eca7ec9178ee03e49e65c7cab /hugo.toml
parent2480b8cb9709f5abd36052d14594159576791b4b (diff)
downloadblog-04abdff7bfd4e55bc4968b2a7f6d13efa245e825.tar.gz
blog-04abdff7bfd4e55bc4968b2a7f6d13efa245e825.zip
fix: enable toc
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index bb3528d..ce9ebfa 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -54,7 +54,7 @@ unsafe = true
description = "关于互联网、书籍、生活琐事以及那些一闪而过的念头。计算机技术 & 读书感悟 & 日常随笔。映屿(GlowIsle)"
postSearch = false
groupByYear = true
- toc = false
+ toc = true
showPostCount = true
favicon = "/favicon.png"
hideMadeWithLine = true