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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-10 06:50:07 +0300
committerDillon <dillonzq@outlook.com>2020-03-10 06:50:07 +0300
commit86c6972cf21a92f86b1e659939e5fd1559146e47 (patch)
treea7b747220839636090040cd29629855e6f92b509 /exampleSite/config.toml
parentda71fee304009e90820dd72c534e1606b55de68a (diff)
feat(comment): add enable for disqus and gitalk
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ac8dbc7..873a2fd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -209,7 +209,7 @@ enableEmoji = true
[languages.en.params.comment.disqus]
# Disqus shortname to use Disqus in posts
shortname = ""
- # Gittalk Comment Config (https://github.com/gitalk/gitalk)
+ # Gitalk Comment Config (https://github.com/gitalk/gitalk)
[languages.en.params.comment.gitalk]
owner = ""
repo = ""
@@ -422,9 +422,9 @@ enableEmoji = true
enable = true
# Disqus 评论系统设置 (https://disqus.com/)
[languages.zh-cn.params.comment.disqus]
- # Disqus 的用户名,用来在文章中启用 Disqus 评论系统
+ # Disqus 的 shortname,用来在文章中启用 Disqus 评论系统
shortname = ""
- # Gittalk 评论系统设置 (https://github.com/gitalk/gitalk)
+ # Gitalk 评论系统设置 (https://github.com/gitalk/gitalk)
[languages.zh-cn.params.comment.gitalk]
owner = ""
repo = ""
@@ -637,10 +637,12 @@ enableEmoji = true
enable = true
# Disqus Comment Config (https://disqus.com/)
[languages.fr.params.comment.disqus]
+ enable = false
# Disqus shortname to use Disqus in posts
shortname = ""
- # Gittalk Comment Config (https://github.com/gitalk/gitalk)
+ # Gitalk Comment Config (https://github.com/gitalk/gitalk)
[languages.fr.params.comment.gitalk]
+ enable = false
owner = ""
repo = ""
clientId = ""