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-05-06 18:11:34 +0300
committerGitHub <noreply@github.com>2020-05-06 18:11:34 +0300
commit2513afbd54ed5b91663915173fc0d6cbc4b9b74c (patch)
treef6d2d0ba9e75f14c6ef05cd738033ac0d3ba4d54 /exampleSite/content
parentf4c9fe750de9ad242d68906b728efa0fb4b2c407 (diff)
feat(comment): add comment for single page and emoji config for Valine (#328)
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.en.md4
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.fr.md4
-rw-r--r--exampleSite/content/posts/theme-documentation-basics.zh-cn.md4
3 files changed, 12 insertions, 0 deletions
diff --git a/exampleSite/content/posts/theme-documentation-basics.en.md b/exampleSite/content/posts/theme-documentation-basics.en.md
index eeaf8fc..cb4d770 100644
--- a/exampleSite/content/posts/theme-documentation-basics.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics.en.md
@@ -513,6 +513,10 @@ Please open the code block below to view the complete sample configuration :(far
highlight = true
enableQQ = false
serverURLs = ""
+ # {{< version 0.2.6 >}} emoji config file name, default is "facebook.yml"
+ # ("apple.yml", "google.yml", "facebook.yml", "twitter.yml")
+ # located in "assets/data/emoji/" directory, where you can put your config file
+ emoji = ""
# {{< 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 255b2e6..72f0157 100644
--- a/exampleSite/content/posts/theme-documentation-basics.fr.md
+++ b/exampleSite/content/posts/theme-documentation-basics.fr.md
@@ -518,6 +518,10 @@ Please open the code block below to view the complete sample configuration :(far
highlight = true
enableQQ = false
serverURLs = ""
+ # {{< version 0.2.6 >}} emoji config file name, default is "facebook.yml"
+ # ("apple.yml", "google.yml", "facebook.yml", "twitter.yml")
+ # located in "assets/data/emoji/" directory, where you can put your config file
+ emoji = ""
# {{< 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 41ad1f3..e610bff 100644
--- a/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics.zh-cn.md
@@ -520,6 +520,10 @@ hugo
highlight = true
enableQQ = false
serverURLs = ""
+ # {{< version 0.2.6 >}} emoji 配置文件名称, 默认是 "facebook.yml"
+ # ("apple.yml", "google.yml", "facebook.yml", "twitter.yml")
+ # 位于 "assets/data/emoji/" 目录, 你可以在此存放你自己的配置文件
+ emoji = ""
# {{< link "https://developers.facebook.com/docs/plugins/comments" "Facebook 评论系统" >}}设置
[params.page.comment.facebook]
enable = false