Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config-examples/zh-cn/config.toml')
-rw-r--r--config-examples/zh-cn/config.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml
index 58d0cb2..ffb0073 100644
--- a/config-examples/zh-cn/config.toml
+++ b/config-examples/zh-cn/config.toml
@@ -1019,6 +1019,29 @@ uglyURLs = false
######################################
+ # 文章分享
+
+ # 是否开启
+ enablePostShare = true
+
+ # 是否显示(全局设置)
+ displayPostShare = true
+ # 说明:文章的 Front Matter 中的 `share`
+ # 的优先级高于此处
+
+ shareOnTwitter = true
+ shareOnFacebook = true
+ shareOnLinkedIn = true
+ shareOnTelegram = true
+ shareOnWeibo = true
+ shareOnDouban = true
+ shareOnQQ = true
+ shareOnQzone = true
+
+ shareViaQRCode = true
+
+
+ ######################################
# 相关文章
# 是否开启