mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
feat(comments): add commento.io comment system (#255)
This commit is contained in:
parent
c2197b7411
commit
f588881216
7 changed files with 26 additions and 2 deletions
|
@ -88,7 +88,8 @@ I hope you will LoveIt ❤️!
|
||||||
* **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
|
* **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
|
||||||
* **Valine** comment system supported by [Valine](https://valine.js.org/)
|
* **Valine** comment system supported by [Valine](https://valine.js.org/)
|
||||||
* **Facebook comments** system supported by [Facebook](https://developers.facebook.com/docs/plugins/comments/)
|
* **Facebook comments** system supported by [Facebook](https://developers.facebook.com/docs/plugins/comments/)
|
||||||
* **Telegram Comments** system supported by [Comments](https://comments.app/)
|
* **Telegram Comments** system supported by [Telegram Comments](https://comments.app/)
|
||||||
|
* **Commento comments** system supported by [Commento](https://commento.io/)
|
||||||
|
|
||||||
### Extended Features
|
### Extended Features
|
||||||
|
|
||||||
|
|
|
@ -84,6 +84,7 @@
|
||||||
* 支持 **[Valine](https://valine.js.org/)** 评论系统
|
* 支持 **[Valine](https://valine.js.org/)** 评论系统
|
||||||
* 支持 **[Facebook](https://developers.facebook.com/docs/plugins/comments/) 评论**系统
|
* 支持 **[Facebook](https://developers.facebook.com/docs/plugins/comments/) 评论**系统
|
||||||
* 支持 **[Telegram Comments](https://comments.app/) 评论**系统
|
* 支持 **[Telegram Comments](https://comments.app/) 评论**系统
|
||||||
|
* 支持 **[Commento](https://commento.io/)** 评论系统
|
||||||
|
|
||||||
### 扩展功能
|
### 扩展功能
|
||||||
|
|
||||||
|
|
|
@ -791,7 +791,7 @@ enableEmoji = true
|
||||||
appId = ""
|
appId = ""
|
||||||
languageCode = ""
|
languageCode = ""
|
||||||
# Telegram comments config (https://comments.app/)
|
# Telegram comments config (https://comments.app/)
|
||||||
# Telegram Comments 评论系统设置 (https://comments.app/)
|
# Telegram comments 评论系统设置 (https://comments.app/)
|
||||||
[params.page.comment.telegram]
|
[params.page.comment.telegram]
|
||||||
enable = false
|
enable = false
|
||||||
siteID = ""
|
siteID = ""
|
||||||
|
@ -801,6 +801,10 @@ enableEmoji = true
|
||||||
colorful = true
|
colorful = true
|
||||||
dislikes = false
|
dislikes = false
|
||||||
outlined = false
|
outlined = false
|
||||||
|
# Commento comments config (https://commento.io/)
|
||||||
|
# Commento comments 评论系统设置 (https://commento.io/)
|
||||||
|
[params.page.comment.commento]
|
||||||
|
enable = true
|
||||||
# SEO config
|
# SEO config
|
||||||
# SEO 配置
|
# SEO 配置
|
||||||
[params.page.seo]
|
[params.page.seo]
|
||||||
|
|
|
@ -485,6 +485,9 @@ Note that some of these parameters are explained in details in other sections of
|
||||||
colorful = true
|
colorful = true
|
||||||
dislikes = false
|
dislikes = false
|
||||||
outlined = false
|
outlined = false
|
||||||
|
# {{< version 0.2.0 >}} {{< link "https://commento.io/" "Commento" >}} comment config
|
||||||
|
[params.page.comment.commento]
|
||||||
|
enable = true
|
||||||
# {{< version 0.2.0 >}} SEO config
|
# {{< version 0.2.0 >}} SEO config
|
||||||
[params.page.seo]
|
[params.page.seo]
|
||||||
# Publisher info
|
# Publisher info
|
||||||
|
|
|
@ -490,6 +490,9 @@ Note that some of these parameters are explained in details in other sections of
|
||||||
colorful = true
|
colorful = true
|
||||||
dislikes = false
|
dislikes = false
|
||||||
outlined = false
|
outlined = false
|
||||||
|
# {{< version 0.2.0 >}} {{< link "https://commento.io/" "Commento" >}} comment config
|
||||||
|
[params.page.comment.commento]
|
||||||
|
enable = true
|
||||||
# {{< version 0.2.0 >}} SEO config
|
# {{< version 0.2.0 >}} SEO config
|
||||||
[params.page.seo]
|
[params.page.seo]
|
||||||
# Publisher info
|
# Publisher info
|
||||||
|
|
|
@ -488,6 +488,9 @@ hugo
|
||||||
colorful = true
|
colorful = true
|
||||||
dislikes = false
|
dislikes = false
|
||||||
outlined = false
|
outlined = false
|
||||||
|
# {{< version 0.2.0 >}} {{< link "https://commento.io/" "Commento" >}} 评论系统设置
|
||||||
|
[params.page.comment.commento]
|
||||||
|
enable = true
|
||||||
# {{< version 0.2.0 >}} SEO config
|
# {{< version 0.2.0 >}} SEO config
|
||||||
[params.page.seo]
|
[params.page.seo]
|
||||||
# 出版者信息
|
# 出版者信息
|
||||||
|
|
|
@ -100,6 +100,15 @@
|
||||||
Please enable JavaScript to view the comments powered by <a href="https://comments.app/">Telegram Comments</a>.
|
Please enable JavaScript to view the comments powered by <a href="https://comments.app/">Telegram Comments</a>.
|
||||||
</noscript>
|
</noscript>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- /* Commento Comment System */ -}}
|
||||||
|
{{- if $comment.commento.enable -}}
|
||||||
|
<div id="commento"></div>
|
||||||
|
{{- dict "source" "https://cdn.commento.io/js/commento.js" "defer" true | dict "scratch" $.Scratch "data" | partial "scratch/script.html" -}}
|
||||||
|
<noscript>
|
||||||
|
Please enable JavaScript to view the comments powered by <a href="https://commento.io/">Commento</a>.
|
||||||
|
</noscript>
|
||||||
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue