summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 31f0aee..e29f69d 100644
--- a/config.toml
+++ b/config.toml
@@ -206,6 +206,24 @@ pygmentsCodefencesGuessSyntax = true
# 网站图片, 用于 Open Graph 和 Twitter Cards
images = ["images/christoph_logo.png"]
+ # Section (all posts) page config
+ [params.section]
+ # special amount of posts in each section page
+ paginate = 20
+ # date format (month and day)
+ dateFormat = "01-02"
+ # amount of RSS pages
+ #rss = 10
+
+ # List (category or tag) page config
+ [params.list]
+ # special amount of posts in each list page
+ paginate = 20
+ # date format (month and day)
+ dateFormat = "01-02"
+ # amount of RSS pages
+ #rss = 10
+
# Page config
[params.page]
# whether to hide a page from home page
@@ -257,6 +275,10 @@ pygmentsCodefencesGuessSyntax = true
[params.cookieconsent]
enable = true
+ # Analytics config
+ [params.analytics]
+ enable = false
+
# Markup related configuration in Hugo
# Hugo 解析文档的配置
[markup]