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

23
archetypes/posts.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
year: "{{ dateFormat "2006" .Date }}"
month: "{{ dateFormat "2006/01" .Date }}"
draft: false
image: //placehold.co/640x150
alt_text: "image alt text"
author: Franz Klotsche
disableComments: true
categories:
- Personal
- Thoughts
tags:
- software
- html
---
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
<!--more-->
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

View File

@@ -1,6 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
draft: false
date: {{ .Date }}
Tags: ["minimum vialable product"]
tech_used:
- JavaScript

View File

@@ -1,6 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
draft: false
date: {{ .Date }}
image: //placehold.co/640x150
alt_text: "{{ replace .Name "-" " " | title }} screenshot"
summary: "Summary of the {{ replace .Name "-" " " | title }} project"

View File

@@ -3,6 +3,8 @@ languageCode = 'de'
title = 'Fransz Portfolio'
# Neocities API-key: 099381b32af21a9c2c68e81968081b26
theme = 'Basic'
pygmentsUseClasses = true
Paginate = 11
[params]
author = 'Franz Klotsche'
@@ -10,6 +12,19 @@ theme = 'Basic'
gh_url = 'https://api.github.com/users'
gh_user = 'kurrrioo'
[permalinks]
posts = "posts/:year/:month/:slug/"
year = "/posts/:slug/"
month = "/posts/:slug/"
# tag = "" tel sth. about this tag?
[taxonomies]
year = "year"
month = "month"
# explicit definition of taxonomies (defaults have been replaced?)
tag = "tags"
category = "categories"
# [module]
# [[module.imports]]
# path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"

View File

@@ -4,15 +4,17 @@ date: 2025-11-01T21:52:55+01:00
keywords: WWW Was Wie Warum
description: Eine Lern-Website mit der ich zeigen will, woran ich im IT-Sektor gearbeitet habe.
---
## Einführung
Das soll irgendwann mal eine ordentliche Portfolio Seite werden.
Anfangs wird es hier Folgendes zu finden sein:
Anfangs wird hier Folgendes zu finden sein:
### Persönliche Vorstellung
Wie es mir ergangen ist, wo ich jetzt stehe und wo ich mich in einigen Jahren sehe.
### Projekte
Gitea, Linkace und ein Blog
Gitea, Linkace und ein (zweiter früherer) Blog (extern)
### Mein Lebenslauf
Tabelarisch mit Kontaktformular?

View File

@@ -0,0 +1,6 @@
---
title: "Kategorien"
draft: false
---
Blog Posts und Projekte haben Kategorien. In dieser Übersicht erkennt man noch nicht den Unterschied.

View File

@@ -7,15 +7,15 @@ description: Kontaktieren Sie mich direkt, wenn ich online bin, oder hinterlasse
---
Ich möchte `Dino` ausprobieren. Ich habe den Klienten auf *macports* gefunden. Es gibt folgende Abhängigkeiten:
~~~
```bash
---> Dependencies to be installed: cairo pango gdk-pixbuf2 glib2 gpgme graphene gstreamer1 gstreamer1-gst-plugins-base gtk4 libadwaita libgee libnice libsoup libsrtp libpixman fontconfig freetype xrender xorg-libXext xorg-xcb-util xorg-libX11 xorg-xorgproto xorg-libXdmcp xorg-libXau xorg-libxcb xorg-xcb-proto fribidi harfbuzz Xft2 graphite2 gobject-introspection py313-mako py313-markdown py313-markupsafe shared-mime-info libjpeg-turbo tiff macports-libcxx coreutils lerc libdeflate libelf bison flex m4 bison-runtime orc mesa xorg-libXv libtheora xorg-libXdamage xorg-libXrandr xorg-libXfixes hicolor-icon-theme iso-codes libepoxy librsvg libxkbcommon-x11 xorg-libXcursor xorg-libXinerama xorg-libXi vala graphviz gd2 gts libtool webp libLASi xorg-libXaw urw-fonts libheif xpm aom dav1d libde265 openh264 openjpeg svt-av1 x265 kvazaar lcms2 jbigkit xorg-libXt xorg-libsm xorg-libice libnetpbm giflib xorg-libXmu libxkbcommon xkeyboard-config xkbcomp xorg-libxkbfile appstream docbook-xml docbook-xsl-nons libstemmer libxmlb xmlcatmgr docbook-xml-4.1.2 docbook-xml-4.2 docbook-xml-4.3 docbook-xml-4.4 docbook-xml-4.5 docbook-xml-5.0 gupnp-igd gupnp gssdp glib-networking libsoup-2.4 gsettings-desktop-schemas libproxy libpcap
~~~
```
Leider muss *shared-mime-info-2.4_0.darwin_11.x86_64* aus den Quellen gebaut werden (es gibt keinen binairen Download `install -b`).
### Hinweise
~~~
```bash
---> Some of the ports you installed have notes:
coreutils has the following notes:
The tools provided by GNU coreutils are prefixed with the character 'g' by default to distinguish them from the BSD commands.
@@ -27,4 +27,4 @@ If you want to use the GNU tools by default, add this directory to the front of
To enable a newer libc++, use a recent compiler and the legacysupport 1.1 PortGroup:
legacysupport.use_mp_libcxx yes
~~~
```

View File

@@ -0,0 +1,48 @@
---
title: "CSS Zen garden"
date: 2025-11-19T11:25:05+01:00
draft: false
author: Franz Klotsche
disableComments: true
year: 2025
month: 2025/11
categories:
- Personal
- Thoughts
tags:
- Zen
- CSS
keywords:
- beginning
---
It's not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).
<!--more-->
I am grateful to Mister Lohman to share his work with me, so I respect this wish. I have no idea, yet, what habits are good, when designing for the web. I guess it's about the play between the space it takes and creates.
### As R. Magritte said ...
This is not about the DOM but something ... something about a transcendually-immersive experience without losing one's-self in the WWW - this may sound like time-wasting nonsense ; which it is, too, but even that has got some space in this play. There are enough rules as it is and speaking for myself, in terms of growing-up, Zen helps more that it doesn't.
Sincerely calling it enlightenment or waste precious time by talking nonsense in irony, is just one example of a spektrum. Everyone is invited to discover more as long as it helps more than it doesn't (also known as the lesser evil).
### Make a wish
I agree to have some fun and take risks but are you be prepared to live with the consequences? A French philosoher felt alive by thinking (at this very moment) however nobody is able to grasp what is eternal: emotions. In this sense it's much too simple to live by nature vs. nurture. This is no How-To control one's own anxiety. Is that even possible for a blink of an eye?
We tend to focus on programming the web too aggressive and the screen becomes like a tunnel. Increasing this focus leads us to more tunnels but what for? I wish not to amuse myself to death but don't want to overthink it, either.
### Spectral conversions
Perception can be discussed but everyone got his own taste about what a conflict is. In Zen I would like to try to avoid it, which is a conflict in itself. I want to believe and achieve one step at a time. What matters and how is it to be done, is for everyone or each of us different except when it is not, at the same time.
Being careful means being a step behind but also having no feelings of regret, don't you agree? Finding sense can be done in contemplation but it changes itself, if one tries to get a hold of it. Switching electricity from off to on, back and forth forever is what semi-conductor transistors are invented for. What has happened at the moment the system stopped doing what I want it to do? It's only almost like blindness or deafness and starting to feel numb and I realise I'm about to risk again something for the better or the worse. Zen or whatever life means to you is in-between and around the whole since we lock ourself up in buildings and lost connection to our eternal feelings.
### Tools
There is a lot going on behind the scenes and a tool on its own isn't useful until someone makes use of it even if one has very little knowledge of it. Mouse and keyboard are called peripheral tools but offer means to interact with other toolsets and interfaces eventually enabling me to write this sentence. For how long is it going to continue like that even if it is used for something useless as long as it is fun to do?
Some laws are deeply ingrained and sustain themselves without us realising. I learned in webdesign-theory form-follows-function is one of them but why or when? Question is, do I really want to find out or am I more apt to use other tools? I guess without realising, I might have been using the shell more than average. If I overdo it, my sight will eventually be too bad to continue and then the fun is over. Zen helps me in this case and after that, too.
### Finito
As such the glass is half full but only because I need to go to the tap or the shop to get a new bottle, to the closet, get my more or less well-earned (night-time) rest and etc, etc. In Zen there is no finish line just the same - as long as I keep breathing until nobody keeps remembering me. It is 2025-10-28 and has been 07:15 pm (UTC / GMT Offset +2:00 hours during Central European Summer Time, currently in use). The next line is give or take a little later.
Are you still reading, feel free to make it worth your while. This is no so called disclaimer: some hyperlinks do not work!

39
content/posts/tribut.md Normal file
View File

@@ -0,0 +1,39 @@
---
title: "Tribute Von"
date: 2025-11-19T16:16:30+01:00
year: "2025"
month: "2025/11"
draft: false
image: /images/tribute.png
alt_text: "Bucheinbandausschnitt"
author: Franz Klotsche
disableComments: true
categories:
- Programmierbuch
- Website
tags:
- gohugo
- static html
---
### 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.html zu erstellen, verstand ich nicht ganz da tag.terms.html schon existiert.
> iterate over all of the tags for the site with .Data.Terms. This will give you access to the number of content pages associated with each tag[^1]
* Aufgabe 2 ebenfalls nicht was gemeint wird mit
> individual category pages[^1]
* Aufgabe 3 war einfach zu realisieren mit `{{ if isset .Params "image" }}` und den zugehörigen *front matter*.
* Aufgabe 4 erachte ich für nicht dringend, da ich nicht soviele Projekte (mehr als 10) gleichzeitig erstellt habe (auch nicht vor habe).
* und Aufgabe 5 wird in `themes/mytheme/layouts/index.html` erledigt und fand ich zunächst nicht (erwartete die Definition in `baseof.html`).
Das nächste Kapitel behandelt die **Suche**.
[^1]: Seite 133 (Build Websites with Hugo, Brian P. Hogan)

View File

@@ -0,0 +1,23 @@
---
title: "Twentytwentyfive"
date: 2025-11-19T16:18:50+01:00
year: "2025"
month: "2025/11"
draft: false
author: Franz Klotsche
disableComments: true
categories:
- Personal
- Thoughts
tags:
- software
- html
keywords:
- beginning
---
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
<!--more-->
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

View File

@@ -0,0 +1,22 @@
---
title: "Kommentar-Funktion mit hugo"
draft: false
date: 2025-11-20T18:22:50+01:00
image: /images/gate.png
alt_text: "Commenting screenshot"
summary: "Hugo ist ein static site generator und kann durch *CORS* von einer externen Domäne trotzdem interaktiv sein."
tags:
- commenting
tech_used:
- Javascript
keywords:
- beginning
---
> Hintergründe zur Technologie {{< abbr "CORS" "Cross-Origin Resource Sharing" >}} sind mir noch nicht ganz klar.
### giscus
Funktioniert und wurde implementiert im Blog aber ist bis auf Weiteres deaktiviert.
### remark42
Das Formular wird geladen aber Verschicken eines Kommentars schlägt fehl.
Wird im `head-partial` geladen, macht Probleme in de lokalen Entwicklung und entfernten Docker auf railway.com.

