Compare commits

...
2 Commits
Author SHA1 Message Date
stefankoelle 2fdb631e60 sameAs on stefankoelle.de 2026-08-22 16:40:30 +02:00
stefankoelle 6e1b892848 hub improvement 2026-08-22 16:33:54 +02:00
3 changed files with 26 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
---
title: "moonweb — Homelab, Smart Home, Code & Retro Hardware"
title: "Stefan Koelle — Homelab, Smart Home, Code & Retro Hardware | moonweb"
section: "hub"
description: "Stefan Koelle's homelab: smart home automation, Proxmox infrastructure, open-source code projects, and retro hardware. Senior Software Developer based in Munich."
description: "Stefan Koelle — Senior Software Developer & Architect based in Munich. Homelab projects, smart home automation, open-source code, and retro hardware."
layout: base.njk
ogImage: "/stefan-koelle-foto.jpg"
sections:
+23
View File
@@ -39,6 +39,29 @@
{% endif %}
}
</script>
{% if section == 'hub' and not parent %}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Stefan Koelle",
"url": "https://hub.moonweb.org",
"image": "https://hub.moonweb.org/stefan-koelle-foto.jpg",
"jobTitle": "Senior Software Developer & Architect",
"address": {
"@type": "PostalAddress",
"addressLocality": "Munich",
"addressCountry": "DE"
},
"sameAs": [
"https://stefankoelle.de",
"https://www.linkedin.com/in/stefankoelle/",
"https://github.com/skoelle",
"https://www.xing.com/profile/Stefan_Koelle"
]
}
</script>
{% endif %}
</head>
<body>
<header class="site-header">
+1
View File
@@ -43,6 +43,7 @@
"url": "{{ site.url }}",
"jobTitle": "Software Developer",
"sameAs": [
"https://hub.moonweb.org",
"https://www.linkedin.com/in/stefankoelle/",
"https://github.com/skoelle",
"https://www.xing.com/profile/Stefan_Koelle"