hub intro text

This commit is contained in:
2026-08-15 09:56:55 +02:00
parent 9d798655c0
commit 0df1fc0896
5 changed files with 45 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
eleventyConfig.addPassthroughCopy({ "shared/favicon/hub.svg": "favicon.svg" });
eleventyConfig.addPassthroughCopy({ "hub/robots.txt": "robots.txt" });
eleventyConfig.addPassthroughCopy({ "hub/stefan-koelle-foto.jpg": "stefan-koelle-foto.jpg" });
return {
dir: {
+10
View File
@@ -47,4 +47,14 @@ sections:
href: "https://aztec-project.org"
emoji: "🔷"
---
<div class="intro">
<div class="intro-text">
<h1>Hey, I'm Stefan 👋</h1>
<p>Welcome to moonweb, my personal corner on the internet. This is where I document my homelab, smart home setups, infrastructure experiments, retro hardware, and the code that ties it all together.</p>
<p>I'm a Senior Software Developer &amp; Architect based in Munich with 20+ years in the trenches, from Turbo Pascal on the 486 to .NET Core, Kubernetes, and AI-driven development today. By day I build microservices and cloud architecture, by night I tinker with MQTT brokers, restore retro computers, and automate things that don't necessarily need automating.</p>
<p>Everything here runs on a homelab that has been evolving since the mid-90s, from multiple 486s and Pentiums back in the day to today's Proxmox cluster. Have a look around.</p>
</div>
<img class="intro-photo" src="/stefan-koelle-foto.jpg" alt="Stefan Koelle" width="280" height="280">
</div>
{% include "card-grid.njk" %}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB