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:
authoruPagge <upagge@mail.ru>2020-12-01 19:06:58 +0300
committeruPagge <upagge@mail.ru>2020-12-01 19:06:58 +0300
commita4b342ba154cab03e52542470292b555f71fa8c0 (patch)
tree0bfd7dde062b55cdf9fee8d8f9e6978212f030c8 /exampleSite/config.toml
parent934a976a7f4b2349c37dc364d3f301772a750b5d (diff)
parent4ff56bdd0b2208be39fbec039bdd56a679cb0e88 (diff)
Merge branch 'pullrequest' into feature/github-pull-558
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c441853..b497c12 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -34,8 +34,6 @@ enableEmoji = true
hasCJKLanguage = false
# default amount of posts in each pages
paginate = 12
- # [UA-XXXXXXXX-X] google analytics code
- googleAnalytics = ""
# copyright description used only for seo schema
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
# Menu config
@@ -236,8 +234,6 @@ enableEmoji = true
hasCJKLanguage = true
# 默认每页列表显示的文章数目
paginate = 12
- # [UA-XXXXXXXX-X] 谷歌分析代号
- googleAnalytics = ""
# 版权描述,仅仅用于 SEO
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
# 菜单配置
@@ -434,8 +430,6 @@ enableEmoji = true
hasCJKLanguage = false
# default amount of posts in each pages
paginate = 12
- # [UA-XXXXXXXX-X] google analytics code
- googleAnalytics = ""
# copyright description used only for seo schema
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
# Menu config
@@ -989,7 +983,12 @@ enableEmoji = true
enable = false
# Google Analytics
[params.analytics.google]
+ # [UA-XXXXXXXX-X] google analytics code
+ # [UA-XXXXXXXX-X] 谷歌分析代号
id = ""
+ # whether to use gtag linked
+ # 是否使用gtag链接
+ gtag = false
# whether to anonymize IP
# 是否匿名化用户 IP
anonymizeIP = true