mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
hub improvement
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user