From 945f751d61c6eea237d30b9c7a236e1969a5947f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 19 Feb 2021 16:20:24 +0100 Subject: [PATCH] full RSS --- config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.toml b/config.toml index cf0746f..31f0aee 100644 --- a/config.toml +++ b/config.toml @@ -243,6 +243,15 @@ pygmentsCodefencesGuessSyntax = true # the maximum number of lines of displayed code by default maxShownLines = 10 + # Page SEO config + [params.page.seo] + # image URL + images = [] + # Publisher info + [params.page.seo.publisher] + name = "Christoph Cullmann" + logoUrl = "/images/christoph_avatar.png" + # Cookie consent config # Cookie 许可配置 [params.cookieconsent]