diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ba3357f..29f12fc 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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" | 
