From 3b4668aea89fb2a889d094cf04f62bf3023b16cd Mon Sep 17 00:00:00 2001 From: iris Date: Wed, 27 May 2026 12:55:04 +0200 Subject: [PATCH] dedupe: single canonical hyperhive.svg for favicon + og + hero MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mara nit on #1: the three SVGs in static/ were identical copies (md5 1108d7bd79ca…). Dropped favicon.svg + hex-mark.svg; kept hyperhive.svg as the single source. Both consumers now point at it: `` and the hero's `load_data(path="static/ hyperhive.svg", format="plain")`. Also fixed: the original `load_data(path="hex-mark.svg")` would have failed at build time anyway — Zola's `load_data` resolves from project root, so files in `static/` need the full prefix + `format="plain"` to come back as raw markup. Build was never validated locally (remote-builder unreachable from agent), so the typo would have surfaced on the operator's first `nix build`. Caught it during the dedupe pass. If a future visual divergence is wanted (simpler favicon, titled og:image), can split back into named copies then. --- README.md | 5 +-- static/favicon.svg | 97 -------------------------------------------- static/hex-mark.svg | 97 -------------------------------------------- templates/base.html | 2 +- templates/index.html | 9 +++- 5 files changed, 10 insertions(+), 200 deletions(-) delete mode 100644 static/favicon.svg delete mode 100644 static/hex-mark.svg diff --git a/README.md b/README.md index df6a994..7150a3f 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,8 @@ templates/ sass/ main.scss # theme — Catppuccin Mocha + amber accent static/ - favicon.svg # hyperhive hex motif (copy of dashboard branding) - hex-mark.svg # same SVG, used inline in the hero - hyperhive.svg # og:image + hyperhive.svg # single canonical hex motif — favicon + og:image + # + inline hero (via Zola `load_data`) flake.nix # `nix build` → site dist, `nix develop` → zola shell ``` diff --git a/static/favicon.svg b/static/favicon.svg deleted file mode 100644 index 81d931c..0000000 --- a/static/favicon.svg +++ /dev/null @@ -1,97 +0,0 @@ - - HyperHive - HyperHive icon — hexagonal hive, amber on dark - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/hex-mark.svg b/static/hex-mark.svg deleted file mode 100644 index 81d931c..0000000 --- a/static/hex-mark.svg +++ /dev/null @@ -1,97 +0,0 @@ - - HyperHive - HyperHive icon — hexagonal hive, amber on dark - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/base.html b/templates/base.html index 1029387..e9bce4d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,7 +14,7 @@ - + diff --git a/templates/index.html b/templates/index.html index f3ebd2b..9b35119 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,8 +7,13 @@