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-04-27 22:24:48 +0300
committerGitHub <noreply@github.com>2020-04-27 22:24:48 +0300
commit12546ba9bff2ca2648b63e43c93aa0d9c58b6eea (patch)
treed56933b65ee4b50aaa350476668e14a3bd2b68f4 /exampleSite/content
parentd5bc3be19d252b136ce444941acdf8a94ceae86e (diff)
feat(valine): add more params for new valine (#272)
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.en.md3
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.fr.md3
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.zh-cn.md3
3 files changed, 9 insertions, 0 deletions
diff --git a/exampleSite/content/posts/theme-documentation-basics.en.md b/exampleSite/content/posts/theme-documentation-basics.en.md
index a73cd37..06c9abc 100644
--- a/exampleSite/content/posts/theme-documentation-basics.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics.en.md
@@ -485,6 +485,9 @@ Please open the code block below to view the complete sample configuration :(far
lang = ""
visitor = true
recordIP = true
+ highlight = true
+ enableQQ = false
+ serverURLs = ""
# {{< link "https://developers.facebook.com/docs/plugins/comments" "Facebook comment" >}} config
[params.page.comment.facebook]
enable = false
diff --git a/exampleSite/content/posts/theme-documentation-basics.fr.md b/exampleSite/content/posts/theme-documentation-basics.fr.md
index 2313779..90a38f2 100644
--- a/exampleSite/content/posts/theme-documentation-basics.fr.md
+++ b/exampleSite/content/posts/theme-documentation-basics.fr.md
@@ -490,6 +490,9 @@ Please open the code block below to view the complete sample configuration :(far
lang = ""
visitor = true
recordIP = true
+ highlight = true
+ enableQQ = false
+ serverURLs = ""
# {{< link "https://developers.facebook.com/docs/plugins/comments" "Facebook comment" >}} config
[params.page.comment.facebook]
enable = false
diff --git a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
index 6432a60..e744bae 100644
--- a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
@@ -488,6 +488,9 @@ hugo
lang = "en"
visitor = true
recordIP = true
+ highlight = true
+ enableQQ = false
+ serverURLs = ""
# {{< link "https://developers.facebook.com/docs/plugins/comments" "Facebook 评论系统" >}}设置
[params.page.comment.facebook]
enable = false