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-20 10:44:15 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-08-20 10:44:15 +0300
commit0f0cac37aba696a308c310d32d0aaa6f85ab5cb8 (patch)
treefc860ceccfc15c3c3930b3ea9cfc0c155576b565 /exampleSite
parent1af02095e0f72916e1f4f54737215e36a6140c20 (diff)
feat: add leancloud counter. #95 #104
This is a visitor counter for chinese user. 怎样使用? https://blog.csdn.net/u013553529/article/details/63357382
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e6042af..0285893 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -134,6 +134,11 @@ defaultContentLanguage = "en" # Default language to use
[params.counter.busuanzi] # a Chinese visitor counter # 不蒜子计数器
enable = false
+ [params.counter.leancloud] # Chinese leancloud visitor counter # leancloud 计数器
+ enable = false
+ appId = ""
+ appKey = ""
+
[params.social] # 社交链接
a-email = "mailto:your@email.com"
b-stack-overflow = "http://localhost:1313"