From e654cd67627b0ca1f3aca05f0c4d2774a83a4108 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 14 Aug 2022 19:11:28 +0200 Subject: fix page title --- config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.toml b/config.toml index 2880fd2..041b015 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ baseURL = "https://cullmann.io/" # cullmann.io website title = "Ignorance is bliss..." +description = "Ignorance is bliss..." # theme hugo-coder theme = "LoveIt" @@ -186,6 +187,10 @@ pygmentsCodefencesGuessSyntax = true # LoveIt 主题版本 version = "0.2.X" + # cullmann.io website + title = "Ignorance is bliss..." + description = "Ignorance is bliss..." + # site default theme ("light", "dark", "auto") # 网站默认主题 ("light", "dark", "auto") defaultTheme = "auto" @@ -206,6 +211,14 @@ pygmentsCodefencesGuessSyntax = true # 网站图片, 用于 Open Graph 和 Twitter Cards images = ["images/christoph_logo.png"] + [params.header.title] + # URL of the LOGO + # LOGO 的 URL + logo = "" + # title name + # 标题名称 + name = "Ignorance is bliss..." + # Section (all posts) page config [params.section] # special amount of posts in each section page -- cgit v1.2.3