diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-29 21:19:05 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-29 21:19:05 +0800 |
| commit | 666022b097de6b18b5432b9fb59fd3aa39afe5e8 (patch) | |
| tree | 0e3e208c0d3337e9b9a3223b5d340a343dfd4a94 /hugo.toml | |
| parent | 79e1ec9991d41a86d72a35b71b9f378efa176d0b (diff) | |
| download | blog-666022b097de6b18b5432b9fb59fd3aa39afe5e8.tar.gz blog-666022b097de6b18b5432b9fb59fd3aa39afe5e8.zip | |
feat: Add a switch of comments
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -54,7 +54,7 @@ unsafe = true description = "关于互联网、书籍、生活琐事以及那些一闪而过的念头。计算机技术 & 读书感悟 & 日常随笔。映屿(GlowIsle)" postSearch = false groupByYear = true - toc = true + toc = false showPostCount = true favicon = "/favicon.png" hideMadeWithLine = true @@ -63,3 +63,6 @@ unsafe = true [params.author] name = "五葉地錦" email = "i@glowisle.me" + + [params.footer] + content = "© 2024 - 2025 | Made with ❤️ by Verdant" |