View File

@@ -1,14 +1,15 @@
---
title: "Gitea"
draft: false
keywords: Versionsverwaltung selfhost VPS
date: 2025-11-14T18:22:50+01:00
description: Gitea ist OpenSource und nicht schwer einzurichten.
image: //placehold.co/640x150
image: /images/gitea_heatmap.png
alt_text: "Git selfhosted"
summary: "Dateiversionsverwaltung mit `git` und der Weboberfläche von Gitea **(DIY)**: Der Quellcode dieser Website kann eingesehen werden unter der *branch* **Portfolio** - [“sumup”](https://git.effeff.cloud/FranzR/sumup/src/branch/portfolio/)"
tech_used:
- OCI = Oracle VPS
- Ubuntu + Bash
keywords: Versionsverwaltung selfhost VPS
---
Description of maintaining a Gitea instance...
Experimentieren mit der GiteaAPI. Zum Beispiel die heatmap laden.

View File

@@ -1,16 +1,30 @@
---
title: "Linkace"
title: "LinkAce"
draft: false
keywords: bookmarking selfhost (non-)docker
date: 2025-11-16T18:22:50+01:00
description: Linkace ist ein Projekt von Woblick.dev
image: //placehold.co/640x150
alt_text: "Selfhosting Linkace"
summary: "Lesezeichendienst in eigener Verwaltung **(DIY)**:
Es gibt eine [Öffentliche Linkliste](https://linkace.effeff.cloud/guest/links) und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht."
categories:
- outsource
- selfhost
tech_used:
- OCI = Oracle VPS
- Ubuntu + Bash
- PHP / Laravel
keywords: bookmarking selfhost (non-)docker
summary: "Lesezeichendienst in eigener Verwaltung **(DIY)**:
Es gibt eine [Öffentliche Linkliste](https://linkace.effeff.cloud/guest/links) und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht."
---
Description of maintaining a Linkace instance...
Ein Lesezeichen ist dafür gedacht um später wieder dort weiterlesen zu können, wo man aufgehört hatte. Nun verwendete ich Linkace zum Abschpeichern von Links, bei denen ich *dachte, dass ich sie nocheinmal brauchen könnte* **an einem zentralen Ort**. Zuvor verwendete ich die Browser-Erweiterung **floccus**, wobei neben der Datei in der Cloud auch in jedem Browser die Lesezeichen abgespeichert wurden. Wegen der erhöten Redundanz (durch die Synchronisierung) entschied ich mich dagegen.
### Archiv
Der Nachteil ist der zusätzliche Schritt zum Auffrufen eines Lesezeichens, der mit floccus behoben wurde (Integration im Browser oder der Anroid App). Wieder davor verwendete ich **pinboard** ([pinboard.in](https://pinboard.in/)). Die jeweiligen Links versuchte ich vergebens zum neuen Anbieter zu übertragen, weshalb ich nun mit mehreren (zum größten Teil in Vergessenheit geratenen) Verzeichnissen zu tun habe.
Dazu kommen noch Lesezeichen, die nicht mit Hilfe eines Web/Cloud-Dienstes nur auf dem jeweiligen Handy (Smartphone), Laptop oder sonstigem Gerät, sondern nur lokal abgespeichert wurden.
### Browser-Verlauf
Es wäre ein interessantes *Feature* wenn Lesezeichen aufgrund der verwendeten Häufigkeit als wichtig eingestuft würden und dann nur die 15-20 wichtigsten in die meist benutzten Browser importiert (synchronisiert) werden. Alle anderen, die sonst wieder {{< abbr "Overhead" "Anderes Wort für Redundanz, oder nicht?" >}} verursachen würden, wandern ins Archiv und werden nicht synchronisiert.
### LinkAce API Reference
LinkAce bietet eine API, die dies unterstützen sollte:
https://api-docs.linkace.org/

6
content/tags/_index.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "Tags"
draft: false
---
Später könnte es sein ich will eine Tag-CLOUD mit Hugo machen. Auf dieser Website werden folgende *Tags* verwendet:

View File

@@ -11,6 +11,10 @@
{
"name": "LinkedIn",
"url": "https://de.linkedin.com/in/franz-klotsche-84461858"
},
{
"name": "GitHub",
"url": "https://github.com/kurrrioo/"
}
]
}

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="keywords" content="">
<meta name="description" content="English language hallucinations.">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>About - 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\/about\/',
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>About</h2>
@@ -34,7 +67,18 @@
</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>

View File

@@ -2,10 +2,16 @@
<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">
<title>Fransz Portfolio</title>
<link rel="alternate" type="application/rss+xml" href="https://kurrrioo.neocities.org/categories/index.xml" title="Kategorien - Fransz Portfolio">
<title>Kategorien - Fransz Portfolio</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
@@ -15,29 +21,95 @@
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\/',
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>Categories</h2>
<h2>Kategorien</h2>
<p>Blog Posts und Projekte haben Kategorien. In dieser Übersicht erkennt man noch nicht den Unterschied.</p>
<section class="projects">
<p class="tag">
<a href="https://kurrrioo.neocities.org/categories/outsource/">outsource</a>
<span class="count">(1)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/categories/personal/">Personal</a>
<span class="count">(2)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/categories/programmierbuch/">Programmierbuch</a>
<span class="count">(1)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/categories/selfhost/">selfhost</a>
<span class="count">(1)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/categories/thoughts/">Thoughts</a>
<span class="count">(2)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/categories/website/">Website</a>
<span class="count">(1)</span>
</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>

View File

@@ -1,10 +1,65 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Fransz Portfolio</title>
<title>Kategorien on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/categories/</link>
<description>Recent content in Categories on Fransz Portfolio</description>
<description>Recent content in Kategorien on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language><atom:link href="https://kurrrioo.neocities.org/categories/index.xml" rel="self" type="application/rss+xml" />
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 16:18:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Personal</title>
<link>https://kurrrioo.neocities.org/categories/personal/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/categories/personal/</guid>
<description></description>
</item>
<item>
<title>Thoughts</title>
<link>https://kurrrioo.neocities.org/categories/thoughts/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/categories/thoughts/</guid>
<description></description>
</item>
<item>
<title>Programmierbuch</title>
<link>https://kurrrioo.neocities.org/categories/programmierbuch/</link>
<pubDate>Wed, 19 Nov 2025 16:16:30 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/categories/programmierbuch/</guid>
<description></description>
</item>
<item>
<title>Website</title>
<link>https://kurrrioo.neocities.org/categories/website/</link>
<pubDate>Wed, 19 Nov 2025 16:16:30 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/categories/website/</guid>
<description></description>
</item>
<item>
<title>outsource</title>
<link>https://kurrrioo.neocities.org/categories/outsource/</link>
<pubDate>Sun, 16 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/categories/outsource/</guid>
<description></description>
</item>
<item>
<title>selfhost</title>
<link>https://kurrrioo.neocities.org/categories/selfhost/</link>
<pubDate>Sun, 16 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/categories/selfhost/</guid>
<description></description>
</item>
</channel>
</rss>

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/outsource/index.xml" title="outsource - Fransz Portfolio">
<title>outsource - 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\/outsource\/',
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>outsource</h2>
<h4><a href="/projects/linkace/">LinkAce
</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,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>outsource on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/categories/outsource/</link>
<description>Recent content in outsource on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Sun, 16 Nov 2025 18:22:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/categories/outsource/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>LinkAce</title>
<link>https://kurrrioo.neocities.org/projects/linkace/</link>
<pubDate>Sun, 16 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/projects/linkace/</guid>
<description>Lesezeichendienst in eigener Verwaltung &lt;strong&gt;(DIY)&lt;/strong&gt;: Es gibt eine &lt;a href=&#34;https://linkace.effeff.cloud/guest/links&#34;&gt;Öffentliche Linkliste&lt;/a&gt; und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht.</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,88 @@
<!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/personal/index.xml" title="Personal - Fransz Portfolio">
<title>Personal - 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\/personal\/',
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>Personal</h2>
<h4><a href="/posts/2025/11/twentytwentyfive/">Twentytwentyfive
</a></h4>
<h4><a href="/posts/2025/11/css-zen-garden/">CSS Zen garden
</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,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Personal on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/categories/personal/</link>
<description>Recent content in Personal on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 16:18:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/categories/personal/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Twentytwentyfive</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</guid>
<description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt;</description>
</item>
<item>
<title>CSS Zen garden</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</guid>
<description>&lt;p&gt;It&amp;rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).&lt;/p&gt;</description>
</item>
</channel>
</rss>

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>

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/selfhost/index.xml" title="selfhost - Fransz Portfolio">
<title>selfhost - 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\/selfhost\/',
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>selfhost</h2>
<h4><a href="/projects/linkace/">LinkAce
</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,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>selfhost on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/categories/selfhost/</link>
<description>Recent content in selfhost on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Sun, 16 Nov 2025 18:22:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/categories/selfhost/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>LinkAce</title>
<link>https://kurrrioo.neocities.org/projects/linkace/</link>
<pubDate>Sun, 16 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/projects/linkace/</guid>
<description>Lesezeichendienst in eigener Verwaltung &lt;strong&gt;(DIY)&lt;/strong&gt;: Es gibt eine &lt;a href=&#34;https://linkace.effeff.cloud/guest/links&#34;&gt;Öffentliche Linkliste&lt;/a&gt; und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht.</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,88 @@
<!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/thoughts/index.xml" title="Thoughts - Fransz Portfolio">
<title>Thoughts - 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\/thoughts\/',
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>Thoughts</h2>
<h4><a href="/posts/2025/11/twentytwentyfive/">Twentytwentyfive
</a></h4>
<h4><a href="/posts/2025/11/css-zen-garden/">CSS Zen garden
</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,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Thoughts on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/categories/thoughts/</link>
<description>Recent content in Thoughts on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 16:18:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/categories/thoughts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Twentytwentyfive</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</guid>
<description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt;</description>
</item>
<item>
<title>CSS Zen garden</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</guid>
<description>&lt;p&gt;It&amp;rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).&lt;/p&gt;</description>
</item>
</channel>
</rss>

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/website/index.xml" title="Website - Fransz Portfolio">
<title>Website - 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\/website\/',
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>Website</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>Website on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/categories/website/</link>
<description>Recent content in Website 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/website/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>

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="keywords" content="">
<meta name="description" content="Kontaktieren Sie mich direkt, wenn ich online bin, oder hinterlassen Sie mir eine Nachricht.">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>Admin Kontakt - Fransz Portfolio</title>
</head>
@@ -15,35 +21,86 @@
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\/contact\/',
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>Admin Kontakt</h2>
Bitte nicht hacken. Danke im Voraus.
<h3>Social Media</h3><ul>
<p>Ich möchte <code>Dino</code> ausprobieren.</p>
<li><a href="https://x.com/mirror1089">X</a></li>
<h3>Social Media</h3>
<ul>
<li><a href="https://www.tumblr.com/redesignart">Tumblr</a></li>
<li><a href="https://x.com/mirror1089">X</a></li>
<li><a href="https://de.linkedin.com/in/franz-klotsche-84461858">LinkedIn</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>
</ul>
<li><a href="https://github.com/kurrrioo/">GitHub</a></li>
</ul><p>Ich möchte <code>Dino</code> ausprobieren. Ich habe den Klienten auf <em>macports</em> gefunden. Es gibt folgende Abhängigkeiten:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">---&gt; Dependencies to be installed: cairo pango gdk-pixbuf2 glib2 gpgme graphene gstreamer1 gstreamer1-gst-plugins-base gtk4 libadwaita libgee libnice libsoup libsrtp libpixman fontconfig freetype xrender xorg-libXext xorg-xcb-util xorg-libX11 xorg-xorgproto xorg-libXdmcp xorg-libXau xorg-libxcb xorg-xcb-proto fribidi harfbuzz Xft2 graphite2 gobject-introspection py313-mako py313-markdown py313-markupsafe shared-mime-info libjpeg-turbo tiff macports-libcxx coreutils lerc libdeflate libelf bison flex m4 bison-runtime orc mesa xorg-libXv libtheora xorg-libXdamage xorg-libXrandr xorg-libXfixes hicolor-icon-theme iso-codes libepoxy librsvg libxkbcommon-x11 xorg-libXcursor xorg-libXinerama xorg-libXi vala graphviz gd2 gts libtool webp libLASi xorg-libXaw urw-fonts libheif xpm aom dav1d libde265 openh264 openjpeg svt-av1 x265 kvazaar lcms2 jbigkit xorg-libXt xorg-libsm xorg-libice libnetpbm giflib xorg-libXmu libxkbcommon xkeyboard-config xkbcomp xorg-libxkbfile appstream docbook-xml docbook-xsl-nons libstemmer libxmlb xmlcatmgr docbook-xml-4.1.2 docbook-xml-4.2 docbook-xml-4.3 docbook-xml-4.4 docbook-xml-4.5 docbook-xml-5.0 gupnp-igd gupnp gssdp glib-networking libsoup-2.4 gsettings-desktop-schemas libproxy libpcap
</span></span></code></pre></div><p>Leider muss <em>shared-mime-info-2.4_0.darwin_11.x86_64</em> aus den Quellen gebaut werden (es gibt keinen binairen Download <code>install -b</code>).</p>
<h3 id="hinweise">Hinweise</h3>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">---&gt; Some of the ports you installed have notes:
</span></span><span class="line"><span class="cl"> coreutils has the following notes:
</span></span><span class="line"><span class="cl">The tools provided by GNU coreutils are prefixed with the character <span class="s1">&#39;g&#39;</span> by default to distinguish them from the BSD commands.
</span></span><span class="line"><span class="cl">For example, cp becomes gcp and ls becomes gls.
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">If you want to use the GNU tools by default, add this directory to the front of your PATH environment variable:
</span></span><span class="line"><span class="cl"> /opt/local/libexec/gnubin/
</span></span><span class="line"><span class="cl"> macports-libcxx has the following notes:
</span></span><span class="line"><span class="cl">To <span class="nb">enable</span> a newer libc++, use a recent compiler and the legacysupport 1.1 PortGroup:
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl">legacysupport.use_mp_libcxx yes
</span></span></code></pre></div>
</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>

