diff options
author | alicewish <anywaywillgo@gmail.com> | 2019-05-25 18:50:03 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2019-05-25 18:50:03 +0800 |
commit | d8a7dab116ee3b63155454bacda87538bbd6351d (patch) | |
tree | 4d7b586173b713d3b844a348e46f6df233f97da6 /exampleSite | |
parent | cd7f705800097659601828bc63bf3f1ea8d19033 (diff) |
feat(comment): Valine Support (#155)
Closes #95
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f58fdcd..c80e809 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -142,6 +142,19 @@ copyright = "" # default: author.name ↓ # 默认为下面配 clientId = "" # Your client ID clientSecret = "" # Your client secret + # Valine. + # You can get your appid and appkey from https://leancloud.cn + # more info please open https://valine.js.org + [params.valine] + enable = false + appId = '你的appId' + appKey = '你的appKey' + notify = false # mail notifier , https://github.com/xCss/Valine/wiki + verify = false # Verification code + avatar = 'mm' + placeholder = '说点什么吧...' + visitor = false + [params.flowchartDiagrams]# see https://blog.olowolo.com/example-site/post/js-flowchart-diagrams/ enable = false options = "" |