From 34d88d44ed38b2b9acde6a90bd6262e96e5c7f7e Mon Sep 17 00:00:00 2001 From: benaarvik Date: Thu, 13 Nov 2025 10:40:20 +0100 Subject: [PATCH 1/5] remove and disable broken analytics --- config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index f0902e9..2f38c7c 100644 --- a/config.toml +++ b/config.toml @@ -632,12 +632,12 @@ theme = "FixIt" # FixIt 0.2.0 | NEW Analytics config [params.analytics] - enable = true + enable = false # Google Analytics - [params.analytics.google] - id = "G-EB3FYE3KYK" - # whether to anonymize IP - anonymizeIP = true +# [params.analytics.google] +# id = "G-EB3FYE3KYK" +# # whether to anonymize IP +# anonymizeIP = true # Fathom Analytics [params.analytics.fathom] id = "" From 7a4ec14222c00ee4fe78031910f35a0539c95a35 Mon Sep 17 00:00:00 2001 From: benaarvik Date: Thu, 13 Nov 2025 10:56:41 +0100 Subject: [PATCH 2/5] removed deprecated param --- config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.toml b/config.toml index 2f38c7c..46b2b48 100644 --- a/config.toml +++ b/config.toml @@ -844,4 +844,3 @@ theme = "FixIt" page = ["HTML", "MarkDown"] section = ["HTML", "RSS"] taxonomy = ["HTML", "RSS"] - taxonomyTerm = ["HTML"] From 621ac227c6b32f555591b7562884fd95ba800699 Mon Sep 17 00:00:00 2001 From: benaarvik Date: Thu, 13 Nov 2025 11:00:49 +0100 Subject: [PATCH 3/5] update fixit theme --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 46b2b48..2d8bd3c 100644 --- a/config.toml +++ b/config.toml @@ -10,7 +10,7 @@ theme = "FixIt" [params] # FixIt 0.2.15 | CHANGED FixIt theme version - version = "0.2.15" # e.g. "0.2.X", "0.2.15", "v0.2.15" etc. + version = "0.3.20" # e.g. "0.2.X", "0.2.15", "v0.2.15" etc. # site description description = "test" # site keywords From b2ebb06483849ee476f4b3d07c0071eb4f70b784 Mon Sep 17 00:00:00 2001 From: benaarvik Date: Thu, 13 Nov 2025 11:05:06 +0100 Subject: [PATCH 4/5] removed buggy header --- layouts/partials/header.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ba3d174..8264912 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,9 +1,6 @@ {{- $buildDrafts := .Site.BuildDrafts -}} - {{- /* Desktop header */ -}} From 642fa96554424423774f1b57a9608c6922880b8a Mon Sep 17 00:00:00 2001 From: benaarvik Date: Thu, 13 Nov 2025 11:07:21 +0100 Subject: [PATCH 5/5] updated 404 --- public/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/404.html b/public/404.html index 7c82065..9edbc42 100644 --- a/public/404.html +++ b/public/404.html @@ -145,7 +145,7 @@

document.getElementById('error-emoji').appendChild(document.createTextNode(emojiArray[Math.floor(Math.random() * emojiArray.length)])); })();