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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-01-30 15:53:05 +0300
committerzzossig <zzossig@gmail.com>2020-01-30 15:53:05 +0300
commiteffa5418170780cf8d1537ff94be0432f334719a (patch)
treeb8885e9075a13b22d50934a26ae1bcbf42d33e1f /exampleSite
parentc869b04e390cf2a4df2f28b954d06ca0b1235c92 (diff)
comment add
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.toml49
1 files changed, 48 insertions, 1 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 9d97e69..f4a978d 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -21,4 +21,51 @@ paginateWindow = 1
taxoPaginate = 13
taxoGroupByDate = "2006" # "2006-01": group by month, "2006": group by year
-github = "https://github.com/zzossig/hugo-theme-zzo" \ No newline at end of file
+github = "https://github.com/zzossig/hugo-theme-zzo"
+
+# comment
+enableComment = true
+disqus_shortname = ""
+commento = false
+
+[gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
+ owner = "" # Your GitHub ID
+ repo = "" # The repo to store comments
+ clientId = "" # Your client ID
+ clientSecret = "" # Your client secret
+
+[utterances] # https://utteranc.es/
+ owner = "" # Your GitHub ID
+ repo = "" # The repo to store comments
+
+[gitalk] # Gitalk is a comment system based on GitHub issues. see https://github.com/gitalk/gitalk
+ owner = "" # Your GitHub ID
+ repo = "" # The repo to store comments
+ 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
+[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
+
+[changyan]
+ changyanAppid = "" # Changyan app id # 畅言
+ changyanAppkey = "" # Changyan app key
+
+[livere]
+ livereUID = "" # LiveRe UID # 来必力
+
+# Isso: https://posativ.org/isso/
+[isso]
+ enable = false
+ scriptSrc = "" # "https://isso.example.com/js/embed.min.js"
+ dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'" \ No newline at end of file