placeholder in front matter, social media links, open source from github

This commit is contained in:
Franz Klotsche
2025-11-16 18:50:41 +01:00
parent 610f30eadf
commit 1c9e04e308
42 changed files with 1105 additions and 67 deletions

View File

@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Franz Klotsche">
<meta name="description" content="Verschiedene Themen, die ich als Computerfreak anschneide - externe Seite.">
<link rel="stylesheet" href="/css/style.css">
<title>ChyrpLite Blog - Fransz Portfolio</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TT2JW5ZYFZ');
</script><body>
<div class="container"><header>
<h1>Fransz Portfolio</h1>
</header><nav>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/projects">Projects</a>
<a href="/presentations">Presentations</a>
<a href="/resume">Résumé</a>
<a href="/contact">Contact</a>
</nav><main>
<div class="project-container">
<section class="project-list">
<h4>What else</h4>
<ul>
<li><a href="/projects/linkace/">Linkace</a></li>
<li><a href="/projects/gitea/">Gitea</a></li>
<li><a href="/projects/chyrp/">ChyrpLite Blog</a></li>
</ul>
</section>
<section class="project">
<h2>ChyrpLite Blog</h2>
<p>Gehosted wird auf profreehost.com</p>
<img alt="ChyrpLite screenshot" src="//placehold.co/640x150">
<h3>Tech used</h3>
<ul>
<li>JavaScript</li>
<li>CSS</li>
<li>HTML</li>
</ul>
</section>
</div>
</main><footer>
<small>Copyright 2025 Me.</small>
</footer></div>
</body>
</html>

View File

@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Franz Klotsche">
<meta name="description" content="Just another web-experiment">
<link rel="stylesheet" href="/css/style.css">
<title>Gitea - Fransz Portfolio</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TT2JW5ZYFZ');
</script><body>
<div class="container"><header>
<h1>Fransz Portfolio</h1>
</header><nav>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/projects">Projects</a>
<a href="/presentations">Presentations</a>
<a href="/resume">Résumé</a>
<a href="/contact">Contact</a>
</nav><main>
<div class="project-container">
<section class="project-list">
<h4>What else</h4>
<ul>
<li><a href="/projects/linkace/">Linkace</a></li>
<li><a href="/projects/gitea/">Gitea</a></li>
<li><a href="/projects/chyrp/">ChyrpLite Blog</a></li>
</ul>
</section>
<section class="project">
<h2>Gitea</h2>
<p>Description of maintaining a Gitea instance&hellip;</p>
<img alt="Git selfhosted" src="//placehold.co/640x150">
<h3>Tech used</h3>
<ul>
<li>OCI = Oracle VPS</li>
<li>Ubuntu &#43; Bash</li>
</ul>
</section>
</div>
</main><footer>
<small>Copyright 2025 Me.</small>
</footer></div>
</body>
</html>

View File

@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Franz Klotsche">
<meta name="description" content="Eine Liste mit Projekten, die ich in meiner Freizeit als DevOp oder eher öfter als einfacher Anwender, unterhalte.">
<link rel="stylesheet" href="/css/style.css">
<title>Projekte - Fransz Portfolio</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TT2JW5ZYFZ');
</script><body>
<div class="container"><header>
<h1>Fransz Portfolio</h1>
</header><nav>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/projects">Projects</a>
<a href="/presentations">Presentations</a>
<a href="/resume">Résumé</a>
<a href="/contact">Contact</a>
</nav><main>
<h2>Projekte</h2>
<p><strong>DIY:</strong> Auf einem Oracle Virtual Private Server habe ich Ubuntu Noble mit Nginx laufen. Zurzeit befinden sich dort zwei aktive (produktive) Webdienste.</p>
<p>Ein Blog mit ChyrpLite befindet sich auf einem managed Server von profreehost.</p>
<section class="projects">
<section class="projects">
<h3><a href="/opensource/">Open Source</a></h3>
<p>Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/user.</p>
</section>
<h3><a href="/projects/chyrp/">ChyrpLite Blog</a></h3>
<p>Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf <a href="https://statusnet.liveblog365.com">statusnet.liveblog</a>. Der Inhalt ist auf Englisch oder Niederländisch.</p>
<h3><a href="/projects/gitea/">Gitea</a></h3>
<p>Dateiverwaltung mit <code>git</code> und der Weboberfläche von Gitea <strong>(DIY)</strong>.</p>
<h3><a href="/projects/linkace/">Linkace</a></h3>
<p>Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>.</p>
</section>
</main><footer>
<small>Copyright 2025 Me.</small>
</footer></div>
</body>
</html>

37
public/projects/index.xml Normal file
View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Projekte on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/projects/</link>
<description>Recent content in Projekte on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language><atom:link href="https://kurrrioo.neocities.org/projects/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>ChyrpLite Blog</title>
<link>https://kurrrioo.neocities.org/projects/chyrp/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://kurrrioo.neocities.org/projects/chyrp/</guid>
<description>Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf &lt;a href=&#34;https://statusnet.liveblog365.com&#34;&gt;statusnet.liveblog&lt;/a&gt;. Der Inhalt ist auf Englisch oder Niederländisch.</description>
</item>
<item>
<title>Gitea</title>
<link>https://kurrrioo.neocities.org/projects/gitea/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://kurrrioo.neocities.org/projects/gitea/</guid>
<description>Dateiverwaltung mit &lt;code&gt;git&lt;/code&gt; und der Weboberfläche von Gitea &lt;strong&gt;(DIY)&lt;/strong&gt;.</description>
</item>
<item>
<title>Linkace</title>
<link>https://kurrrioo.neocities.org/projects/linkace/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://kurrrioo.neocities.org/projects/linkace/</guid>
<description>Lesezeichendienst in eigener Verwaltung &lt;strong&gt;(DIY)&lt;/strong&gt;.</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Franz Klotsche">
<meta name="description" content="Just another web-experiment">
<link rel="stylesheet" href="/css/style.css">
<title>Linkace - Fransz Portfolio</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TT2JW5ZYFZ');
</script><body>
<div class="container"><header>
<h1>Fransz Portfolio</h1>
</header><nav>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/projects">Projects</a>
<a href="/presentations">Presentations</a>
<a href="/resume">Résumé</a>
<a href="/contact">Contact</a>
</nav><main>
<div class="project-container">
<section class="project-list">
<h4>What else</h4>
<ul>
<li><a href="/projects/linkace/">Linkace</a></li>
<li><a href="/projects/gitea/">Gitea</a></li>
<li><a href="/projects/chyrp/">ChyrpLite Blog</a></li>
</ul>
</section>
<section class="project">
<h2>Linkace</h2>
<p>Description of maintaining a Linkace instance&hellip;</p>
<img alt="Selfhosting Linkace" src="//placehold.co/640x150">
<h3>Tech used</h3>
<ul>
<li>OCI = Oracle VPS</li>
<li>Ubuntu &#43; Bash</li>
<li>PHP / Laravel</li>
</ul>
</section>
</div>
</main><footer>
<small>Copyright 2025 Me.</small>
</footer></div>
</body>
</html>