From 94cd8794494d3aa6dc6fe0de1ebdb11180170a35 Mon Sep 17 00:00:00 2001 From: zloylinux Date: Thu, 20 Mar 2025 21:12:14 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D1=82=D0=B0=D1=82=D0=B8=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BF=D0=BE=D1=81=D0=B5=D1=89=D0=B0=D0=B5=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=20=D1=81=D0=B0=D0=B9=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index d6675ae..f8bd194 100644 --- a/config.toml +++ b/config.toml @@ -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.