summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml9
1 files changed, 9 insertions, 0 deletions
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]