Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-04-26 11:41:54 +0300
committerGitHub <noreply@github.com>2019-04-26 11:41:54 +0300
commit3612514e2d24fc1c8e855c8663897316ea39274f (patch)
tree550d36c080680138e8a00c72785df9ecba116eef
parent78c64cb957210d132aab6cdbd6a199e037021870 (diff)
parent26e241e808fa19c6d5bdea76457164ede484ddbd (diff)
Merge pull request #18 from youngxhui/patch-2
add valine comments params
-rw-r--r--exampleSite/config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 71e012b..b263269 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -165,3 +165,13 @@ owner = ""
repo = ""
clientId = ""
clientSecret = ""
+
+[params.valine]
+ enable = false
+ appId = 'your appId'
+ appKey = 'your appKey'
+ notify = false # mail notifier , https://github.com/xCss/Valine/wiki
+ verify = false # Verification code
+ avatar = 'mm'
+ placeholder = 'your comments ...'
+ visitor = true