feat(comment): add enable for disqus and gitalk

This commit is contained in:
Dillon
2020-03-10 11:50:07 +08:00
parent da71fee304
commit 86c6972cf2
5 changed files with 25 additions and 11 deletions

View File

@@ -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 = ""

View File

@@ -348,10 +348,14 @@ Note that some of these parameters are explained in details in other sections of
enable = true
# Disqus Comment Config (https://disqus.com/)
[params.comment.disqus]
# LoveIt :(fas fa-greater-than-equal): :(far fa-file-archive): v0.1.1
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)
[params.comment.gitalk]
# LoveIt :(fas fa-greater-than-equal): :(far fa-file-archive): v0.1.1
enable = false
owner = ""
repo = ""
clientId = ""

View File

@@ -353,10 +353,14 @@ Note that some of these parameters are explained in details in other sections of
enable = true
# Disqus Comment Config (https://disqus.com/)
[params.comment.disqus]
# LoveIt :(fas fa-greater-than-equal): :(far fa-file-archive): v0.1.1
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)
[params.comment.gitalk]
# LoveIt :(fas fa-greater-than-equal): :(far fa-file-archive): v0.1.1
enable = false
owner = ""
repo = ""
clientId = ""

View File

@@ -350,10 +350,14 @@ hugo
enable = true
# Disqus 评论系统设置 (https://disqus.com/)
[params.comment.disqus]
# Disqus 的用户名,用来在文章中启用 Disqus 评论系统
# LoveIt :(fas fa-greater-than-equal): :(far fa-file-archive): v0.1.1
enable = false
# Disqus 的 shortname用来在文章中启用 Disqus 评论系统
shortname = ""
# Gittalk 评论系统设置 (https://github.com/gitalk/gitalk)
# Gitalk 评论系统设置 (https://github.com/gitalk/gitalk)
[params.comment.gitalk]
# LoveIt :(fas fa-greater-than-equal): :(far fa-file-archive): v0.1.1
enable = false
owner = ""
repo = ""
clientId = ""