From 43c6e1cdc350d3b3a6c3fa2a5190d6690af4d055 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 19 Feb 2021 16:23:20 +0100 Subject: [PATCH] more config+ --- config.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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]