mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Use 'Stefan Kölle' consistently across stefankoelle (title, meta, JSON-LD, alt, manifest)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<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 }}">
|
||||
<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">
|
||||
@@ -25,7 +25,7 @@
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" href="/assets/ms-icon-144x144.png">
|
||||
<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:description" content="{{ description }}">
|
||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
||||
@@ -39,7 +39,7 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Person",
|
||||
"name": "Stefan Koelle",
|
||||
"name": "Stefan Kölle",
|
||||
"url": "{{ site.url }}",
|
||||
"jobTitle": "Software Developer",
|
||||
"sameAs": [
|
||||
@@ -84,7 +84,7 @@
|
||||
</div>
|
||||
|
||||
<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 id="background-image"></div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Stefan Koelle",
|
||||
"name": "Stefan Kölle",
|
||||
"short_name": "SK",
|
||||
"icons": [
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>CV - Stefan Koelle</title>
|
||||
<title>CV - Stefan Kölle</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
@@ -14,7 +14,7 @@
|
||||
Senior Software Developer & Software Architect
|
||||
</div>
|
||||
<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>
|
||||
{% include "cv-content.njk" %}
|
||||
|
||||
@@ -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."
|
||||
layout: stefankoelle.njk
|
||||
---
|
||||
|
||||
@@ -8,7 +8,7 @@ description: "WiFi-controlled LED display solution with REST API, DHT22 sensor,
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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 }}">
|
||||
<meta property="og:title" content="{{ title }}">
|
||||
<meta property="og:description" content="{{ description }}">
|
||||
@@ -25,7 +25,7 @@ description: "WiFi-controlled LED display solution with REST API, DHT22 sensor,
|
||||
"@type": "Article",
|
||||
"headline": "{{ title }}",
|
||||
"description": "{{ description }}",
|
||||
"author": { "@type": "Person", "name": "Stefan Koelle" },
|
||||
"author": { "@type": "Person", "name": "Stefan Kölle" },
|
||||
"url": "{{ site.url }}{{ page.url }}"
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user