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

@@ -0,0 +1,85 @@
<!DOCTYPE html>
<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="keywords" content="">
<meta name="description" content="Just another web-experiment">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/rss+xml" href="https://kurrrioo.neocities.org/categories/programmierbuch/index.xml" title="Programmierbuch - Fransz Portfolio">
<title>Programmierbuch - 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>
<script>
var remark_config = {
host: 'https://remark42hugo-neocities-org.up.railway.app',
site_id: 'neocities',
locale: 'de',
allowAnon: true,
url: 'https:\/\/kurrrioo.neocities.org\/categories\/programmierbuch\/',
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="/">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>Programmierbuch</h2>
<h4><a href="/posts/2025/11/tribute-von/">Tribute Von
</a></h4>
</main><footer>
<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>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Programmierbuch on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/categories/programmierbuch/</link>
<description>Recent content in Programmierbuch on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 16:16:30 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/categories/programmierbuch/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Tribute Von</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/tribute-von/</link>
<pubDate>Wed, 19 Nov 2025 16:16:30 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/tribute-von/</guid>
<description>Bücher Das Buch was den Anfang dieser Website ermöglicht hat heißt:
Build Websites with Hugo - Fast Web Development with Markdown
geschrieben von Brian P. Hogan und editiert von Tammy Coron aus dem Jahr 2020.
You Turn Am Ende eines jeden Kapitels bekommt man Aufgaben. Am Ende des Kapitels Displaying Related Content wird die Gewichtung von zum Beispiel keywords angeschnitten. Die erste Aufgabe, eine Liste der Tags in /layouts/_default/tags.</description>
</item>
</channel>
</rss>