taxonomies (categories, tags, year/month/slug), syntax.css und Blog (posts).

This commit is contained in:
Franz Klotsche
2025-11-22 18:50:09 +01:00
parent dc0b5d8cfc
commit 230912cb0c
100 changed files with 4699 additions and 290 deletions

View File

@@ -2,9 +2,15 @@
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta lang="de">
<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.">
<meta name="keywords" content="Wannabe-DevOp, Linux, und Oracle">
<meta name="description" content="Eine Liste mit Projekten, die ich in meiner Freizeit als DevOp oder eher öfter als fortgeschrittener Anwender, unterhalte.">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/json" href="https://kurrrioo.neocities.org/projects/index.json" title="Projekte - Fransz Portfolio"><link rel="alternate" type="application/rss+xml" href="https://kurrrioo.neocities.org/projects/index.xml" title="Projekte - Fransz Portfolio">
<title>Projekte - Fransz Portfolio</title>
</head>
@@ -15,16 +21,43 @@
gtag('js', new Date());
gtag('config', 'G-TT2JW5ZYFZ');
</script>
<script>
var remark_config = {
host: 'https://remark42hugo-neocities-org.up.railway.app',
site_id: 'neocities',
locale: 'de',
allowAnon: true,
url: 'https:\/\/kurrrioo.neocities.org\/projects\/',
theme: 'light'
};
(function(c) {
for(var i = 0; i < c.length; i++) {
var d = document, s = d.createElement('script');
s.src = c[i];
(d.head || d.body).appendChild(s);
}
})(['https://remark42hugo-neocities-org.up.railway.app/web/config.js',
'https://remark42hugo-neocities-org.up.railway.app/web/embed.js']);
</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>
<a href="/">Start</a>
<a href="/about">Über mich</a>
<a href="/posts">Blog</a>
<a href="/projects">Projekte</a>
<a href="/presentations">Konzepte</a>
<a href="/resume">Lebenslauf</a>
<a href="/contact">Kontakt</a>
</nav><main>
<h2>Projekte</h2>
@@ -38,24 +71,38 @@
<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>
<p>Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/users: <a href="https://api.github.com/users/kurrrioo/repos">JSON-Datei</a></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/commenting/">Kommentar-Funktion mit hugo</a></h3>
<p>Hugo ist ein static site generator und kann durch <em>CORS</em> von einer externen Domäne trotzdem interaktiv sein.</p>
<h3><a href="/projects/linkace/">LinkAce</a></h3>
<p>Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>: Es gibt eine <a href="https://linkace.effeff.cloud/guest/links">Öffentliche Linkliste</a> und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht.</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>
<p>Dateiversionsverwaltung mit <code>git</code> und der Weboberfläche von Gitea <strong>(DIY)</strong>: Der Quellcode dieser Website kann eingesehen werden unter der <em>branch</em> <strong>Portfolio</strong> - <a href="https://git.effeff.cloud/FranzR/sumup/src/branch/portfolio/">“sumup”</a></p>
<h3><a href="/projects/linkace/">Linkace</a></h3>
<p>Lesezeichendienst in eigener Verwaltung <strong>(DIY)</strong>.</p>
<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>
</section>
</main><footer>
<small>Copyright 2025 Me.</small>
<small>Copyright 2025 Franz Klotsche -
Find me on:<ul>
<li><a href="https://x.com/mirror1089">X</a></li>
<li><a href="https://www.tumblr.com/redesignart">Tumblr</a></li>
<li><a href="https://de.linkedin.com/in/franz-klotsche-84461858">LinkedIn</a></li>
<li><a href="https://github.com/kurrrioo/">GitHub</a></li>
</ul></small>
</footer></div>
</body>
</html>