diff --git a/src/components/KnoebelsMap.astro b/src/components/KnoebelsMap.astro new file mode 100644 index 0000000..c06771e --- /dev/null +++ b/src/components/KnoebelsMap.astro @@ -0,0 +1,225 @@ +--- +/** + * The Knoebels park-heat map — one glow per ride, over darkened satellite imagery. + * + * Lived in the homepage header until 2026-08-13, when it moved to its own page (`/knoebels`) + * to make room for the reading map. The homepage keeps the one-line `knb-stats` strip as the + * teaser; it links here. + * + * Data: `api.c0smere.net/knoebels/rides` (live waits while the park is open, typical weekend + * peak otherwise). Fail-closed, like every garden widget. + */ +--- + + + + + + diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index d3ee689..d748e0d 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -108,19 +108,11 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site); - ) } @@ -321,175 +313,6 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site); } - -