aboutsummaryrefslogtreecommitdiffstats
path: root/exampleSite/hugo.toml
diff options
context:
space:
mode:
authoryingyu5658 <yingyu5658@outlook.com>2025-08-01 22:02:14 +0800
committeryingyu5658 <yingyu5658@outlook.com>2025-08-01 22:02:14 +0800
commitbd12470e60d0461b484a226f74761e3e1c3cbb98 (patch)
treec99eede70ddaf2393de904d7d72600c82482ffc2 /exampleSite/hugo.toml
parent006ba323ada3e75e4987aa54c4909c387163a10a (diff)
downloadhugo-theme-concise-bd12470e60d0461b484a226f74761e3e1c3cbb98.tar.gz
hugo-theme-concise-bd12470e60d0461b484a226f74761e3e1c3cbb98.zip
修改评论系统
Diffstat (limited to 'exampleSite/hugo.toml')
-rw-r--r--exampleSite/hugo.toml33
1 files changed, 0 insertions, 33 deletions
diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml
deleted file mode 100644
index d42f016..0000000
--- a/exampleSite/hugo.toml
+++ /dev/null
@@ -1,33 +0,0 @@
-baseURL = "https://www.yingyu5658.me/"
-publishDir = "public"
-title = "主题示例"
-description = "这是一段副标题的介绍"
-languageCode = "zh-CN"
-theme = ["concise"]
-pagination = { pagerSize = 25 }
-
-[permalinks]
-posts = ""
-
-[params]
-[[params.homepage.content]]
-name = "文章归档"
-url = "/post"
-
-[[params.homepage.content]]
-name = "友情链接"
-url = "/links"
-
-[[params.homepage.content]]
-name = "关于"
-url = "/about"
-
-[params.footer]
-content = "页脚内容"
-
-[markup.highlight]
-noClasses = true
-style = "emacs" #github、emacs、solarized-light 等
-
-[outputFormats.RSS]
- baseName = "atom"