View File

@@ -1,45 +1,110 @@
.container {
margin: 0 auto;
width: 80%;
margin: 0 auto;
width: 89%;
}
nav, footer {
background-color: #333;
color: #fff;
text-align: center;
background-color: #333;
color: #fff;
text-align: center;
}
nav {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
}
footer li, footer ul {
display: inline;
margin: 0;
padding: 0;
}
footer li::after {
content: " | "
}
nav > a, footer a {
flex: 1;
text-align: center;
text-decoration: none;
color: #fff;
}
nav > a {
flex: 1;
text-align: center;
text-decoration: none;
color: #fff;
/* Blog post section */
a.tag {
background-color: #ddd;
color: #333;
display: inline-block;
padding: 0.1em;
font-size: 0.9em;
text-decoration: none;
}
.pagination {
display: flex;
justify-content: space-between;
list-style: none;
margin: 1em auto;
padding: 0;
}
.pagination > .page-item {
border: 1px solid #ddd;
flex: 1;
text-align: center;
width: 5em;
}
.pagination .page-link {
display: block;
color: #000;
text-decoration: none;
}
.pagination > .page-item.active {
background-color: #333;
}
.pagination > .page-item.active > .page-link {
color: #fff;
}
.pagination > .page-item.disabled > .page-link {
color: #ddd;
}
/* Project section */
.project-container {
display: flex;
flex-direction: column-reverse;
}
/* flex behaviour */
.project-container img {max-width: 100%; height: auto; }
@media only screen and (min-width: 768px) {
nav { flex-direction: row; }
nav { flex-direction: row; }
.project-container {
flex-direction: row;
column-gap: 1.5em;
}
.pagination { width: 30%; }
}
.project-container { display: flex; }
.project-container .project-list { width: 20%; }
.project-container .project { flex: 1; }
/* might do the same with present(ation) */
.oss {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.oss article {
border: 1px solid #ddd;
box-shadow: 3px 3px 3px #ddd;
margin: 0.5%;
padding: 0.5%;
width: 30%;
}
.oss article {
border: 1px solid #ddd;
box-shadow: 3px 3px 3px #ddd;
margin: 0.5%;
padding: 0.5%;
width: 30%;
blockquote {
font-weight: bolder;
}
.footnotes {
font-size: 11px;
}
pre {
overflow: auto;
}
code[data-lang]::before {
content: attr(data-lang);
display: block;
font-weight: bold;
}
abbr {
cursor: pointer;
}

85
public/css/syntax.css Normal file
View File

@@ -0,0 +1,85 @@
/* Background */ .bg { background-color: #ffffff }
/* PreWrapper */ .chroma { background-color: #ffffff; }
/* Other */ .chroma .x { }
/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
/* CodeLine */ .chroma .cl { }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ .chroma .hl { background-color: #ffffcc }
/* LineNumbersTable */ .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */ .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Line */ .chroma .line { display: flex; }
/* Keyword */ .chroma .k { color: #000000; font-weight: bold }
/* KeywordConstant */ .chroma .kc { color: #000000; font-weight: bold }
/* KeywordDeclaration */ .chroma .kd { color: #000000; font-weight: bold }
/* KeywordNamespace */ .chroma .kn { color: #000000; font-weight: bold }
/* KeywordPseudo */ .chroma .kp { color: #000000; font-weight: bold }
/* KeywordReserved */ .chroma .kr { color: #000000; font-weight: bold }
/* KeywordType */ .chroma .kt { color: #445588; font-weight: bold }
/* Name */ .chroma .n { }
/* NameAttribute */ .chroma .na { color: #008080 }
/* NameBuiltin */ .chroma .nb { color: #0086b3 }
/* NameBuiltinPseudo */ .chroma .bp { color: #999999 }
/* NameClass */ .chroma .nc { color: #445588; font-weight: bold }
/* NameConstant */ .chroma .no { color: #008080 }
/* NameDecorator */ .chroma .nd { color: #3c5d5d; font-weight: bold }
/* NameEntity */ .chroma .ni { color: #800080 }
/* NameException */ .chroma .ne { color: #990000; font-weight: bold }
/* NameFunction */ .chroma .nf { color: #990000; font-weight: bold }
/* NameFunctionMagic */ .chroma .fm { }
/* NameLabel */ .chroma .nl { color: #990000; font-weight: bold }
/* NameNamespace */ .chroma .nn { color: #555555 }
/* NameOther */ .chroma .nx { }
/* NameProperty */ .chroma .py { }
/* NameTag */ .chroma .nt { color: #000080 }
/* NameVariable */ .chroma .nv { color: #008080 }
/* NameVariableClass */ .chroma .vc { color: #008080 }
/* NameVariableGlobal */ .chroma .vg { color: #008080 }
/* NameVariableInstance */ .chroma .vi { color: #008080 }
/* NameVariableMagic */ .chroma .vm { }
/* Literal */ .chroma .l { }
/* LiteralDate */ .chroma .ld { }
/* LiteralString */ .chroma .s { color: #dd1144 }
/* LiteralStringAffix */ .chroma .sa { color: #dd1144 }
/* LiteralStringBacktick */ .chroma .sb { color: #dd1144 }
/* LiteralStringChar */ .chroma .sc { color: #dd1144 }
/* LiteralStringDelimiter */ .chroma .dl { color: #dd1144 }
/* LiteralStringDoc */ .chroma .sd { color: #dd1144 }
/* LiteralStringDouble */ .chroma .s2 { color: #dd1144 }
/* LiteralStringEscape */ .chroma .se { color: #dd1144 }
/* LiteralStringHeredoc */ .chroma .sh { color: #dd1144 }
/* LiteralStringInterpol */ .chroma .si { color: #dd1144 }
/* LiteralStringOther */ .chroma .sx { color: #dd1144 }
/* LiteralStringRegex */ .chroma .sr { color: #009926 }
/* LiteralStringSingle */ .chroma .s1 { color: #dd1144 }
/* LiteralStringSymbol */ .chroma .ss { color: #990073 }
/* LiteralNumber */ .chroma .m { color: #009999 }
/* LiteralNumberBin */ .chroma .mb { color: #009999 }
/* LiteralNumberFloat */ .chroma .mf { color: #009999 }
/* LiteralNumberHex */ .chroma .mh { color: #009999 }
/* LiteralNumberInteger */ .chroma .mi { color: #009999 }
/* LiteralNumberIntegerLong */ .chroma .il { color: #009999 }
/* LiteralNumberOct */ .chroma .mo { color: #009999 }
/* Operator */ .chroma .o { color: #000000; font-weight: bold }
/* OperatorWord */ .chroma .ow { color: #000000; font-weight: bold }
/* Punctuation */ .chroma .p { }
/* Comment */ .chroma .c { color: #999988; font-style: italic }
/* CommentHashbang */ .chroma .ch { color: #999988; font-style: italic }
/* CommentMultiline */ .chroma .cm { color: #999988; font-style: italic }
/* CommentSingle */ .chroma .c1 { color: #999988; font-style: italic }
/* CommentSpecial */ .chroma .cs { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreproc */ .chroma .cp { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreprocFile */ .chroma .cpf { color: #999999; font-weight: bold; font-style: italic }
/* Generic */ .chroma .g { }
/* GenericDeleted */ .chroma .gd { color: #000000; background-color: #ffdddd }
/* GenericEmph */ .chroma .ge { color: #000000; font-style: italic }
/* GenericError */ .chroma .gr { color: #aa0000 }
/* GenericHeading */ .chroma .gh { color: #999999 }
/* GenericInserted */ .chroma .gi { color: #000000; background-color: #ddffdd }
/* GenericOutput */ .chroma .go { color: #888888 }
/* GenericPrompt */ .chroma .gp { color: #555555 }
/* GenericStrong */ .chroma .gs { font-weight: bold }
/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
/* TextWhitespace */ .chroma .w { color: #bbbbbb }

BIN
public/images/gate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/images/tribute.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@@ -3,9 +3,15 @@
<meta name="generator" content="Hugo 0.94.2" />
<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="WWW, Was, Wie, und Warum">
<meta name="description" content="Eine Lern-Website mit der ich zeigen will, woran ich im IT-Sektor gearbeitet habe.">
<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/index.xml" title="Fransz Portfolio">
<title>Fransz Portfolio</title>
</head>
@@ -16,35 +22,90 @@
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\/',
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>
<p>Das soll irgendwann mal eine ordentliche Portfolio Seite werden.</p>
<p>Anfangs wird es hier Folgendes zu finden sein:</p>
<h2>November Blog-Posts</h2>
<p>
<ul>
<li><a href="/posts/2025/11/twentytwentyfive/">Twentytwentyfive</a></li>
</ul>
<ul>
<li><a href="/posts/2025/11/tribute-von/">Tribute Von</a></li>
</ul>
<ul>
<li><a href="/posts/2025/11/css-zen-garden/">CSS Zen garden</a></li>
</ul>
</p>
<h2 id="einführung">Einführung</h2>
<p>Das soll irgendwann mal eine ordentliche Portfolio Seite werden.</p>
<p>Anfangs wird hier Folgendes zu finden sein:</p>
<h3 id="persönliche-vorstellung">Persönliche Vorstellung</h3>
<p>Wie es mir ergangen ist, wo ich jetzt stehe und wo ich mich in einigen Jahren sehe.</p>
<h3 id="projekte">Projekte</h3>
<p>Gitea, Linkace und ein Blog</p>
<p>Gitea, Linkace und ein (zweiter früherer) Blog (extern)</p>
<h3 id="mein-lebenslauf">Mein Lebenslauf</h3>
<p>Tabelarisch mit Kontaktformular?</p>
<h3>Projekt</h3>
<p>Das letzte Projekt was aktualisiert wurde:
<h3>Projekt</h3>
<p>Das letzte Projekt was aktualisiert wurde:
<a href="/projects/linkace/">Linkace</a>
<a href="/projects/commenting/">Kommentar-Funktion mit hugo</a>
</p>
</p>
</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>

View File

@@ -7,13 +7,70 @@
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Sat, 01 Nov 2025 21:52:55 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Kommentar-Funktion mit hugo</title>
<link>https://kurrrioo.neocities.org/projects/commenting/</link>
<pubDate>Thu, 20 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/projects/commenting/</guid>
<description>Hugo ist ein static site generator und kann durch &lt;em&gt;CORS&lt;/em&gt; von einer externen Domäne trotzdem interaktiv sein.</description>
</item>
<item>
<title>Twentytwentyfive</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</guid>
<description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt;</description>
</item>
<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>
<item>
<title>CSS Zen garden</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</guid>
<description>&lt;p&gt;It&amp;rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).&lt;/p&gt;</description>
</item>
<item>
<title>LinkAce</title>
<link>https://kurrrioo.neocities.org/projects/linkace/</link>
<pubDate>Sun, 16 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/projects/linkace/</guid>
<description>Lesezeichendienst in eigener Verwaltung &lt;strong&gt;(DIY)&lt;/strong&gt;: Es gibt eine &lt;a href=&#34;https://linkace.effeff.cloud/guest/links&#34;&gt;Öffentliche Linkliste&lt;/a&gt; und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht.</description>
</item>
<item>
<title>Open Source</title>
<link>https://kurrrioo.neocities.org/opensource/</link>
<pubDate>Sun, 16 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/opensource/</guid>
<description>Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/user.</description>
<description>Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/users: &lt;a href=&#34;https://api.github.com/users/kurrrioo/repos&#34;&gt;JSON-Datei&lt;/a&gt;</description>
</item>
<item>
<title>Gitea</title>
<link>https://kurrrioo.neocities.org/projects/gitea/</link>
<pubDate>Fri, 14 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/projects/gitea/</guid>
<description>Dateiversionsverwaltung mit &lt;code&gt;git&lt;/code&gt; und der Weboberfläche von Gitea &lt;strong&gt;(DIY)&lt;/strong&gt;: Der Quellcode dieser Website kann eingesehen werden unter der &lt;em&gt;branch&lt;/em&gt; &lt;strong&gt;Portfolio&lt;/strong&gt; - &lt;a href=&#34;https://git.effeff.cloud/FranzR/sumup/src/branch/portfolio/&#34;&gt;“sumup”&lt;/a&gt;</description>
</item>
<item>
@@ -22,7 +79,8 @@
<pubDate>Sun, 02 Nov 2025 21:52:55 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/contact/</guid>
<description>Ich möchte Dino ausprobieren.</description>
<description>Ich möchte Dino ausprobieren. Ich habe den Klienten auf macports gefunden. Es gibt folgende Abhängigkeiten:
---&amp;gt; Dependencies to be installed: cairo pango gdk-pixbuf2 glib2 gpgme graphene gstreamer1 gstreamer1-gst-plugins-base gtk4 libadwaita libgee libnice libsoup libsrtp libpixman fontconfig freetype xrender xorg-libXext xorg-xcb-util xorg-libX11 xorg-xorgproto xorg-libXdmcp xorg-libXau xorg-libxcb xorg-xcb-proto fribidi harfbuzz Xft2 graphite2 gobject-introspection py313-mako py313-markdown py313-markupsafe shared-mime-info libjpeg-turbo tiff macports-libcxx coreutils lerc libdeflate libelf bison flex m4 bison-runtime orc mesa xorg-libXv libtheora xorg-libXdamage xorg-libXrandr xorg-libXfixes hicolor-icon-theme iso-codes libepoxy librsvg libxkbcommon-x11 xorg-libXcursor xorg-libXinerama xorg-libXi vala graphviz gd2 gts libtool webp libLASi xorg-libXaw urw-fonts libheif xpm aom dav1d libde265 openh264 openjpeg svt-av1 x265 kvazaar lcms2 jbigkit xorg-libXt xorg-libsm xorg-libice libnetpbm giflib xorg-libXmu libxkbcommon xkeyboard-config xkbcomp xorg-libxkbfile appstream docbook-xml docbook-xsl-nons libstemmer libxmlb xmlcatmgr docbook-xml-4.</description>
</item>
<item>
@@ -62,23 +120,5 @@ Tech used item item item </description>
<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>

85
public/month/index.html Normal file
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/month/index.xml" title="Month - Fransz Portfolio">
<title>Month - 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\/month\/',
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>Month</h2>
<h4><a href="/posts/2025/11/">2025/11
</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>

19
public/month/index.xml Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Month on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/month/</link>
<description>Recent content in Month on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language><atom:link href="https://kurrrioo.neocities.org/month/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>2025/11</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/</guid>
<description></description>
</item>
</channel>
</rss>

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="Just another web-experiment">
<meta name="keywords" content="github, public, und repo">
<meta name="description" content="Live Zusammenfassung meiner öffentlichen Aktivitäten auf Github.">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>Open Source - 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\/opensource\/',
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>Open Source</h2>
@@ -32,6 +65,7 @@
<section class="oss">
<article>
@@ -57,7 +91,18 @@
</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>

View File

@@ -0,0 +1,127 @@
<!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="beginning">
<meta name="description" content="Just another web-experiment">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>CSS Zen garden - 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\/posts\/2025\/11\/css-zen-garden\/',
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>
<article class="post">
<header>
<h2>CSS Zen garden</h2>
<p>
Von Franz Klotsche
</p>
<p>
Veröffentlichung am 19.11.2025
<span class="tags">
in
<a class="tag" href="/tags/zen">Zen</a>
<a class="tag" href="/tags/css">CSS</a>
</span>
</p>
<p>
4 Minuten (800 Wörter) bei 200 p/m
</p>
</header>
<section class="body">
<p>It&rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).</p>
<p>I am grateful to Mister Lohman to share his work with me, so I respect this wish. I have no idea, yet, what habits are good, when designing for the web. I guess it&rsquo;s about the play between the space it takes and creates.</p>
<h3 id="as-r-magritte-said-">As R. Magritte said &hellip;</h3>
<p>This is not about the DOM but something &hellip; something about a transcendually-immersive experience without losing one&rsquo;s-self in the WWW - this may sound like time-wasting nonsense ; which it is, too, but even that has got some space in this play. There are enough rules as it is and speaking for myself, in terms of growing-up, Zen helps more that it doesn&rsquo;t.</p>
<p>Sincerely calling it enlightenment or waste precious time by talking nonsense in irony, is just one example of a spektrum. Everyone is invited to discover more as long as it helps more than it doesn&rsquo;t (also known as the lesser evil).</p>
<h3 id="make-a-wish">Make a wish</h3>
<p>I agree to have some fun and take risks but are you be prepared to live with the consequences? A French philosoher felt alive by thinking (at this very moment) however nobody is able to grasp what is eternal: emotions. In this sense it&rsquo;s much too simple to live by nature vs. nurture. This is no How-To control one&rsquo;s own anxiety. Is that even possible for a blink of an eye?</p>
<p>We tend to focus on programming the web too aggressive and the screen becomes like a tunnel. Increasing this focus leads us to more tunnels but what for? I wish not to amuse myself to death but don&rsquo;t want to overthink it, either.</p>
<h3 id="spectral-conversions">Spectral conversions</h3>
<p>Perception can be discussed but everyone got his own taste about what a conflict is. In Zen I would like to try to avoid it, which is a conflict in itself. I want to believe and achieve one step at a time. What matters and how is it to be done, is for everyone or each of us different except when it is not, at the same time.</p>
<p>Being careful means being a step behind but also having no feelings of regret, don&rsquo;t you agree? Finding sense can be done in contemplation but it changes itself, if one tries to get a hold of it. Switching electricity from off to on, back and forth forever is what semi-conductor transistors are invented for. What has happened at the moment the system stopped doing what I want it to do? It&rsquo;s only almost like blindness or deafness and starting to feel numb and I realise I&rsquo;m about to risk again something for the better or the worse. Zen or whatever life means to you is in-between and around the whole since we lock ourself up in buildings and lost connection to our eternal feelings.</p>
<h3 id="tools">Tools</h3>
<p>There is a lot going on behind the scenes and a tool on its own isn&rsquo;t useful until someone makes use of it even if one has very little knowledge of it. Mouse and keyboard are called peripheral tools but offer means to interact with other toolsets and interfaces eventually enabling me to write this sentence. For how long is it going to continue like that even if it is used for something useless as long as it is fun to do?</p>
<p>Some laws are deeply ingrained and sustain themselves without us realising. I learned in webdesign-theory form-follows-function is one of them but why or when? Question is, do I really want to find out or am I more apt to use other tools? I guess without realising, I might have been using the shell more than average. If I overdo it, my sight will eventually be too bad to continue and then the fun is over. Zen helps me in this case and after that, too.</p>
<h3 id="finito">Finito</h3>
<p>As such the glass is half full but only because I need to go to the tap or the shop to get a new bottle, to the closet, get my more or less well-earned (night-time) rest and etc, etc. In Zen there is no finish line just the same - as long as I keep breathing until nobody keeps remembering me. It is 2025-10-28 and has been 07:15 pm (UTC / GMT Offset +2:00 hours during Central European Summer Time, currently in use). The next line is give or take a little later.</p>
<p>Are you still reading, feel free to make it worth your while. This is no so called disclaimer: some hyperlinks do not work!</p>
</section>
<section class="related">
</section>
</article>
</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,130 @@
<!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/posts/2025/11/index.xml" title="2025/11 - Fransz Portfolio">
<title>2025/11 - 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\/posts\/2025\/11\/',
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>2025/11</h2>
<article>
<header>
<h3>
<a href="/posts/2025/11/twentytwentyfive/">Twentytwentyfive</a>
</h3>
<time>
November
19
</time>
</header>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</article>
<article>
<header>
<h3>
<a href="/posts/2025/11/tribute-von/">Tribute Von</a>
</h3>
<time>
November
19
</time>
</header>
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.
</article>
<article>
<header>
<h3>
<a href="/posts/2025/11/css-zen-garden/">CSS Zen garden</a>
</h3>
<time>
November
19
</time>
</header>
<p>It&rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).</p>
</article>
</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,40 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>2025/11 on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/</link>
<description>Recent content in 2025/11 on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language><atom:link href="https://kurrrioo.neocities.org/posts/2025/11/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Twentytwentyfive</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</guid>
<description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt;</description>
</item>
<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>
<item>
<title>CSS Zen garden</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</guid>
<description>&lt;p&gt;It&amp;rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,119 @@
<!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/style.css">
<link rel="stylesheet" href="/css/syntax.css">
<title>Tribut - 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\/posts\/2025\/11\/tribut\/',
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>
<article class="post">
<header>
<h2>Tribut</h2>
<p>
Von Franz Klotsche
</p>
<p>
Veröffentlichung am 19.11.2025
<span class="tags">
in
<a class="tag" href="/tags/software">software</a>
<a class="tag" href="/tags/html">html</a>
</span>
</p>
<p>
0 Minuten (36 Wörter) bei 200 p/m
</p>
</header>
<section class="body">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</section>
</article>
<h4 class=".giscus">Kommentare</h4>
<script src="https://giscus.app/client.js"
data-repo="kurrrioo/Frikandel-speciale"
data-repo-id="R_kgDOMeh49A"
data-category="Show and tell"
data-category-id="DIC_kwDOMeh49M4CyAGs"
data-mapping="title"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="de"
crossorigin="anonymous"
async>
</script>
</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>
</ul></small>
</footer></div>
</body>
</html>

View File

@@ -0,0 +1,150 @@
<!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">
<title>Tribute Von - 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\/posts\/2025\/11\/tribute-von\/',
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>
<article class="post">
<header>
<h2>Tribute Von</h2>
<p>
Von Franz Klotsche
</p>
<p>
Veröffentlichung am 19.11.2025
<span class="tags">
in
<a class="tag" href="/tags/gohugo">gohugo</a>
<a class="tag" href="/tags/static-html">static html</a>
</span>
</p>
<p>
1 Minuten (188 Wörter) bei 200 p/m
</p>
</header>
<section class="body">
<img alt="Bucheinbandausschnitt" src="/images/tribute.png">
<h3 id="bücher">Bücher</h3>
<p>Das Buch was den Anfang dieser Website ermöglicht hat heißt:</p>
<blockquote>
<p>Build Websites with Hugo - Fast Web Development with Markdown</p>
</blockquote>
<p>geschrieben von Brian P. Hogan und editiert von Tammy Coron aus dem Jahr 2020.</p>
<h4 id="you-turn">You Turn</h4>
<p>Am Ende eines jeden Kapitels bekommt man Aufgaben. Am Ende des Kapitels <em>Displaying Related Content</em> wird die Gewichtung von zum Beispiel <em>keywords</em> angeschnitten. Die erste Aufgabe, eine Liste der Tags in /layouts/_default/tags.html zu erstellen, verstand ich nicht ganz da tag.terms.html schon existiert.</p>
<blockquote>
<p>iterate over all of the tags for the site with .Data.Terms. This will give you access to the number of content pages associated with each tag<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
</blockquote>
<ul>
<li>Aufgabe 2 ebenfalls nicht was gemeint wird mit</li>
</ul>
<blockquote>
<p>individual category pages<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
</blockquote>
<ul>
<li>
<p>Aufgabe 3 war einfach zu realisieren mit <code>{{ if isset .Params &quot;image&quot; }}</code> und den zugehörigen <em>front matter</em>.</p>
</li>
<li>
<p>Aufgabe 4 erachte ich für nicht dringend, da ich nicht soviele Projekte (mehr als 10) gleichzeitig erstellt habe (auch nicht vor habe).</p>
</li>
<li>
<p>und Aufgabe 5 wird in <code>themes/mytheme/layouts/index.html</code> erledigt und fand ich zunächst nicht (erwartete die Definition in <code>baseof.html</code>).</p>
</li>
</ul>
<p>Das nächste Kapitel behandelt die <strong>Suche</strong>.</p>
<section class="footnotes" role="doc-endnotes">
<hr>
<ol>
<li id="fn:1" role="doc-endnote">
<p>Seite 133 (Build Websites with Hugo, Brian P. Hogan)&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
</li>
</ol>
</section>
</section>
<section class="related">
</section>
</article>
</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,119 @@
<!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="beginning">
<meta name="description" content="Just another web-experiment">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>Twentytwentyfive - 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\/posts\/2025\/11\/twentytwentyfive\/',
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>
<article class="post">
<header>
<h2>Twentytwentyfive</h2>
<p>
Von Franz Klotsche
</p>
<p>
Veröffentlichung am 19.11.2025
<span class="tags">
in
<a class="tag" href="/tags/software">software</a>
<a class="tag" href="/tags/html">html</a>
</span>
</p>
<p>
0 Minuten (36 Wörter) bei 200 p/m
</p>
</header>
<section class="body">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</section>
<section class="related">
<h3>Mehr dazu</h3>
<ul>
<li><a href="/posts/2025/11/css-zen-garden/">CSS Zen garden</a></li>
</ul>
</section>
</article>
</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,130 @@
<!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/posts/2025/index.xml" title="2025 - Fransz Portfolio">
<title>2025 - 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\/posts\/2025\/',
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>2025</h2>
<article>
<header>
<h3>
<a href="/posts/2025/11/twentytwentyfive/">Twentytwentyfive</a>
</h3>
<time>
November
19
</time>
</header>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</article>
<article>
<header>
<h3>
<a href="/posts/2025/11/tribute-von/">Tribute Von</a>
</h3>
<time>
November
19
</time>
</header>
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.
</article>
<article>
<header>
<h3>
<a href="/posts/2025/11/css-zen-garden/">CSS Zen garden</a>
</h3>
<time>
November
19
</time>
</header>
<p>It&rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).</p>
</article>
</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,41 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>2025 on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/posts/2025/</link>
<description>Recent content in 2025 on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 16:18:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/posts/2025/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Twentytwentyfive</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</guid>
<description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt;</description>
</item>
<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>
<item>
<title>CSS Zen garden</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</guid>
<description>&lt;p&gt;It&amp;rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).&lt;/p&gt;</description>
</item>
</channel>
</rss>

132
public/posts/index.html Normal file
View File

@@ -0,0 +1,132 @@
<!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/posts/index.xml" title="Posts - Fransz Portfolio">
<title>Posts - 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\/posts\/',
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>Posts</h2>
<article>
<header>
<h3>
<a href="/posts/2025/11/twentytwentyfive/">Twentytwentyfive</a>
</h3>
<time>
November
19
</time>
</header>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</article>
<article>
<header>
<h3>
<a href="/posts/2025/11/tribute-von/">Tribute Von</a>
</h3>
<time>
November
19
</time>
</header>
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.
</article>
<article>
<header>
<h3>
<a href="/posts/2025/11/css-zen-garden/">CSS Zen garden</a>
</h3>
<time>
November
19
</time>
</header>
<p>It&rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).</p>
</article>
</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>

41
public/posts/index.xml Normal file
View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/posts/</link>
<description>Recent content in Posts on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 16:18:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Twentytwentyfive</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</guid>
<description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt;</description>
</item>
<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>
<item>
<title>CSS Zen garden</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</guid>
<description>&lt;p&gt;It&amp;rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="de">
<head>
<title>https://kurrrioo.neocities.org/posts/</title>
<link rel="canonical" href="https://kurrrioo.neocities.org/posts/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://kurrrioo.neocities.org/posts/">
</head>
</html>

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="keywords" content="">
<meta name="description" content="Just another web-experiment">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>Archive - 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\/presentations\/archive\/',
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>
<div class="present-container">
<section class="present-thumbs">
@@ -46,7 +79,18 @@
</div>
</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>

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="keywords" content="">
<meta name="description" content="Vorüberlegungen in Form von technischen Konzepten und Skizzen.">
<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/presentations/index.xml" title="Presentations - Fransz Portfolio">
<title>Presentations - 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\/presentations\/',
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>Presentations</h2>
@@ -42,7 +75,18 @@
</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>

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="keywords" content="project, blog, und leightweight">
<meta name="description" content="Verschiedene Themen, die ich als Computerfreak anschneide - externe Seite.">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>ChyrpLite Blog - Fransz Portfolio</title>
</head>
@@ -15,23 +21,52 @@
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\/chyrp\/',
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>
<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/commenting/">Kommentar-Funktion mit hugo</a></li>
<li><a href="/projects/linkace/">LinkAce</a></li>
<li><a href="/projects/gitea/">Gitea</a></li>
@@ -42,10 +77,10 @@
<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>
@@ -56,11 +91,25 @@
<li>HTML</li>
</ul>
<p>Gehosted wird auf profreehost.com</p>
</section>
</div>
</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>

View File

@@ -0,0 +1,118 @@
<!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="beginning">
<meta name="description" content="Just another web-experiment">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>Kommentar-Funktion mit hugo - 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\/projects\/commenting\/',
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>
<div class="project-container">
<section class="project-list">
<h4>What else</h4>
<ul>
<li><a href="/projects/commenting/">Kommentar-Funktion mit hugo</a></li>
<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>Kommentar-Funktion mit hugo</h2>
<img alt="Commenting screenshot" src="/images/gate.png">
<h3>Tech used</h3>
<ul>
<li>Javascript</li>
</ul>
<blockquote>
<p>Hintergründe zur Technologie <abbr title="Cross-Origin Resource Sharing">CORS</abbr> sind mir noch nicht ganz klar.</p>
</blockquote>
<h3 id="giscus">giscus</h3>
<p>Funktioniert und wurde implementiert im Blog aber ist bis auf Weiteres deaktiviert.</p>
<h3 id="remark42">remark42</h3>
<p>Das Formular wird geladen aber Verschicken eines Kommentars schlägt fehl.
Wird im <code>head-partial</code> geladen, macht Probleme in de lokalen Entwicklung und entfernten Docker auf railway.com.</p>
</section>
</div>
</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

@@ -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="Just another web-experiment">
<meta name="keywords" content="Versionsverwaltung, selfhost, und VPS">
<meta name="description" content="Gitea ist OpenSource und nicht schwer einzurichten.">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>Gitea - Fransz Portfolio</title>
</head>
@@ -15,23 +21,52 @@
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\/gitea\/',
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>
<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/commenting/">Kommentar-Funktion mit hugo</a></li>
<li><a href="/projects/linkace/">LinkAce</a></li>
<li><a href="/projects/gitea/">Gitea</a></li>
@@ -42,9 +77,9 @@
<section class="project">
<h2>Gitea</h2>
<p>Description of maintaining a Gitea instance&hellip;</p>
<img alt="Git selfhosted" src="//placehold.co/640x150">
<img alt="Git selfhosted" src="/images/gitea_heatmap.png">
<h3>Tech used</h3>
<ul>
@@ -54,11 +89,25 @@
<li>Ubuntu &#43; Bash</li>
</ul>
<p>Experimentieren mit der GiteaAPI. Zum Beispiel die heatmap laden.</p>
</section>
</div>
</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>

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>

View File

@@ -0,0 +1,24 @@
{
"projects": [
{
"url": "https://kurrrioo.neocities.org/projects/commenting/",
"title": "Kommentar-Funktion mit hugo",
"keywords": "beginning"
},
{
"url": "https://kurrrioo.neocities.org/projects/linkace/",
"title": "LinkAce",
"keywords": "bookmarking, selfhost, (non-)docker"
},
{
"url": "https://kurrrioo.neocities.org/projects/gitea/",
"title": "Gitea",
"keywords": "Versionsverwaltung, selfhost, VPS"
},
{
"url": "https://kurrrioo.neocities.org/projects/chyrp/",
"title": "ChyrpLite Blog",
"keywords": "project, blog, leightweight"
}
]
}

View File

@@ -5,7 +5,35 @@
<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" />
<language>de</language>
<lastBuildDate>Thu, 20 Nov 2025 18:22:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/projects/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Kommentar-Funktion mit hugo</title>
<link>https://kurrrioo.neocities.org/projects/commenting/</link>
<pubDate>Thu, 20 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/projects/commenting/</guid>
<description>Hugo ist ein static site generator und kann durch &lt;em&gt;CORS&lt;/em&gt; von einer externen Domäne trotzdem interaktiv sein.</description>
</item>
<item>
<title>LinkAce</title>
<link>https://kurrrioo.neocities.org/projects/linkace/</link>
<pubDate>Sun, 16 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/projects/linkace/</guid>
<description>Lesezeichendienst in eigener Verwaltung &lt;strong&gt;(DIY)&lt;/strong&gt;: Es gibt eine &lt;a href=&#34;https://linkace.effeff.cloud/guest/links&#34;&gt;Öffentliche Linkliste&lt;/a&gt; und Registrierung ist möglich aber Passwortwiederherstellung per E-Mail geht nicht.</description>
</item>
<item>
<title>Gitea</title>
<link>https://kurrrioo.neocities.org/projects/gitea/</link>
<pubDate>Fri, 14 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/projects/gitea/</guid>
<description>Dateiversionsverwaltung mit &lt;code&gt;git&lt;/code&gt; und der Weboberfläche von Gitea &lt;strong&gt;(DIY)&lt;/strong&gt;: Der Quellcode dieser Website kann eingesehen werden unter der &lt;em&gt;branch&lt;/em&gt; &lt;strong&gt;Portfolio&lt;/strong&gt; - &lt;a href=&#34;https://git.effeff.cloud/FranzR/sumup/src/branch/portfolio/&#34;&gt;“sumup”&lt;/a&gt;</description>
</item>
<item>
<title>ChyrpLite Blog</title>
<link>https://kurrrioo.neocities.org/projects/chyrp/</link>
@@ -15,23 +43,5 @@
<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

@@ -2,10 +2,16 @@
<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="Just another web-experiment">
<meta name="keywords" content="bookmarking, selfhost, und (non-)docker">
<meta name="description" content="Linkace ist ein Projekt von Woblick.dev">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>Linkace - Fransz Portfolio</title>
<title>LinkAce - Fransz Portfolio</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
@@ -15,23 +21,52 @@
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\/linkace\/',
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>
<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/commenting/">Kommentar-Funktion mit hugo</a></li>
<li><a href="/projects/linkace/">LinkAce</a></li>
<li><a href="/projects/gitea/">Gitea</a></li>
@@ -41,10 +76,8 @@
</section>
<section class="project">
<h2>Linkace</h2>
<p>Description of maintaining a Linkace instance&hellip;</p>
<h2>LinkAce</h2>
<img alt="Selfhosting Linkace" src="//placehold.co/640x150">
<h3>Tech used</h3>
<ul>
@@ -56,11 +89,33 @@
<li>PHP / Laravel</li>
</ul>
<p>Ein Lesezeichen ist dafür gedacht um später wieder dort weiterlesen zu können, wo man aufgehört hatte. Nun verwendete ich Linkace zum Abschpeichern von Links, bei denen ich <em>dachte, dass ich sie nocheinmal brauchen könnte</em> <strong>an einem zentralen Ort</strong>. Zuvor verwendete ich die Browser-Erweiterung <strong>floccus</strong>, wobei neben der Datei in der Cloud auch in jedem Browser die Lesezeichen abgespeichert wurden. Wegen der erhöten Redundanz (durch die Synchronisierung) entschied ich mich dagegen.</p>
<h3 id="archiv">Archiv</h3>
<p>Der Nachteil ist der zusätzliche Schritt zum Auffrufen eines Lesezeichens, der mit floccus behoben wurde (Integration im Browser oder der Anroid App). Wieder davor verwendete ich <strong>pinboard</strong> (<a href="https://pinboard.in/">pinboard.in</a>). Die jeweiligen Links versuchte ich vergebens zum neuen Anbieter zu übertragen, weshalb ich nun mit mehreren (zum größten Teil in Vergessenheit geratenen) Verzeichnissen zu tun habe.</p>
<p>Dazu kommen noch Lesezeichen, die nicht mit Hilfe eines Web/Cloud-Dienstes nur auf dem jeweiligen Handy (Smartphone), Laptop oder sonstigem Gerät, sondern nur lokal abgespeichert wurden.</p>
<h3 id="browser-verlauf">Browser-Verlauf</h3>
<p>Es wäre ein interessantes <em>Feature</em> wenn Lesezeichen aufgrund der verwendeten Häufigkeit als wichtig eingestuft würden und dann nur die 15-20 wichtigsten in die meist benutzten Browser importiert (synchronisiert) werden. Alle anderen, die sonst wieder <abbr title="Anderes Wort für Redundanz, oder nicht?">Overhead</abbr> verursachen würden, wandern ins Archiv und werden nicht synchronisiert.</p>
<h3 id="linkace-api-reference">LinkAce API Reference</h3>
<p>LinkAce bietet eine API, die dies unterstützen sollte:
<a href="https://api-docs.linkace.org/">https://api-docs.linkace.org/</a></p>
</section>
</div>
</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>

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="keywords" content="">
<meta name="description" content="Mein Lebenslauf wie er ist, wie er sein sollte und wie ich ihn mir gewünscht hätte.">
<link rel="stylesheet" href="/css/syntax.css">
<link rel="stylesheet" href="/css/style.css">
<title>Résumé - 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\/resume\/',
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>Résumé</h2>
@@ -34,7 +67,18 @@
</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>

View File

@@ -2,8 +2,83 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://kurrrioo.neocities.org/tags/commenting/</loc>
<lastmod>2025-11-20T18:22:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/projects/commenting/</loc>
<lastmod>2025-11-20T18:22:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/projects/</loc>
<lastmod>2025-11-20T18:22:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/tags/</loc>
<lastmod>2025-11-20T18:22:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/posts/2025/</loc>
<lastmod>2025-11-19T16:18:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/tags/html/</loc>
<lastmod>2025-11-19T16:18:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/categories/</loc>
<lastmod>2025-11-19T16:18:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/categories/personal/</loc>
<lastmod>2025-11-19T16:18:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/posts/</loc>
<lastmod>2025-11-19T16:18:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/tags/software/</loc>
<lastmod>2025-11-19T16:18:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/categories/thoughts/</loc>
<lastmod>2025-11-19T16:18:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</loc>
<lastmod>2025-11-19T16:18:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/year/</loc>
<lastmod>2025-11-19T16:18:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/tags/gohugo/</loc>
<lastmod>2025-11-19T16:16:30+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/categories/programmierbuch/</loc>
<lastmod>2025-11-19T16:16:30+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/tags/static-html/</loc>
<lastmod>2025-11-19T16:16:30+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/posts/2025/11/tribute-von/</loc>
<lastmod>2025-11-19T16:16:30+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/categories/website/</loc>
<lastmod>2025-11-19T16:16:30+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/tags/css/</loc>
<lastmod>2025-11-19T11:25:05+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</loc>
<lastmod>2025-11-19T11:25:05+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/tags/zen/</loc>
<lastmod>2025-11-19T11:25:05+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/projects/linkace/</loc>
<lastmod>2025-11-16T18:22:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/opensource/</loc>
<lastmod>2025-11-16T18:22:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/categories/outsource/</loc>
<lastmod>2025-11-16T18:22:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/categories/selfhost/</loc>
<lastmod>2025-11-16T18:22:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/projects/gitea/</loc>
<lastmod>2025-11-14T18:22:50+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/contact/</loc>
<lastmod>2025-11-02T21:52:55+01:00</lastmod>
@@ -17,20 +92,14 @@
<loc>https://kurrrioo.neocities.org/</loc>
<lastmod>2025-11-01T21:52:55+01:00</lastmod>
</url><url>
<loc>https://kurrrioo.neocities.org/presentations/archive/</loc>
<loc>https://kurrrioo.neocities.org/posts/2025/11/</loc>
</url><url>
<loc>https://kurrrioo.neocities.org/categories/</loc>
<loc>https://kurrrioo.neocities.org/presentations/archive/</loc>
</url><url>
<loc>https://kurrrioo.neocities.org/projects/chyrp/</loc>
</url><url>
<loc>https://kurrrioo.neocities.org/projects/gitea/</loc>
</url><url>
<loc>https://kurrrioo.neocities.org/projects/linkace/</loc>
<loc>https://kurrrioo.neocities.org/month/</loc>
</url><url>
<loc>https://kurrrioo.neocities.org/presentations/</loc>
</url><url>
<loc>https://kurrrioo.neocities.org/projects/</loc>
</url><url>
<loc>https://kurrrioo.neocities.org/tags/</loc>
</url>
</urlset>

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/tags/commenting/index.xml" title="commenting - Fransz Portfolio">
<title>commenting - 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\/tags\/commenting\/',
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>commenting</h2>
<h4><a href="/projects/commenting/">Kommentar-Funktion mit hugo
</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,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>commenting on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/tags/commenting/</link>
<description>Recent content in commenting on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Thu, 20 Nov 2025 18:22:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/tags/commenting/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Kommentar-Funktion mit hugo</title>
<link>https://kurrrioo.neocities.org/projects/commenting/</link>
<pubDate>Thu, 20 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/projects/commenting/</guid>
<description>Hugo ist ein static site generator und kann durch &lt;em&gt;CORS&lt;/em&gt; von einer externen Domäne trotzdem interaktiv sein.</description>
</item>
</channel>
</rss>

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/tags/css/index.xml" title="CSS - Fransz Portfolio">
<title>CSS - 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\/tags\/css\/',
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>CSS</h2>
<h4><a href="/posts/2025/11/css-zen-garden/">CSS Zen garden
</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>

20
public/tags/css/index.xml Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>CSS on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/tags/css/</link>
<description>Recent content in CSS on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 11:25:05 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/tags/css/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>CSS Zen garden</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</guid>
<description>&lt;p&gt;It&amp;rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).&lt;/p&gt;</description>
</item>
</channel>
</rss>

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/tags/gohugo/index.xml" title="gohugo - Fransz Portfolio">
<title>gohugo - 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\/tags\/gohugo\/',
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>gohugo</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>gohugo on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/tags/gohugo/</link>
<description>Recent content in gohugo 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/tags/gohugo/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>

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/tags/html/index.xml" title="html - Fransz Portfolio">
<title>html - 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\/tags\/html\/',
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>html</h2>
<h4><a href="/posts/2025/11/twentytwentyfive/">Twentytwentyfive
</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,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>html on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/tags/html/</link>
<description>Recent content in html on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 16:18:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/tags/html/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Twentytwentyfive</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</guid>
<description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@@ -2,10 +2,16 @@
<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">
<title>Fransz Portfolio</title>
<link rel="alternate" type="application/rss+xml" href="https://kurrrioo.neocities.org/tags/index.xml" title="Tags - Fransz Portfolio">
<title>Tags - Fransz Portfolio</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
@@ -15,29 +21,100 @@
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\/tags\/',
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>Tags</h2>
<h2>Tags #</h2>
<p>Später könnte es sein ich will eine Tag-CLOUD mit Hugo machen. Auf dieser Website werden folgende <em>Tags</em> verwendet:</p>
<section class="projects">
<p class="tag">
<a href="https://kurrrioo.neocities.org/tags/commenting/">commenting</a>
<span class="count">(1)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/tags/css/">CSS</a>
<span class="count">(1)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/tags/gohugo/">gohugo</a>
<span class="count">(1)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/tags/html/">html</a>
<span class="count">(1)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/tags/software/">software</a>
<span class="count">(1)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/tags/static-html/">static html</a>
<span class="count">(1)</span>
</p>
<p class="tag">
<a href="https://kurrrioo.neocities.org/tags/zen/">Zen</a>
<span class="count">(1)</span>
</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>

View File

@@ -5,6 +5,70 @@
<link>https://kurrrioo.neocities.org/tags/</link>
<description>Recent content in Tags on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language><atom:link href="https://kurrrioo.neocities.org/tags/index.xml" rel="self" type="application/rss+xml" />
<language>de</language>
<lastBuildDate>Thu, 20 Nov 2025 18:22:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>commenting</title>
<link>https://kurrrioo.neocities.org/tags/commenting/</link>
<pubDate>Thu, 20 Nov 2025 18:22:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/tags/commenting/</guid>
<description></description>
</item>
<item>
<title>html</title>
<link>https://kurrrioo.neocities.org/tags/html/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/tags/html/</guid>
<description></description>
</item>
<item>
<title>software</title>
<link>https://kurrrioo.neocities.org/tags/software/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/tags/software/</guid>
<description></description>
</item>
<item>
<title>gohugo</title>
<link>https://kurrrioo.neocities.org/tags/gohugo/</link>
<pubDate>Wed, 19 Nov 2025 16:16:30 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/tags/gohugo/</guid>
<description></description>
</item>
<item>
<title>static html</title>
<link>https://kurrrioo.neocities.org/tags/static-html/</link>
<pubDate>Wed, 19 Nov 2025 16:16:30 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/tags/static-html/</guid>
<description></description>
</item>
<item>
<title>CSS</title>
<link>https://kurrrioo.neocities.org/tags/css/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/tags/css/</guid>
<description></description>
</item>
<item>
<title>Zen</title>
<link>https://kurrrioo.neocities.org/tags/zen/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/tags/zen/</guid>
<description></description>
</item>
</channel>
</rss>

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/tags/software/index.xml" title="software - Fransz Portfolio">
<title>software - 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\/tags\/software\/',
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>software</h2>
<h4><a href="/posts/2025/11/twentytwentyfive/">Twentytwentyfive
</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,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>software on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/tags/software/</link>
<description>Recent content in software on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 16:18:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/tags/software/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Twentytwentyfive</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/twentytwentyfive/</guid>
<description>&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt;</description>
</item>
</channel>
</rss>

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/tags/static-html/index.xml" title="static html - Fransz Portfolio">
<title>static html - 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\/tags\/static-html\/',
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>static html</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>static html on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/tags/static-html/</link>
<description>Recent content in static html 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/tags/static-html/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>

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/tags/zen/index.xml" title="Zen - Fransz Portfolio">
<title>Zen - 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\/tags\/zen\/',
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>Zen</h2>
<h4><a href="/posts/2025/11/css-zen-garden/">CSS Zen garden
</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>

20
public/tags/zen/index.xml Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Zen on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/tags/zen/</link>
<description>Recent content in Zen on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 11:25:05 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/tags/zen/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>CSS Zen garden</title>
<link>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</link>
<pubDate>Wed, 19 Nov 2025 11:25:05 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/11/css-zen-garden/</guid>
<description>&lt;p&gt;It&amp;rsquo;s not intended to change the HTML as Dave Shea - the author of the book - mentioned in the code of this template. I may change some shapes and colors into others by practising Zen and add some hyperlinks to new pages with a similiar design (by reusing the CSS).&lt;/p&gt;</description>
</item>
</channel>
</rss>

85
public/year/index.html Normal file
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/year/index.xml" title="Year - Fransz Portfolio">
<title>Year - 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\/year\/',
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>Year</h2>
<h4><a href="/posts/2025/">2025
</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>

20
public/year/index.xml Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Year on Fransz Portfolio</title>
<link>https://kurrrioo.neocities.org/year/</link>
<description>Recent content in Year on Fransz Portfolio</description>
<generator>Hugo -- gohugo.io</generator>
<language>de</language>
<lastBuildDate>Wed, 19 Nov 2025 16:18:50 +0100</lastBuildDate><atom:link href="https://kurrrioo.neocities.org/year/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>2025</title>
<link>https://kurrrioo.neocities.org/posts/2025/</link>
<pubDate>Wed, 19 Nov 2025 16:18:50 +0100</pubDate>
<guid>https://kurrrioo.neocities.org/posts/2025/</guid>
<description></description>
</item>
</channel>
</rss>

BIN
static/images/gate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
static/images/tribute.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@@ -0,0 +1,13 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ .Content }}
{{ range .Data.Terms.Alphabetical }}
<p class="tag">
<a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a>
<span class="count">({{ .Count }})</span>
</p>
{{ end }}
{{ end }}

View File

@@ -0,0 +1,9 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ range .Pages }}
<h4><a href="{{ .RelPermalink }}">{{ .Title }}
</a></h4>
{{ end }}
{{ end }}

View File

@@ -0,0 +1,8 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ range .Pages }}
{{ partial "post_summary.html" . }}
{{ end }}
{{ end }}

View File

@@ -0,0 +1,13 @@
{{ define "main" }}
<h2>{{ .Title }} #</h2>
{{ .Content }}
{{ range .Data.Terms.Alphabetical }}
<p class="tag">
<a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a>
<span class="count">({{ .Count }})</span>
</p>
{{ end }}
{{ end }}

View File

@@ -0,0 +1,8 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ range .tags }}
list of description of what a tag is about?
{{ end }}
{{ end }}

View File

@@ -0,0 +1,8 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ range .Pages }}
{{ partial "post_summary.html" . }}
{{ end }}
{{ end }}

View File

@@ -1,10 +1,18 @@
{{ define "main" }}
{{ .Content }}
<h3>Projekt</h3>
<p>Das letzte Projekt was aktualisiert wurde:
{{ range first 1 (where .Site.RegularPages "Type" "in" "projects").ByDate.Reverse }}
<h2>{{ .Date.Format "January" }} Blog-Posts</h2>
<p>
{{ range first 3 (where .Site.RegularPages "Type" "in" "posts").ByDate.Reverse }}
<ul>
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
</ul>
{{ end }}
</p>
{{ .Content }}
<h3>Projekt</h3>
<p>Das letzte Projekt was aktualisiert wurde:
{{ range first 1 (where .Site.RegularPages "Type" "in" "projects").ByDate.Reverse }}
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
{{ end }}
</p>
{{ end }}
</p>
{{ end }}

View File

@@ -10,8 +10,11 @@
{{- else -}}
{{ .Site.Params.description }}
{{- end -}}">
<link rel="stylesheet" href="{{ "css/syntax.css"
| relURL }}">
<link rel="stylesheet" href="{{ "css/style.css"
| relURL }}">
<!-- RSS -->
{{ range .AlternativeOutputFormats -}}
{{- $link := `<link rel="%s" type="%s" href="%s" title="%s">` -}}
@@ -40,3 +43,36 @@
gtag('config', 'G-TT2JW5ZYFZ');
</script>
<!--
<script>
var remark_config = {
host: "http://192.168.178.24:8080",
site_id: "remark",
locale: "de"
}
</script>-->
<script>
var remark_config = {
// Gebruik de nieuwe Railway URL
host: 'https://remark42hugo-neocities-org.up.railway.app',
// De site ID moet overeenkomen met de REMARK_SITE variabele
site_id: 'neocities',
locale: 'de',
allowAnon: true,
url: '{{ .Permalink }}',
theme: 'light'
};
// Laad de embed code vanaf de Railway host
(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>

View File

@@ -1,8 +1,9 @@
<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>

View File

@@ -0,0 +1,14 @@
<article>
<header>
<h3>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h3>
<time>
{{ .Date | dateFormat "January" }}
{{ .Date | dateFormat "2" }}
</time>
</header>
{{ .Summary }}
</article>

View File

@@ -0,0 +1,10 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ range (.Paginator).Pages }}
{{ partial "post_summary.html" . }}
{{ end }}
{{ template "_internal/pagination.html" . }}
{{ end }}

View File

@@ -0,0 +1,60 @@
{{ define "main" }}
<article class="post">
<header>
<h2>{{ .Title }}</h2>
<p>
Von {{ .Params.Author }}
</p>
<p>
Veröffentlichung am {{ .Date.Format "2.01.2006" }}
<span class="tags">
in
{{- range .Params.tags }}
<a class="tag" href="/tags/{{ . | urlize }}">{{ . }}</a>
{{ end }}
</span>
</p>
<p>
{{ math.Round (div (countwords .Content) 200.0) }} Minuten ({{ countwords .Content }} Wörter) bei 200 p/m
</p>
</header>
<section class="body">
{{ if isset .Params "image" }}
<img alt="{{ .Params.alt_text }}" src="{{ .Params.image }}">
{{ end }}
{{ .Content }}
</section>
<section class="related">
{{ $related := .Site.RegularPages.Related . | first 5 }}
{{ with $related }}
<h3>Mehr dazu</h3>
<ul>
{{ range . }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
{{ end }}
</section>
</article>
{{ if not .Params.disableComments }}
<!--term="{{ .Title }}"-->
<script src="https://giscus.app/client.js"
data-repo="kurrrioo/Frikandel-speciale"
data-repo-id="R_kgDOMeh49A"
data-category="Show and tell"
data-category-id="DIC_kwDOMeh49M4CyAGs"
data-mapping="title"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="de"
crossorigin="anonymous"
async>
</script>
{{ end }}
{{ end }}

View File

@@ -11,8 +11,9 @@
<section class="project">
<h2>{{ .Title }}</h2>
{{ .Content }}
{{ if isset .Params "image" }}
<img alt="{{ .Params.alt_text }}" src="{{ .Params.image }}">
{{ end }}
<h3>Tech used</h3>
<ul>
@@ -20,6 +21,10 @@
<li>{{ . }}</li>
{{ end }}
</ul>
{{ .Content }}
{{ if .Params.isCommentingProject }}
<div id="remark42"></div>
{{ end }}
</section>
</div>
{{ end }}

View File

@@ -0,0 +1 @@
<abbr title="{{ .Get 1 }}">{{ .Get 0 }}</abbr>

View File

@@ -1,52 +1,110 @@
.container {
margin: 0 auto;
width: 80%;
margin: 0 auto;
width: 89%;
}
nav, footer {
background-color: #333;
color: #fff;
text-align: center;
background-color: #333;
color: #fff;
text-align: center;
}
nav {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
}
footer li, footer ul {
display: inline;
margin: 0;
padding: 0;
display: inline;
margin: 0;
padding: 0;
}
footer li::after {
content: " | "
content: " | "
}
nav > a, footer a {
flex: 1;
text-align: center;
text-decoration: none;
color: #fff;
flex: 1;
text-align: center;
text-decoration: none;
color: #fff;
}
/* Blog post section */
a.tag {
background-color: #ddd;
color: #333;
display: inline-block;
padding: 0.1em;
font-size: 0.9em;
text-decoration: none;
}
.pagination {
display: flex;
justify-content: space-between;
list-style: none;
margin: 1em auto;
padding: 0;
}
.pagination > .page-item {
border: 1px solid #ddd;
flex: 1;
text-align: center;
width: 5em;
}
.pagination .page-link {
display: block;
color: #000;
text-decoration: none;
}
.pagination > .page-item.active {
background-color: #333;
}
.pagination > .page-item.active > .page-link {
color: #fff;
}
.pagination > .page-item.disabled > .page-link {
color: #ddd;
}
/* Project section */
.project-container {
display: flex;
flex-direction: column-reverse;
}
/* flex behaviour */
.project-container img {max-width: 100%; height: auto; }
@media only screen and (min-width: 768px) {
nav { flex-direction: row; }
nav { flex-direction: row; }
.project-container {
flex-direction: row;
column-gap: 1.5em;
}
.pagination { width: 30%; }
}
.project-container { display: flex; }
.project-container .project-list { width: 20%; }
.project-container .project { flex: 1; }
/* might do the same with present(ation) */
.oss {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.oss article {
border: 1px solid #ddd;
box-shadow: 3px 3px 3px #ddd;
margin: 0.5%;
padding: 0.5%;
width: 30%;
}
.oss article {
border: 1px solid #ddd;
box-shadow: 3px 3px 3px #ddd;
margin: 0.5%;
padding: 0.5%;
width: 30%;
blockquote {
font-weight: bolder;
}
.footnotes {
font-size: 11px;
}
pre {
overflow: auto;
}
code[data-lang]::before {
content: attr(data-lang);
display: block;
font-weight: bold;
}
abbr {
cursor: pointer;
}

View File

@@ -0,0 +1,85 @@
/* Background */ .bg { background-color: #ffffff }
/* PreWrapper */ .chroma { background-color: #ffffff; }
/* Other */ .chroma .x { }
/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
/* CodeLine */ .chroma .cl { }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ .chroma .hl { background-color: #ffffcc }
/* LineNumbersTable */ .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */ .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Line */ .chroma .line { display: flex; }
/* Keyword */ .chroma .k { color: #000000; font-weight: bold }
/* KeywordConstant */ .chroma .kc { color: #000000; font-weight: bold }
/* KeywordDeclaration */ .chroma .kd { color: #000000; font-weight: bold }
/* KeywordNamespace */ .chroma .kn { color: #000000; font-weight: bold }
/* KeywordPseudo */ .chroma .kp { color: #000000; font-weight: bold }
/* KeywordReserved */ .chroma .kr { color: #000000; font-weight: bold }
/* KeywordType */ .chroma .kt { color: #445588; font-weight: bold }
/* Name */ .chroma .n { }
/* NameAttribute */ .chroma .na { color: #008080 }
/* NameBuiltin */ .chroma .nb { color: #0086b3 }
/* NameBuiltinPseudo */ .chroma .bp { color: #999999 }
/* NameClass */ .chroma .nc { color: #445588; font-weight: bold }
/* NameConstant */ .chroma .no { color: #008080 }
/* NameDecorator */ .chroma .nd { color: #3c5d5d; font-weight: bold }
/* NameEntity */ .chroma .ni { color: #800080 }
/* NameException */ .chroma .ne { color: #990000; font-weight: bold }
/* NameFunction */ .chroma .nf { color: #990000; font-weight: bold }
/* NameFunctionMagic */ .chroma .fm { }
/* NameLabel */ .chroma .nl { color: #990000; font-weight: bold }
/* NameNamespace */ .chroma .nn { color: #555555 }
/* NameOther */ .chroma .nx { }
/* NameProperty */ .chroma .py { }
/* NameTag */ .chroma .nt { color: #000080 }
/* NameVariable */ .chroma .nv { color: #008080 }
/* NameVariableClass */ .chroma .vc { color: #008080 }
/* NameVariableGlobal */ .chroma .vg { color: #008080 }
/* NameVariableInstance */ .chroma .vi { color: #008080 }
/* NameVariableMagic */ .chroma .vm { }
/* Literal */ .chroma .l { }
/* LiteralDate */ .chroma .ld { }
/* LiteralString */ .chroma .s { color: #dd1144 }
/* LiteralStringAffix */ .chroma .sa { color: #dd1144 }
/* LiteralStringBacktick */ .chroma .sb { color: #dd1144 }
/* LiteralStringChar */ .chroma .sc { color: #dd1144 }
/* LiteralStringDelimiter */ .chroma .dl { color: #dd1144 }
/* LiteralStringDoc */ .chroma .sd { color: #dd1144 }
/* LiteralStringDouble */ .chroma .s2 { color: #dd1144 }
/* LiteralStringEscape */ .chroma .se { color: #dd1144 }
/* LiteralStringHeredoc */ .chroma .sh { color: #dd1144 }
/* LiteralStringInterpol */ .chroma .si { color: #dd1144 }
/* LiteralStringOther */ .chroma .sx { color: #dd1144 }
/* LiteralStringRegex */ .chroma .sr { color: #009926 }
/* LiteralStringSingle */ .chroma .s1 { color: #dd1144 }
/* LiteralStringSymbol */ .chroma .ss { color: #990073 }
/* LiteralNumber */ .chroma .m { color: #009999 }
/* LiteralNumberBin */ .chroma .mb { color: #009999 }
/* LiteralNumberFloat */ .chroma .mf { color: #009999 }
/* LiteralNumberHex */ .chroma .mh { color: #009999 }
/* LiteralNumberInteger */ .chroma .mi { color: #009999 }
/* LiteralNumberIntegerLong */ .chroma .il { color: #009999 }
/* LiteralNumberOct */ .chroma .mo { color: #009999 }
/* Operator */ .chroma .o { color: #000000; font-weight: bold }
/* OperatorWord */ .chroma .ow { color: #000000; font-weight: bold }
/* Punctuation */ .chroma .p { }
/* Comment */ .chroma .c { color: #999988; font-style: italic }
/* CommentHashbang */ .chroma .ch { color: #999988; font-style: italic }
/* CommentMultiline */ .chroma .cm { color: #999988; font-style: italic }
/* CommentSingle */ .chroma .c1 { color: #999988; font-style: italic }
/* CommentSpecial */ .chroma .cs { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreproc */ .chroma .cp { color: #999999; font-weight: bold; font-style: italic }
/* CommentPreprocFile */ .chroma .cpf { color: #999999; font-weight: bold; font-style: italic }
/* Generic */ .chroma .g { }
/* GenericDeleted */ .chroma .gd { color: #000000; background-color: #ffdddd }
/* GenericEmph */ .chroma .ge { color: #000000; font-style: italic }
/* GenericError */ .chroma .gr { color: #aa0000 }
/* GenericHeading */ .chroma .gh { color: #999999 }
/* GenericInserted */ .chroma .gi { color: #000000; background-color: #ddffdd }
/* GenericOutput */ .chroma .go { color: #888888 }
/* GenericPrompt */ .chroma .gp { color: #555555 }
/* GenericStrong */ .chroma .gs { font-weight: bold }
/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
/* TextWhitespace */ .chroma .w { color: #bbbbbb }