diff --git a/code/index.njk b/code/index.njk index ed565e9..715717e 100644 --- a/code/index.njk +++ b/code/index.njk @@ -1,5 +1,5 @@ --- -title: "Code" +title: "Open Source Projects — GitHub Repos & Code | moonweb" section: "code" description: "Curated catalog of my public GitHub projects — automation, dev tools, web apps, and firmware." layout: base.njk diff --git a/infra/index.njk b/infra/index.njk index 82ac590..d180cb0 100644 --- a/infra/index.njk +++ b/infra/index.njk @@ -1,5 +1,5 @@ --- -title: "Infra" +title: "Homelab Infrastructure — Proxmox, Docker & Networking | moonweb" section: "infra" description: "Homelab infrastructure overview: Proxmox hosts, Synology NAS, Docker VMs and Setup-Guides." layout: base.njk diff --git a/retro/index.njk b/retro/index.njk index 9f3ba86..c4f113f 100644 --- a/retro/index.njk +++ b/retro/index.njk @@ -1,5 +1,5 @@ --- -title: "Retro" +title: "Retro Computing — Vintage Hardware & FPGA | moonweb" section: "retro" description: "Physical retro hardware collection — Raspberry Pi units, Pi 400, and vintage computing setups." layout: base.njk diff --git a/shared/_includes/base.njk b/shared/_includes/base.njk index d15630a..0d17da7 100644 --- a/shared/_includes/base.njk +++ b/shared/_includes/base.njk @@ -3,18 +3,18 @@ - {{ title }}{% if 'moonweb' not in title %} · moonweb.org{% endif %} + {{ title }}{% if 'moonweb' not in title and 'stefankoelle' not in title %} · moonweb.org{% endif %} - + {% if ogImage %}{% endif %} - + {% if ogImage %}{% endif %} @@ -33,7 +33,7 @@ { "@type": "ListItem", "position": 2, "name": "{{ title }}", "item": "{{ site.url }}{{ page.url }}" } ] {% else %} - "name": "{{ title }}{% if 'moonweb' not in title %} · moonweb.org{% endif %}", + "name": "{{ title }}{% if 'moonweb' not in title and 'stefankoelle' not in title %} · moonweb.org{% endif %}", "url": "{{ site.url }}", "author": { "@type": "Person", "name": "Stefan Koelle" } {% endif %} diff --git a/smarthome/index.njk b/smarthome/index.njk index 6ddf671..c80831e 100644 --- a/smarthome/index.njk +++ b/smarthome/index.njk @@ -1,5 +1,5 @@ --- -title: "Smarthome" +title: "Smart Home Projects — Home Assistant, MQTT & IoT | moonweb" section: "smarthome" description: "Smart home projects: Home Assistant, MQTT sensors, AirPlay audio, OctoPrint, and energy monitoring." layout: base.njk