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.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml
index e04a398..37e634d 100644
--- a/config-examples/zh-cn/config.toml
+++ b/config-examples/zh-cn/config.toml
@@ -672,6 +672,14 @@ uglyURLs = false
# 阅读时长的图标
readingTimeIcon = "clock"
+ # 是否显示不蒜子页面浏览量
+ displayBusuanziPagePV = false
+ # 不蒜子页面浏览量的图标
+ busuanziPagePVIcon = "eye"
+ # 说明:仅在生产环境(production)下渲染
+ # 首页暂不支持
+ # https://busuanzi.ibruce.info/
+
######################################
# 文章目录
@@ -1065,6 +1073,15 @@ uglyURLs = false
# 自定义页脚(支持 Markdown)
customFooter = ""
+ displayBusuanziSiteUVAndPV = false
+ busuanziSiteUVText = "本站访客数"
+ busuanziSiteUVIcon = "user"
+ busuanziSitePVText = "本站访问量"
+ busuanziSitePVIcon = "eye"
+ # 说明:仅在生产环境(production)下渲染
+ # 文本或图标,留空("")则无
+ # https://busuanzi.ibruce.info/
+
######################################
# 多语言