Добавлена статистика посещаемости сайта
This commit is contained in:
10
config.toml
10
config.toml
@@ -253,13 +253,17 @@ footer_menu = [
|
|||||||
# {url = "about", name = "about", trailing_slash = true},
|
# {url = "about", name = "about", trailing_slash = true},
|
||||||
# {url = "privacy", name = "privacy", trailing_slash = true},
|
# {url = "privacy", name = "privacy", trailing_slash = true},
|
||||||
{ name = "projects", url = "projects", 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 },
|
{ url = "sitemap.xml", name = "sitemap", trailing_slash = false },
|
||||||
]
|
]
|
||||||
|
|
||||||
[extra.analytics]
|
[extra.analytics]
|
||||||
service = "umami"
|
#service = "umami"
|
||||||
id = "4ee44323-925a-401b-996d-2b6a63dfc527"
|
#id = "4ee44323-925a-401b-996d-2b6a63dfc527"
|
||||||
self_hosted_url = "https://stats.zlinux.ru"
|
#self_hosted_url = "https://stats.zlinux.ru"
|
||||||
|
service = "goatcounter"
|
||||||
|
id = "zloy"
|
||||||
|
#self_hosted_url = "https://zloy.goatcounter.com"
|
||||||
|
|
||||||
[extra.isso]
|
[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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user