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:
authoryoungxhui <youngxhui@gmail.com>2019-04-15 10:07:46 +0300
committerGitHub <noreply@github.com>2019-04-15 10:07:46 +0300
commit26e241e808fa19c6d5bdea76457164ede484ddbd (patch)
treef6577a0e720800a3b977e2e11b873e1ce79a0e17
parentfb0589deb3dbc8e04f58a580a6f10e048767a3d1 (diff)
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