Use 'Stefan Kölle' consistently across stefankoelle (title, meta, JSON-LD, alt, manifest)

This commit is contained in:
2026-09-11 22:28:22 +02:00
parent 41e69f5b99
commit 7fd391f163
5 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#ffffff"> <meta name="theme-color" content="#ffffff">
<title>{% if title %}{{ title }}{% else %}Stefan Koelle{% endif %}</title> <title>{% if title %}{{ title }}{% else %}Stefan Kölle{% endif %}</title>
<meta name="description" content="{{ description }}"> <meta name="description" content="{{ description }}">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-icon-60x60.png">
@@ -25,7 +25,7 @@
<meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" href="/assets/ms-icon-144x144.png"> <meta name="msapplication-TileImage" href="/assets/ms-icon-144x144.png">
<link rel="canonical" href="{{ site.url }}{{ page.url }}"> <link rel="canonical" href="{{ site.url }}{{ page.url }}">
<meta name="author" content="Stefan Koelle"> <meta name="author" content="Stefan Kölle">
<meta property="og:title" content="{{ title }}"> <meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ description }}"> <meta property="og:description" content="{{ description }}">
<meta property="og:url" content="{{ site.url }}{{ page.url }}"> <meta property="og:url" content="{{ site.url }}{{ page.url }}">
@@ -39,7 +39,7 @@
{ {
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "Person", "@type": "Person",
"name": "Stefan Koelle", "name": "Stefan Kölle",
"url": "{{ site.url }}", "url": "{{ site.url }}",
"jobTitle": "Software Developer", "jobTitle": "Software Developer",
"sameAs": [ "sameAs": [
@@ -84,7 +84,7 @@
</div> </div>
<div id="head"> <div id="head">
<div id="foto"><img src="/assets/stefan-koelle-foto.jpg" alt="Foto von Stefan Koelle" style="width: 100%;"></div> <div id="foto"><img src="/assets/stefan-koelle-foto.jpg" alt="Foto von Stefan Kölle" style="width: 100%;"></div>
</div> </div>
<div id="background-image"></div> <div id="background-image"></div>
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "Stefan Koelle", "name": "Stefan Kölle",
"short_name": "SK", "short_name": "SK",
"icons": [ "icons": [
{ {
+2 -2
View File
@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV - Stefan Koelle</title> <title>CV - Stefan Kölle</title>
</head> </head>
<body> <body>
<div id="container"> <div id="container">
@@ -14,7 +14,7 @@
Senior Software Developer & Software&nbsp;Architect Senior Software Developer & Software&nbsp;Architect
</div> </div>
<div id="headline-photo"> <div id="headline-photo">
<img src="../assets/stefan-koelle-foto.jpg" alt="Stefan Koelle"> <img src="../assets/stefan-koelle-foto.jpg" alt="Stefan Kölle">
</div> </div>
</div> </div>
{% include "cv-content.njk" %} {% include "cv-content.njk" %}
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
title: "Stefan Koelle" title: "Stefan Kölle"
description: "Experienced Senior Software Developer and Software Architect with over 20 years of experience. Specialized in .NET Core and Kubernetes, with hands-on experience in AI-assisted development using Claude Code." description: "Experienced Senior Software Developer and Software Architect with over 20 years of experience. Specialized in .NET Core and Kubernetes, with hands-on experience in AI-assisted development using Claude Code."
layout: stefankoelle.njk layout: stefankoelle.njk
--- ---
+2 -2
View File
@@ -8,7 +8,7 @@ description: "WiFi-controlled LED display solution with REST API, DHT22 sensor,
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ description }}"> <meta name="description" content="{{ description }}">
<meta name="author" content="Stefan Koelle"> <meta name="author" content="Stefan Kölle">
<link rel="canonical" href="{{ site.url }}{{ page.url }}"> <link rel="canonical" href="{{ site.url }}{{ page.url }}">
<meta property="og:title" content="{{ title }}"> <meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ description }}"> <meta property="og:description" content="{{ description }}">
@@ -25,7 +25,7 @@ description: "WiFi-controlled LED display solution with REST API, DHT22 sensor,
"@type": "Article", "@type": "Article",
"headline": "{{ title }}", "headline": "{{ title }}",
"description": "{{ description }}", "description": "{{ description }}",
"author": { "@type": "Person", "name": "Stefan Koelle" }, "author": { "@type": "Person", "name": "Stefan Kölle" },
"url": "{{ site.url }}{{ page.url }}" "url": "{{ site.url }}{{ page.url }}"
} }
</script> </script>