fix page title
This commit is contained in:
parent
51fb029ca2
commit
e654cd6762
13
config.toml
13
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
|
||||
|
|
Loading…
Reference in a new issue