From 8b8a2fb95e55ede4ac17fc30de720445a033fafd Mon Sep 17 00:00:00 2001 From: Chase Dumphord Date: Sun, 14 Jun 2026 23:17:00 -0500 Subject: [PATCH] feat: add Matomo analytics via Jekyll head-custom include Adds _includes/head-custom.html with Matomo tracking script pointing to analytics.synthossystems.com, and a minimal _config.yml to wire up the minima GitHub Pages theme so the include is automatically loaded. --- _config.yml | 3 +++ _includes/head-custom.html | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 _config.yml create mode 100644 _includes/head-custom.html diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..851e60a --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +theme: minima +title: "Ced's HomeLab" +description: "Production-style homelab running real infrastructure, real workloads, and a live NOC dashboard." diff --git a/_includes/head-custom.html b/_includes/head-custom.html new file mode 100644 index 0000000..30d88d1 --- /dev/null +++ b/_includes/head-custom.html @@ -0,0 +1,15 @@ + + +