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:
-rw-r--r--exampleSite/config.toml10
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.en.md6
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.fr.md6
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.zh-cn.md8
-rw-r--r--layouts/partials/comment.html6
5 files changed, 25 insertions, 11 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 = ""
diff --git a/exampleSite/content/posts/theme-documentation-basics.en.md b/exampleSite/content/posts/theme-documentation-basics.en.md
index 0658622..79c49ea 100644
--- a/exampleSite/content/posts/theme-documentation-basics.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics.en.md
@@ -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 = ""
diff --git a/exampleSite/content/posts/theme-documentation-basics.fr.md b/exampleSite/content/posts/theme-documentation-basics.fr.md
index bf571ec..9a8aa3b 100644
--- a/exampleSite/content/posts/theme-documentation-basics.fr.md
+++ b/exampleSite/content/posts/theme-documentation-basics.fr.md
@@ -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 = ""
diff --git a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
index fea2ed8..b832dff 100644
--- a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
@@ -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 = ""
diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html
index b24ab1a..6a97d9b 100644
--- a/layouts/partials/comment.html
+++ b/layouts/partials/comment.html
@@ -4,9 +4,9 @@
{{- $CDN := $scratch.Get "CDN" -}}
{{- /* Disqus Comment System */ -}}
- {{- with .Site.Params.comment.disqus.shortname -}}
+ {{- if .Site.Params.comment.disqus.enable -}}
<div id="disqus_thread"></div>
- {{- $script := printf `<script defer src="https://%s.disqus.com/embed.js"></script>` . -}}
+ {{- $script := printf `<script defer src="https://%s.disqus.com/embed.js"></script>` .Site.Params.comment.disqus.shortname -}}
{{- slice $script | $scratch.Add "scriptCDN" -}}
<noscript>
Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
@@ -14,7 +14,7 @@
{{- end -}}
{{- /* Gitalk Comment System */ -}}
- {{- if .Site.Params.comment.gitalk.owner -}}
+ {{- if .Site.Params.comment.gitalk.enable -}}
{{- $gitalk := .Site.Params.comment.gitalk -}}
<div id="gitalk"></div>
{{- with $CDN.gitalkCSS -}}