From 79160247b2e5ab868d3b714ed55a54af2fe209a4 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 27 Jan 2025 04:24:54 +0100 Subject: [PATCH] added umami_analytics --- content/2025-01-27_launch.md | 6 ++++++ publishconf.py | 2 +- themes/business/templates/analytics.html | 15 +++------------ 3 files changed, 10 insertions(+), 13 deletions(-) create mode 100644 content/2025-01-27_launch.md diff --git a/content/2025-01-27_launch.md b/content/2025-01-27_launch.md new file mode 100644 index 0000000..af36cb2 --- /dev/null +++ b/content/2025-01-27_launch.md @@ -0,0 +1,6 @@ +Title: Startschuß! +Date: 2025-01-27 +Category: Ankündigung +Authors: Stephan Hadan + +## Der Startschuß diff --git a/publishconf.py b/publishconf.py index b323657..8861079 100644 --- a/publishconf.py +++ b/publishconf.py @@ -21,4 +21,4 @@ DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing # DISQUS_SITENAME = "" -# GOOGLE_ANALYTICS = "" +UMAMI_ANALYTICS = "90d50c08-98d8-472c-8e7c-738844f13b9f" diff --git a/themes/business/templates/analytics.html b/themes/business/templates/analytics.html index 42ae402..7f76e94 100644 --- a/themes/business/templates/analytics.html +++ b/themes/business/templates/analytics.html @@ -1,12 +1,3 @@ -{% if GOOGLE_ANALYTICS %} - -{% endif %} \ No newline at end of file +{% if UMAMI_ANALYTICS %} + +{% endif %}