From 26e241e808fa19c6d5bdea76457164ede484ddbd Mon Sep 17 00:00:00 2001 From: youngxhui Date: Mon, 15 Apr 2019 15:07:46 +0800 Subject: add valine comments params --- exampleSite/config.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.3