fix: config.toml file format error

This commit is contained in:
olOwOlo 2017-09-03 14:44:34 +08:00
parent ca3d412d80
commit 75f607814c

View file

@ -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"