diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-02 13:42:06 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-02 13:42:06 +0800 |
| commit | 04abdff7bfd4e55bc4968b2a7f6d13efa245e825 (patch) | |
| tree | 47194277c3b7075eca7ec9178ee03e49e65c7cab | |
| parent | 2480b8cb9709f5abd36052d14594159576791b4b (diff) | |
| download | blog-04abdff7bfd4e55bc4968b2a7f6d13efa245e825.tar.gz blog-04abdff7bfd4e55bc4968b2a7f6d13efa245e825.zip | |
fix: enable toc
| -rw-r--r-- | hugo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ unsafe = true description = "关于互联网、书籍、生活琐事以及那些一闪而过的念头。计算机技术 & 读书感悟 & 日常随笔。映屿(GlowIsle)" postSearch = false groupByYear = true - toc = false + toc = true showPostCount = true favicon = "/favicon.png" hideMadeWithLine = true |
