add umami analytics
This commit is contained in:
parent
1f649ac968
commit
f4b361617d
|
@ -1,3 +1,3 @@
|
||||||
[submodule "themes/keep"]
|
[submodule "themes/keep"]
|
||||||
path = themes/keep
|
path = themes/keep
|
||||||
url = https://github.com/XPoet/hexo-theme-keep.git
|
url = git@github.com:liangliangle/hexo-theme-keep.git
|
|
@ -199,6 +199,11 @@ website_count:
|
||||||
site_pv: false # Option values: true | false
|
site_pv: false # Option values: true | false
|
||||||
page_pv: false # Option values: true | false
|
page_pv: false # Option values: true | false
|
||||||
|
|
||||||
|
analytics:
|
||||||
|
umami:
|
||||||
|
umami_enable : true
|
||||||
|
umami_src: "http://analyze.lianglianglee.com/umami.js"
|
||||||
|
umami_data_id: "17ea0407-527d-4c0b-ae64-3bdf28f5678a"
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
# Local Search
|
# Local Search
|
||||||
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/local_search.html
|
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/local_search.html
|
||||||
|
|
Loading…
Reference in New Issue