Добавлена статистика посещаемости сайта

This commit is contained in:
2025-03-20 21:12:14 +07:00
parent 189ca4c94b
commit 94cd879449

View File

@@ -253,13 +253,17 @@ footer_menu = [
# {url = "about", name = "about", trailing_slash = true},
# {url = "privacy", name = "privacy", trailing_slash = true},
{ name = "projects", url = "projects", trailing_slash = true },
{ url = "https://zloy.goatcounter.com", name = "статистика", trailing_slash = true },
{ url = "sitemap.xml", name = "sitemap", trailing_slash = false },
]
[extra.analytics]
service = "umami"
id = "4ee44323-925a-401b-996d-2b6a63dfc527"
self_hosted_url = "https://stats.zlinux.ru"
#service = "umami"
#id = "4ee44323-925a-401b-996d-2b6a63dfc527"
#self_hosted_url = "https://stats.zlinux.ru"
service = "goatcounter"
id = "zloy"
#self_hosted_url = "https://zloy.goatcounter.com"
[extra.isso]
enabled_for_all_posts = true # Enables Isso on all posts. It can be enabled on individual posts by setting `isso = true` in the [extra] section of a post's front matter.