summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-12-29 21:19:05 +0800
committeryingyu5658 <i@yingyu5658.me>2025-12-29 21:19:05 +0800
commit666022b097de6b18b5432b9fb59fd3aa39afe5e8 (patch)
tree0e3e208c0d3337e9b9a3223b5d340a343dfd4a94 /hugo.toml
parent79e1ec9991d41a86d72a35b71b9f378efa176d0b (diff)
downloadblog-666022b097de6b18b5432b9fb59fd3aa39afe5e8.tar.gz
blog-666022b097de6b18b5432b9fb59fd3aa39afe5e8.zip
feat: Add a switch of comments
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index 2f68194..0e47c49 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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"