mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-09 23:09:47 +00:00
fix: config.toml file format error
This commit is contained in:
parent
ca3d412d80
commit
75f607814c
1 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否
|
|||
paginate = 3 # (可选)首页显示的文章条目数量,默认为10
|
||||
disqusShortname = "" # disqus_shortname
|
||||
googleAnalytics = "" # UA-XXXXXXXX-X
|
||||
copyright = "" # default: author.name ↓ # 默认为下面配置的author.name ↓
|
||||
copyright = "" # default: author.name ↓ # 默认为下面配置的author.name ↓
|
||||
|
||||
[author] # require # 必需
|
||||
name = "olOwOlo"
|
||||
|
@ -62,11 +62,6 @@ copyright = "" # default: author.name ↓ # 默认为下面配
|
|||
|
||||
contentCopyright = "<a rel=\"license\" href=\"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\" target=\"_blank\">Creative Commons Attribution-ShareAlike License</a>"
|
||||
|
||||
[params.reward] # 文章打赏
|
||||
enable = false
|
||||
wechat = "/path/to/your/wechat-qr-code.png" # 微信二维码
|
||||
alipay = "/path/to/your/alipay-qr-code.png" # 支付宝二维码
|
||||
|
||||
changyanAppid = "" # Changyan app id # 畅言
|
||||
changyanAppkey = "" # Changyan app key
|
||||
baidu_push = false # baidu push # 百度
|
||||
|
@ -74,6 +69,11 @@ copyright = "" # default: author.name ↓ # 默认为下面配
|
|||
baidu_verification = "" # Baidu Verification
|
||||
google_verification = "" # Google_Verification # 谷歌
|
||||
|
||||
[params.reward] # 文章打赏
|
||||
enable = false
|
||||
wechat = "/path/to/your/wechat-qr-code.png" # 微信二维码
|
||||
alipay = "/path/to/your/alipay-qr-code.png" # 支付宝二维码
|
||||
|
||||
[params.social] # 社交链接
|
||||
a-email = "your@email.com"
|
||||
b-stack-overflow = "http://localhost:1313"
|
||||
|
|
Loading…
Reference in a new issue