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:
authoruPagge <upagge@mail.ru>2020-12-15 15:54:31 +0300
committeruPagge <upagge@mail.ru>2020-12-15 15:54:31 +0300
commitd50b52b3327b6aee89cc61359ab221d6554d9d6d (patch)
tree11c6d6ee8b336ab05ef59dca04a2ca21048394b2 /exampleSite/content
parentdf2b140fa3b2349b996a12769f2f4c535c7c2c78 (diff)
comments block config change
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.en.md61
1 files changed, 31 insertions, 30 deletions
diff --git a/exampleSite/content/posts/theme-documentation-basics/index.en.md b/exampleSite/content/posts/theme-documentation-basics/index.en.md
index f0022f5..385d099 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md
@@ -520,12 +520,33 @@ Please open the code block below to view the complete sample configuration :(far
Skype = false
Trello = false
Mix = false
- # {{< version 0.2.0 changed >}} Comment config
- [params.page.comment]
+ # {{< version 0.2.7 >}} Third-party library config
+ [params.page.library]
+ [params.page.library.css]
+ # someCSS = "some.css"
+ # located in "assets/"
+ # Or
+ # someCSS = "https://cdn.example.com/some.css"
+ [params.page.library.js]
+ # someJavascript = "some.js"
+ # located in "assets/"
+ # Or
+ # someJavascript = "https://cdn.example.com/some.js"
+ # {{< version 0.2.10 changed >}} Page SEO config
+ [params.page.seo]
+ # image URL
+ images = []
+ # Publisher info
+ [params.page.seo.publisher]
+ name = ""
+ logoUrl = ""
+
+ # {{< version 1.1.0 changed >}} Comment config
+ [params.comment]
enable = true
# {{< version 1.0.0 new >}}
# {{< link "https://github.com/umputun/remark42/" Remark42 >}} comment config
- [params.page.comment.remark42]
+ [params.comment.remark42]
enable = false
# the location of your server with Remark42
host = "https://remark.example.com"
@@ -538,13 +559,13 @@ Please open the code block below to view the complete sample configuration :(far
# enable or disable smiley support
emailSubscribe = "true"
# {{< link "https://disqus.com/" Disqus >}} comment config
- [params.page.comment.disqus]
+ [params.comment.disqus]
# {{< version 0.1.1 >}}
enable = false
# Disqus shortname to use Disqus in posts
shortname = ""
# {{< link "https://github.com/gitalk/gitalk" Gitalk >}} comment config
- [params.page.comment.gitalk]
+ [params.comment.gitalk]
# {{< version 0.1.1 >}}
enable = false
owner = ""
@@ -552,7 +573,7 @@ Please open the code block below to view the complete sample configuration :(far
clientId = ""
clientSecret = ""
# {{< link "https://github.com/xCss/Valine" Valine >}} comment config
- [params.page.comment.valine]
+ [params.comment.valine]
enable = false
appId = ""
appKey = ""
@@ -573,14 +594,14 @@ Please open the code block below to view the complete sample configuration :(far
# "assets/data/emoji/"
emoji = ""
# {{< link "https://developers.facebook.com/docs/plugins/comments" "Facebook comment" >}} config
- [params.page.comment.facebook]
+ [params.comment.facebook]
enable = false
width = "100%"
numPosts = 10
appId = ""
languageCode = ""
# {{< version 0.2.0 >}} {{< link "https://comments.app/" "Telegram comments" >}} config
- [params.page.comment.telegram]
+ [params.comment.telegram]
enable = false
siteID = ""
limit = 5
@@ -590,10 +611,10 @@ Please open the code block below to view the complete sample configuration :(far
dislikes = false
outlined = false
# {{< version 0.2.0 >}} {{< link "https://commento.io/" "Commento" >}} comment config
- [params.page.comment.commento]
+ [params.comment.commento]
enable = false
# {{< version 0.2.5 >}} {{< link "https://utteranc.es/" "Utterances" >}} comment config
- [params.page.comment.utterances]
+ [params.comment.utterances]
enable = false
# owner/repo
repo = ""
@@ -601,26 +622,6 @@ Please open the code block below to view the complete sample configuration :(far
label = ""
lightTheme = "github-light"
darkTheme = "github-dark"
- # {{< version 0.2.7 >}} Third-party library config
- [params.page.library]
- [params.page.library.css]
- # someCSS = "some.css"
- # located in "assets/"
- # Or
- # someCSS = "https://cdn.example.com/some.css"
- [params.page.library.js]
- # someJavascript = "some.js"
- # located in "assets/"
- # Or
- # someJavascript = "https://cdn.example.com/some.js"
- # {{< version 0.2.10 changed >}} Page SEO config
- [params.page.seo]
- # image URL
- images = []
- # Publisher info
- [params.page.seo.publisher]
- name = ""
- logoUrl = ""
# {{< version 0.2.5 >}} TypeIt config
[params.typeit]