From 231fffbd0bd122d60369866c805625fa4ce9667a Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 11 Sep 2026 18:34:43 +0200 Subject: [PATCH] Add h1 headings to all 4 section index pages --- code/index.njk | 1 + infra/index.njk | 1 + retro/index.njk | 1 + smarthome/index.njk | 1 + 4 files changed, 4 insertions(+) diff --git a/code/index.njk b/code/index.njk index 9ab341c..5e92b66 100644 --- a/code/index.njk +++ b/code/index.njk @@ -12,6 +12,7 @@ subcategories: - "Retro" - "Web Projects" --- +

Open Source Projects

A curated catalog of my public GitHub projects, sorted by topic.

{% for subcat in subcategories %} diff --git a/infra/index.njk b/infra/index.njk index cca6841..4ba470d 100644 --- a/infra/index.njk +++ b/infra/index.njk @@ -34,6 +34,7 @@ sections: summary: "Multi-WAN router with WiFi and Powerline failover, plus IoT VLAN 189 isolation." href: "/infra/openwrt/" --- +

Homelab Infrastructure

A peek under the hood of my homelab. Proxmox, Synology, Docker, and how everything is wired together.

{% include "card-grid.njk" %} diff --git a/retro/index.njk b/retro/index.njk index dacfc4a..cba547e 100644 --- a/retro/index.njk +++ b/retro/index.njk @@ -56,6 +56,7 @@ sections: href: "/retro/retro-corner-snapshot/" --- +

Retro Computing

Hardware I've collected and kept running over the years. From Atari ST and Amiga to MiSTer FPGA and DOS environments.

{% include "card-grid.njk" %} diff --git a/smarthome/index.njk b/smarthome/index.njk index 5c30075..375bae7 100644 --- a/smarthome/index.njk +++ b/smarthome/index.njk @@ -78,6 +78,7 @@ sections: href: "/smarthome/kids-rfid-player/" emoji: "🎵" --- +

Smart Home Projects

The heart of the homelab. Home Assistant, MQTT sensors, dashboards, and automation projects that make everyday life a little more interesting.

{% include "card-grid.njk" %}