chore(docs): update docs (#281)
This commit is contained in:
@@ -240,6 +240,16 @@ Please open the code block below to view the complete sample configuration :(far
|
|||||||
desktopMode = "fixed"
|
desktopMode = "fixed"
|
||||||
# mobile header mode ("fixed", "normal", "auto")
|
# mobile header mode ("fixed", "normal", "auto")
|
||||||
mobileMode = "auto"
|
mobileMode = "auto"
|
||||||
|
# {{< version 0.2.0 >}} Header title config
|
||||||
|
[params.header.title]
|
||||||
|
# URL of the LOGO
|
||||||
|
logo = ""
|
||||||
|
# title name
|
||||||
|
name = ""
|
||||||
|
# you can add extra information before the name (HTML format is supported), such as icons
|
||||||
|
pre = ""
|
||||||
|
# you can add extra information after the name (HTML format is supported), such as icons
|
||||||
|
post = ""
|
||||||
|
|
||||||
# Footer config
|
# Footer config
|
||||||
[params.footer]
|
[params.footer]
|
||||||
|
|||||||
@@ -245,6 +245,16 @@ Please open the code block below to view the complete sample configuration :(far
|
|||||||
desktopMode = "fixed"
|
desktopMode = "fixed"
|
||||||
# mobile header mode ("fixed", "normal", "auto")
|
# mobile header mode ("fixed", "normal", "auto")
|
||||||
mobileMode = "auto"
|
mobileMode = "auto"
|
||||||
|
# {{< version 0.2.0 >}} Header title config
|
||||||
|
[params.header.title]
|
||||||
|
# URL of the LOGO
|
||||||
|
logo = ""
|
||||||
|
# title name
|
||||||
|
name = ""
|
||||||
|
# you can add extra information before the name (HTML format is supported), such as icons
|
||||||
|
pre = ""
|
||||||
|
# you can add extra information after the name (HTML format is supported), such as icons
|
||||||
|
post = ""
|
||||||
|
|
||||||
# Footer config
|
# Footer config
|
||||||
[params.footer]
|
[params.footer]
|
||||||
|
|||||||
@@ -243,6 +243,16 @@ hugo
|
|||||||
desktopMode = "fixed"
|
desktopMode = "fixed"
|
||||||
# 移动端导航栏模式 ("fixed", "normal", "auto")
|
# 移动端导航栏模式 ("fixed", "normal", "auto")
|
||||||
mobileMode = "auto"
|
mobileMode = "auto"
|
||||||
|
# {{< version 0.2.0 >}} 页面头部导航栏标题配置
|
||||||
|
[params.header.title]
|
||||||
|
# LOGO 的 URL
|
||||||
|
logo = ""
|
||||||
|
# 标题名称
|
||||||
|
name = ""
|
||||||
|
# 你可以在名称 (允许 HTML 格式) 之前添加其他信息, 例如图标
|
||||||
|
pre = ""
|
||||||
|
# 你可以在名称 (允许 HTML 格式) 之后添加其他信息, 例如图标
|
||||||
|
post = ""
|
||||||
|
|
||||||
# 页面底部信息配置
|
# 页面底部信息配置
|
||||||
[params.footer]
|
[params.footer]
|
||||||
@@ -383,7 +393,7 @@ hugo
|
|||||||
# {{< version 0.2.0 >}} 是否使用 twemoji
|
# {{< version 0.2.0 >}} 是否使用 twemoji
|
||||||
twemoji = false
|
twemoji = false
|
||||||
# 是否使用 lightgallery
|
# 是否使用 lightgallery
|
||||||
lightgallery = true
|
lightgallery = false
|
||||||
# {{< version 0.2.0 >}} 是否使用 ruby 扩展语法
|
# {{< version 0.2.0 >}} 是否使用 ruby 扩展语法
|
||||||
ruby = true
|
ruby = true
|
||||||
# {{< version 0.2.0 >}} 是否使用 fraction 扩展语法
|
# {{< version 0.2.0 >}} 是否使用 fraction 扩展语法
|
||||||
@@ -485,11 +495,11 @@ hugo
|
|||||||
enable = false
|
enable = false
|
||||||
appId = ""
|
appId = ""
|
||||||
appKey = ""
|
appKey = ""
|
||||||
placeholder = "Your comment ..."
|
placeholder = ""
|
||||||
avatar = "mp"
|
avatar = "mp"
|
||||||
meta= ""
|
meta= ""
|
||||||
pageSize = 10
|
pageSize = 10
|
||||||
lang = "en"
|
lang = ""
|
||||||
visitor = true
|
visitor = true
|
||||||
recordIP = true
|
recordIP = true
|
||||||
highlight = true
|
highlight = true
|
||||||
|
|||||||
Reference in New Issue
Block a user