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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2018-08-15 11:15:28 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-08-15 11:15:28 +0300
commit1af02095e0f72916e1f4f54737215e36a6140c20 (patch)
treedfd10292316e75773c4169abb4d2c6b7e44d03e9 /exampleSite
parentd24534f71ea2d74f63d366223dbbb1d333552a37 (diff)
feat: add busuanzi counter. #95 #104
This is a visitor counter for chinese user. http://busuanzi.ibruce.info/
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8621214..e6042af 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -126,12 +126,14 @@ defaultContentLanguage = "en" # Default language to use
clientId = "" # Your client ID
clientSecret = "" # Your client secret
-
[params.reward] # 文章打赏
enable = false
wechat = "/path/to/your/wechat-qr-code.png" # 微信二维码
alipay = "/path/to/your/alipay-qr-code.png" # 支付宝二维码
+ [params.counter.busuanzi] # a Chinese visitor counter # 不蒜子计数器
+ enable = false
+
[params.social] # 社交链接
a-email = "mailto:your@email.com"
b-stack-overflow = "http://localhost:1313"