Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
230912cb0c | ||
|
|
dc0b5d8cfc | ||
|
|
1c9e04e308 | ||
|
|
610f30eadf | ||
|
|
bf3126ea00 | ||
|
|
a9053b6b26 | ||
|
|
2df409d54d |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.DS_Store
|
||||
|
||||
28
README_bootstrap-module
Normal file
28
README_bootstrap-module
Normal file
@@ -0,0 +1,28 @@
|
||||
Simplified steps:
|
||||
|
||||
Step 1 - Initialize Your Project as a Hugo Module
|
||||
Open your terminal. Use the command hugo mod init github.com/your-username/repository-name, replacing “your-username” and “repository-name” with your GitHub information.
|
||||
This creates a file called go.mod in your project’s root.
|
||||
|
||||
Step 2 - Add Hugo Bootstrap Module to Your Config File
|
||||
Locate your project’s configuration file, which could be named config.toml or hugo.toml.
|
||||
Add the following code in the .toml format, or adjust if you prefer YAML or JSON:
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
|
||||
|
||||
Step 3 - Update the Added Module#
|
||||
In your terminal, run hugo mod get -u.
|
||||
This command downloads the module to your project, and you’ll find a new file called go.sum in your project’s root.
|
||||
|
||||
Step 4 - Create SCSS and JS Files in the Assets Directory#
|
||||
Inside your project, create a folder named “scss” in the assets directory.
|
||||
In the “scss” folder, create a file named “styles.scss”.
|
||||
Create another folder in the assets directory named “js”.
|
||||
In the “js” folder, create a file named “index.js”.
|
||||
You should now have these files: /assets/scss/styles.scss and /assets/js/index.js.
|
||||
|
||||
Step 5 - Add CSS and JS Links in Your Project’s Head#
|
||||
In the head section of your website, add links to the files created in step 4. This allows your pages to access the SCSS and JS files for styling and functionality.
|
||||
More code I do not yet understand just above the closing head tag (</head>)
|
||||
23
archetypes/posts.md
Normal file
23
archetypes/posts.md
Normal 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.
|
||||
12
archetypes/presentations.md
Normal file
12
archetypes/presentations.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
draft: false
|
||||
date: {{ .Date }}
|
||||
Tags: ["minimum vialable product"]
|
||||
tech_used:
|
||||
- JavaScript
|
||||
- CSS
|
||||
- HTML
|
||||
---
|
||||
|
||||
Description of the {{ replace .Name "-" " " | title }} presentation...
|
||||
14
archetypes/projects.md
Normal file
14
archetypes/projects.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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"
|
||||
tech_used:
|
||||
- JavaScript
|
||||
- CSS
|
||||
- HTML
|
||||
---
|
||||
|
||||
Description of the {{ replace .Name "-" " " | title }} project...
|
||||
34
config.toml
34
config.toml
@@ -1,8 +1,30 @@
|
||||
baseURL = 'http://example.org/'
|
||||
languageCode = 'en-US'
|
||||
baseURL = 'https://kurrrioo.neocities.org/'
|
||||
languageCode = 'de'
|
||||
title = 'Fransz Portfolio'
|
||||
theme = 'bootstrap5'
|
||||
# Neocities API-key: 099381b32af21a9c2c68e81968081b26
|
||||
theme = 'Basic'
|
||||
pygmentsUseClasses = true
|
||||
Paginate = 11
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
|
||||
[params]
|
||||
author = 'Franz Klotsche'
|
||||
description = 'Just another web-experiment'
|
||||
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"
|
||||
|
||||
@@ -1,17 +1,20 @@
|
||||
---
|
||||
title: "Welcome"
|
||||
title: "Willkommen"
|
||||
date: 2025-11-01T21:52:55+01:00
|
||||
description: "Landing page"
|
||||
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.
|
||||
|
||||
### Andere Websites
|
||||
gitea, linkace
|
||||
### Projekte
|
||||
Gitea, Linkace und ein (zweiter früherer) Blog (extern)
|
||||
|
||||
## Mein Lebenslauf
|
||||
### Mein Lebenslauf
|
||||
Tabelarisch mit Kontaktformular?
|
||||
@@ -2,6 +2,7 @@
|
||||
title: "About"
|
||||
date: 2025-11-02T21:34:47+01:00
|
||||
draft: false
|
||||
description: English language hallucinations.
|
||||
---
|
||||
|
||||
Hi. My name is Fransz, with a sharp ß.
|
||||
6
content/categories/_index.md
Normal file
6
content/categories/_index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Kategorien"
|
||||
draft: false
|
||||
---
|
||||
|
||||
Blog Posts und Projekte haben Kategorien. In dieser Übersicht erkennt man noch nicht den Unterschied.
|
||||
@@ -1,7 +1,30 @@
|
||||
---
|
||||
title: "Contact"
|
||||
title: "Admin Kontakt"
|
||||
date: 2025-11-02T21:52:55+01:00
|
||||
draft: false
|
||||
layout: contact
|
||||
description: Kontaktieren Sie mich direkt, wenn ich online bin, oder hinterlassen Sie mir eine Nachricht.
|
||||
---
|
||||
|
||||
* Dino
|
||||
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.
|
||||
For example, cp becomes gcp and ls becomes gls.
|
||||
|
||||
If you want to use the GNU tools by default, add this directory to the front of your PATH environment variable:
|
||||
/opt/local/libexec/gnubin/
|
||||
macports-libcxx has the following notes:
|
||||
To enable a newer libc++, use a recent compiler and the legacysupport 1.1 PortGroup:
|
||||
|
||||
legacysupport.use_mp_libcxx yes
|
||||
```
|
||||
12
content/opensource.md
Normal file
12
content/opensource.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Open Source"
|
||||
date: 2025-11-16T18:22:50+01:00
|
||||
draft: false
|
||||
keywords: github public repo
|
||||
description: "Live Zusammenfassung meiner öffentlichen Aktivitäten auf Github."
|
||||
layout: opensource
|
||||
summary: "Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/users: [JSON-Datei](https://api.github.com/users/kurrrioo/repos)"
|
||||
---
|
||||
|
||||
Ich nenne mich *kurrrioo* auf GitHub:
|
||||
|
||||
48
content/posts/first-post.md
Normal file
48
content/posts/first-post.md
Normal 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
39
content/posts/tribut.md
Normal 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)
|
||||
23
content/posts/twentytwentyfive.md
Normal file
23
content/posts/twentytwentyfive.md
Normal 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.
|
||||
8
content/presentations/_index.md
Normal file
8
content/presentations/_index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Presentations"
|
||||
draft: false
|
||||
description: Vorüberlegungen in Form von technischen Konzepten und Skizzen.
|
||||
ambition: Infographics using SVG (Adobe Illustrator, Inkscape) and/or animations using Processing and Adobe After Effects.
|
||||
---
|
||||
|
||||
Gallery
|
||||
13
content/presentations/archive.md
Normal file
13
content/presentations/archive.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Archive"
|
||||
draft: false
|
||||
---
|
||||
|
||||

|
||||
|
||||
Art and Technology 2011, in Twente Enschede: [redesign art](https://www.tumblr.com/blog/redesignart)
|
||||
|
||||
### Tech used
|
||||
* item
|
||||
* item
|
||||
* item
|
||||
13
content/projects/_index.md
Normal file
13
content/projects/_index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Projekte"
|
||||
draft: false
|
||||
keywords: Wannabe-DevOp Linux Oracle
|
||||
description: Eine Liste mit Projekten, die ich in meiner Freizeit als DevOp oder eher öfter als fortgeschrittener Anwender, unterhalte.
|
||||
outputs:
|
||||
- HTML
|
||||
- JSON
|
||||
- RSS
|
||||
---
|
||||
**DIY:** Auf einem Oracle Virtual Private Server habe ich Ubuntu Noble mit Nginx laufen. Zurzeit befinden sich dort zwei aktive (produktive) Webdienste.
|
||||
|
||||
Ein Blog mit ChyrpLite befindet sich auf einem managed Server von profreehost.
|
||||
15
content/projects/chyrp.md
Normal file
15
content/projects/chyrp.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "ChyrpLite Blog"
|
||||
draft: false
|
||||
keywords: project blog leightweight
|
||||
description: Verschiedene Themen, die ich als Computerfreak anschneide - externe Seite.
|
||||
image: //placehold.co/640x150
|
||||
alt_text: "ChyrpLite screenshot"
|
||||
summary: "Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf [statusnet.liveblog](https://statusnet.liveblog365.com). Der Inhalt ist auf Englisch oder Niederländisch."
|
||||
tech_used:
|
||||
- JavaScript
|
||||
- CSS
|
||||
- HTML
|
||||
---
|
||||
|
||||
Gehosted wird auf profreehost.com
|
||||
22
content/projects/commenting.md
Normal file
22
content/projects/commenting.md
Normal 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.
|
||||
15
content/projects/gitea.md
Normal file
15
content/projects/gitea.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Gitea"
|
||||
draft: false
|
||||
date: 2025-11-14T18:22:50+01:00
|
||||
description: Gitea ist OpenSource und nicht schwer einzurichten.
|
||||
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
|
||||
---
|
||||
|
||||
Experimentieren mit der GiteaAPI. Zum Beispiel die heatmap laden.
|
||||
30
content/projects/linkace.md
Normal file
30
content/projects/linkace.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: "LinkAce"
|
||||
draft: false
|
||||
date: 2025-11-16T18:22:50+01:00
|
||||
description: Linkace ist ein Projekt von Woblick.dev
|
||||
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."
|
||||
---
|
||||
|
||||
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/
|
||||
@@ -2,6 +2,7 @@
|
||||
title: "Résumé"
|
||||
date: 2025-11-02T21:49:23+01:00
|
||||
draft: false
|
||||
description: Mein Lebenslauf wie er ist, wie er sein sollte und wie ich ihn mir gewünscht hätte.
|
||||
---
|
||||
|
||||
curuculum vitae
|
||||
curriculum vitae
|
||||
6
content/tags/_index.md
Normal file
6
content/tags/_index.md
Normal 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:
|
||||
414
data/repos.json
Normal file
414
data/repos.json
Normal file
@@ -0,0 +1,414 @@
|
||||
[
|
||||
{
|
||||
"id": 1030870042,
|
||||
"node_id": "R_kgDOPXHUGg",
|
||||
"name": "Getting-Started-With-ACPI",
|
||||
"full_name": "kurrrioo/Getting-Started-With-ACPI",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "kurrrioo",
|
||||
"id": 5738050,
|
||||
"node_id": "MDQ6VXNlcjU3MzgwNTA=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/5738050?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/kurrrioo",
|
||||
"html_url": "https://github.com/kurrrioo",
|
||||
"followers_url": "https://api.github.com/users/kurrrioo/followers",
|
||||
"following_url": "https://api.github.com/users/kurrrioo/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/kurrrioo/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/kurrrioo/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/kurrrioo/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/kurrrioo/orgs",
|
||||
"repos_url": "https://api.github.com/users/kurrrioo/repos",
|
||||
"events_url": "https://api.github.com/users/kurrrioo/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/kurrrioo/received_events",
|
||||
"type": "User",
|
||||
"user_view_type": "public",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/kurrrioo/Getting-Started-With-ACPI",
|
||||
"description": "Repo for Getting Started With ACPI",
|
||||
"fork": true,
|
||||
"url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI",
|
||||
"forks_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/forks",
|
||||
"keys_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/teams",
|
||||
"hooks_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/events",
|
||||
"assignees_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/tags",
|
||||
"blobs_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/subscription",
|
||||
"commits_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/merges",
|
||||
"archive_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/downloads",
|
||||
"issues_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/kurrrioo/Getting-Started-With-ACPI/deployments",
|
||||
"created_at": "2025-08-02T14:01:02Z",
|
||||
"updated_at": "2025-08-02T14:01:02Z",
|
||||
"pushed_at": "2025-08-02T14:35:15Z",
|
||||
"git_url": "git://github.com/kurrrioo/Getting-Started-With-ACPI.git",
|
||||
"ssh_url": "git@github.com:kurrrioo/Getting-Started-With-ACPI.git",
|
||||
"clone_url": "https://github.com/kurrrioo/Getting-Started-With-ACPI.git",
|
||||
"svn_url": "https://github.com/kurrrioo/Getting-Started-With-ACPI",
|
||||
"homepage": "https://dortania.github.io/Getting-Started-With-ACPI/",
|
||||
"size": 61422,
|
||||
"stargazers_count": 0,
|
||||
"watchers_count": 0,
|
||||
"language": null,
|
||||
"has_issues": false,
|
||||
"has_projects": true,
|
||||
"has_downloads": true,
|
||||
"has_wiki": true,
|
||||
"has_pages": false,
|
||||
"has_discussions": false,
|
||||
"forks_count": 0,
|
||||
"mirror_url": null,
|
||||
"archived": false,
|
||||
"disabled": false,
|
||||
"open_issues_count": 0,
|
||||
"license": null,
|
||||
"allow_forking": true,
|
||||
"is_template": false,
|
||||
"web_commit_signoff_required": false,
|
||||
"topics": [
|
||||
|
||||
],
|
||||
"visibility": "public",
|
||||
"forks": 0,
|
||||
"open_issues": 0,
|
||||
"watchers": 0,
|
||||
"default_branch": "master"
|
||||
},
|
||||
{
|
||||
"id": 967521264,
|
||||
"node_id": "R_kgDOOasz8A",
|
||||
"name": "junit-example",
|
||||
"full_name": "kurrrioo/junit-example",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "kurrrioo",
|
||||
"id": 5738050,
|
||||
"node_id": "MDQ6VXNlcjU3MzgwNTA=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/5738050?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/kurrrioo",
|
||||
"html_url": "https://github.com/kurrrioo",
|
||||
"followers_url": "https://api.github.com/users/kurrrioo/followers",
|
||||
"following_url": "https://api.github.com/users/kurrrioo/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/kurrrioo/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/kurrrioo/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/kurrrioo/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/kurrrioo/orgs",
|
||||
"repos_url": "https://api.github.com/users/kurrrioo/repos",
|
||||
"events_url": "https://api.github.com/users/kurrrioo/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/kurrrioo/received_events",
|
||||
"type": "User",
|
||||
"user_view_type": "public",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/kurrrioo/junit-example",
|
||||
"description": "https://github.com/junit-team/junit4/wiki/Getting-started---Ant",
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/kurrrioo/junit-example",
|
||||
"forks_url": "https://api.github.com/repos/kurrrioo/junit-example/forks",
|
||||
"keys_url": "https://api.github.com/repos/kurrrioo/junit-example/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/kurrrioo/junit-example/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/kurrrioo/junit-example/teams",
|
||||
"hooks_url": "https://api.github.com/repos/kurrrioo/junit-example/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/kurrrioo/junit-example/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/kurrrioo/junit-example/events",
|
||||
"assignees_url": "https://api.github.com/repos/kurrrioo/junit-example/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/kurrrioo/junit-example/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/kurrrioo/junit-example/tags",
|
||||
"blobs_url": "https://api.github.com/repos/kurrrioo/junit-example/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/kurrrioo/junit-example/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/kurrrioo/junit-example/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/kurrrioo/junit-example/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/kurrrioo/junit-example/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/kurrrioo/junit-example/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/kurrrioo/junit-example/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/kurrrioo/junit-example/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/kurrrioo/junit-example/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/kurrrioo/junit-example/subscription",
|
||||
"commits_url": "https://api.github.com/repos/kurrrioo/junit-example/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/kurrrioo/junit-example/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/kurrrioo/junit-example/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/kurrrioo/junit-example/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/kurrrioo/junit-example/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/kurrrioo/junit-example/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/kurrrioo/junit-example/merges",
|
||||
"archive_url": "https://api.github.com/repos/kurrrioo/junit-example/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/kurrrioo/junit-example/downloads",
|
||||
"issues_url": "https://api.github.com/repos/kurrrioo/junit-example/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/kurrrioo/junit-example/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/kurrrioo/junit-example/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/kurrrioo/junit-example/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/kurrrioo/junit-example/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/kurrrioo/junit-example/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/kurrrioo/junit-example/deployments",
|
||||
"created_at": "2025-04-16T15:24:51Z",
|
||||
"updated_at": "2025-04-16T15:24:55Z",
|
||||
"pushed_at": "2025-04-16T15:24:51Z",
|
||||
"git_url": "git://github.com/kurrrioo/junit-example.git",
|
||||
"ssh_url": "git@github.com:kurrrioo/junit-example.git",
|
||||
"clone_url": "https://github.com/kurrrioo/junit-example.git",
|
||||
"svn_url": "https://github.com/kurrrioo/junit-example",
|
||||
"homepage": null,
|
||||
"size": 0,
|
||||
"stargazers_count": 0,
|
||||
"watchers_count": 0,
|
||||
"language": null,
|
||||
"has_issues": true,
|
||||
"has_projects": true,
|
||||
"has_downloads": true,
|
||||
"has_wiki": true,
|
||||
"has_pages": false,
|
||||
"has_discussions": false,
|
||||
"forks_count": 0,
|
||||
"mirror_url": null,
|
||||
"archived": false,
|
||||
"disabled": false,
|
||||
"open_issues_count": 0,
|
||||
"license": null,
|
||||
"allow_forking": true,
|
||||
"is_template": false,
|
||||
"web_commit_signoff_required": false,
|
||||
"topics": [
|
||||
|
||||
],
|
||||
"visibility": "public",
|
||||
"forks": 0,
|
||||
"open_issues": 0,
|
||||
"watchers": 0,
|
||||
"default_branch": "main"
|
||||
},
|
||||
{
|
||||
"id": 1097001412,
|
||||
"node_id": "R_kgDOQWLpxA",
|
||||
"name": "Termux-Udocker",
|
||||
"full_name": "kurrrioo/Termux-Udocker",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "kurrrioo",
|
||||
"id": 5738050,
|
||||
"node_id": "MDQ6VXNlcjU3MzgwNTA=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/5738050?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/kurrrioo",
|
||||
"html_url": "https://github.com/kurrrioo",
|
||||
"followers_url": "https://api.github.com/users/kurrrioo/followers",
|
||||
"following_url": "https://api.github.com/users/kurrrioo/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/kurrrioo/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/kurrrioo/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/kurrrioo/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/kurrrioo/orgs",
|
||||
"repos_url": "https://api.github.com/users/kurrrioo/repos",
|
||||
"events_url": "https://api.github.com/users/kurrrioo/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/kurrrioo/received_events",
|
||||
"type": "User",
|
||||
"user_view_type": "public",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/kurrrioo/Termux-Udocker",
|
||||
"description": "Run Docker images in Termux via Udocker. No root, no qemu-VM, much faster.",
|
||||
"fork": true,
|
||||
"url": "https://api.github.com/repos/kurrrioo/Termux-Udocker",
|
||||
"forks_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/forks",
|
||||
"keys_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/teams",
|
||||
"hooks_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/events",
|
||||
"assignees_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/tags",
|
||||
"blobs_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/subscription",
|
||||
"commits_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/merges",
|
||||
"archive_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/downloads",
|
||||
"issues_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/kurrrioo/Termux-Udocker/deployments",
|
||||
"created_at": "2025-11-15T10:55:33Z",
|
||||
"updated_at": "2025-11-15T10:58:14Z",
|
||||
"pushed_at": "2025-11-15T10:58:11Z",
|
||||
"git_url": "git://github.com/kurrrioo/Termux-Udocker.git",
|
||||
"ssh_url": "git@github.com:kurrrioo/Termux-Udocker.git",
|
||||
"clone_url": "https://github.com/kurrrioo/Termux-Udocker.git",
|
||||
"svn_url": "https://github.com/kurrrioo/Termux-Udocker",
|
||||
"homepage": "",
|
||||
"size": 25,
|
||||
"stargazers_count": 0,
|
||||
"watchers_count": 0,
|
||||
"language": "Shell",
|
||||
"has_issues": false,
|
||||
"has_projects": true,
|
||||
"has_downloads": true,
|
||||
"has_wiki": false,
|
||||
"has_pages": false,
|
||||
"has_discussions": false,
|
||||
"forks_count": 0,
|
||||
"mirror_url": null,
|
||||
"archived": false,
|
||||
"disabled": false,
|
||||
"open_issues_count": 0,
|
||||
"license": null,
|
||||
"allow_forking": true,
|
||||
"is_template": false,
|
||||
"web_commit_signoff_required": false,
|
||||
"topics": [
|
||||
|
||||
],
|
||||
"visibility": "public",
|
||||
"forks": 0,
|
||||
"open_issues": 0,
|
||||
"watchers": 0,
|
||||
"default_branch": "main"
|
||||
},
|
||||
{
|
||||
"id": 160929799,
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnkxNjA5Mjk3OTk=",
|
||||
"name": "twentytwo",
|
||||
"full_name": "kurrrioo/twentytwo",
|
||||
"private": false,
|
||||
"owner": {
|
||||
"login": "kurrrioo",
|
||||
"id": 5738050,
|
||||
"node_id": "MDQ6VXNlcjU3MzgwNTA=",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/5738050?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/kurrrioo",
|
||||
"html_url": "https://github.com/kurrrioo",
|
||||
"followers_url": "https://api.github.com/users/kurrrioo/followers",
|
||||
"following_url": "https://api.github.com/users/kurrrioo/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/kurrrioo/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/kurrrioo/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/kurrrioo/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/kurrrioo/orgs",
|
||||
"repos_url": "https://api.github.com/users/kurrrioo/repos",
|
||||
"events_url": "https://api.github.com/users/kurrrioo/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/kurrrioo/received_events",
|
||||
"type": "User",
|
||||
"user_view_type": "public",
|
||||
"site_admin": false
|
||||
},
|
||||
"html_url": "https://github.com/kurrrioo/twentytwo",
|
||||
"description": "testing website",
|
||||
"fork": false,
|
||||
"url": "https://api.github.com/repos/kurrrioo/twentytwo",
|
||||
"forks_url": "https://api.github.com/repos/kurrrioo/twentytwo/forks",
|
||||
"keys_url": "https://api.github.com/repos/kurrrioo/twentytwo/keys{/key_id}",
|
||||
"collaborators_url": "https://api.github.com/repos/kurrrioo/twentytwo/collaborators{/collaborator}",
|
||||
"teams_url": "https://api.github.com/repos/kurrrioo/twentytwo/teams",
|
||||
"hooks_url": "https://api.github.com/repos/kurrrioo/twentytwo/hooks",
|
||||
"issue_events_url": "https://api.github.com/repos/kurrrioo/twentytwo/issues/events{/number}",
|
||||
"events_url": "https://api.github.com/repos/kurrrioo/twentytwo/events",
|
||||
"assignees_url": "https://api.github.com/repos/kurrrioo/twentytwo/assignees{/user}",
|
||||
"branches_url": "https://api.github.com/repos/kurrrioo/twentytwo/branches{/branch}",
|
||||
"tags_url": "https://api.github.com/repos/kurrrioo/twentytwo/tags",
|
||||
"blobs_url": "https://api.github.com/repos/kurrrioo/twentytwo/git/blobs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/kurrrioo/twentytwo/git/tags{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/kurrrioo/twentytwo/git/refs{/sha}",
|
||||
"trees_url": "https://api.github.com/repos/kurrrioo/twentytwo/git/trees{/sha}",
|
||||
"statuses_url": "https://api.github.com/repos/kurrrioo/twentytwo/statuses/{sha}",
|
||||
"languages_url": "https://api.github.com/repos/kurrrioo/twentytwo/languages",
|
||||
"stargazers_url": "https://api.github.com/repos/kurrrioo/twentytwo/stargazers",
|
||||
"contributors_url": "https://api.github.com/repos/kurrrioo/twentytwo/contributors",
|
||||
"subscribers_url": "https://api.github.com/repos/kurrrioo/twentytwo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/kurrrioo/twentytwo/subscription",
|
||||
"commits_url": "https://api.github.com/repos/kurrrioo/twentytwo/commits{/sha}",
|
||||
"git_commits_url": "https://api.github.com/repos/kurrrioo/twentytwo/git/commits{/sha}",
|
||||
"comments_url": "https://api.github.com/repos/kurrrioo/twentytwo/comments{/number}",
|
||||
"issue_comment_url": "https://api.github.com/repos/kurrrioo/twentytwo/issues/comments{/number}",
|
||||
"contents_url": "https://api.github.com/repos/kurrrioo/twentytwo/contents/{+path}",
|
||||
"compare_url": "https://api.github.com/repos/kurrrioo/twentytwo/compare/{base}...{head}",
|
||||
"merges_url": "https://api.github.com/repos/kurrrioo/twentytwo/merges",
|
||||
"archive_url": "https://api.github.com/repos/kurrrioo/twentytwo/{archive_format}{/ref}",
|
||||
"downloads_url": "https://api.github.com/repos/kurrrioo/twentytwo/downloads",
|
||||
"issues_url": "https://api.github.com/repos/kurrrioo/twentytwo/issues{/number}",
|
||||
"pulls_url": "https://api.github.com/repos/kurrrioo/twentytwo/pulls{/number}",
|
||||
"milestones_url": "https://api.github.com/repos/kurrrioo/twentytwo/milestones{/number}",
|
||||
"notifications_url": "https://api.github.com/repos/kurrrioo/twentytwo/notifications{?since,all,participating}",
|
||||
"labels_url": "https://api.github.com/repos/kurrrioo/twentytwo/labels{/name}",
|
||||
"releases_url": "https://api.github.com/repos/kurrrioo/twentytwo/releases{/id}",
|
||||
"deployments_url": "https://api.github.com/repos/kurrrioo/twentytwo/deployments",
|
||||
"created_at": "2018-12-08T10:49:47Z",
|
||||
"updated_at": "2025-11-15T10:49:13Z",
|
||||
"pushed_at": "2025-11-15T10:49:09Z",
|
||||
"git_url": "git://github.com/kurrrioo/twentytwo.git",
|
||||
"ssh_url": "git@github.com:kurrrioo/twentytwo.git",
|
||||
"clone_url": "https://github.com/kurrrioo/twentytwo.git",
|
||||
"svn_url": "https://github.com/kurrrioo/twentytwo",
|
||||
"homepage": null,
|
||||
"size": 2,
|
||||
"stargazers_count": 0,
|
||||
"watchers_count": 0,
|
||||
"language": null,
|
||||
"has_issues": true,
|
||||
"has_projects": true,
|
||||
"has_downloads": true,
|
||||
"has_wiki": true,
|
||||
"has_pages": false,
|
||||
"has_discussions": false,
|
||||
"forks_count": 0,
|
||||
"mirror_url": null,
|
||||
"archived": false,
|
||||
"disabled": false,
|
||||
"open_issues_count": 1,
|
||||
"license": null,
|
||||
"allow_forking": true,
|
||||
"is_template": false,
|
||||
"web_commit_signoff_required": false,
|
||||
"topics": [
|
||||
|
||||
],
|
||||
"visibility": "public",
|
||||
"forks": 0,
|
||||
"open_issues": 1,
|
||||
"watchers": 0,
|
||||
"default_branch": "master"
|
||||
}
|
||||
]
|
||||
20
data/socialmedia.json
Normal file
20
data/socialmedia.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{ "accounts" :
|
||||
[
|
||||
{
|
||||
"name": "X",
|
||||
"url": "https://x.com/mirror1089"
|
||||
},
|
||||
{
|
||||
"name": "Tumblr",
|
||||
"url": "https://www.tumblr.com/redesignart"
|
||||
},
|
||||
{
|
||||
"name": "LinkedIn",
|
||||
"url": "https://de.linkedin.com/in/franz-klotsche-84461858"
|
||||
},
|
||||
{
|
||||
"name": "GitHub",
|
||||
"url": "https://github.com/kurrrioo/"
|
||||
}
|
||||
]
|
||||
}
|
||||
7
layouts/_default/contact.html
Normal file
7
layouts/_default/contact.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
Bitte nicht hacken. Danke im Voraus.
|
||||
<h3>Social Media</h3>
|
||||
{{- partial "social-media.html" . -}}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
16
layouts/_default/opensource.html
Normal file
16
layouts/_default/opensource.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ .Content }}
|
||||
{{ $url := printf "%s/%s/repos" .Site.Params.gh_url .Site.Params.gh_user }}
|
||||
{{ $repos := getJSON $url }}
|
||||
{{ $repos_local := getJSON "data/repos.json" }}
|
||||
<section class="oss">
|
||||
{{ range $repos_local }}
|
||||
<article>
|
||||
<h3><a href="{{ .html_url }}">{{ .name }}</a></h3>
|
||||
<p>{{ .description }}</p>
|
||||
</article>
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ end }}
|
||||
84
public/about/index.html
Normal file
84
public/about/index.html
Normal file
@@ -0,0 +1,84 @@
|
||||
<!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="English language hallucinations.">
|
||||
<link rel="stylesheet" href="/css/syntax.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
|
||||
<title>About - 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\/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="/">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>
|
||||
|
||||
<p>Hi. My name is Fransz, with a sharp ß.</p>
|
||||
|
||||
|
||||
|
||||
</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>
|
||||
115
public/categories/index.html
Normal file
115
public/categories/index.html
Normal file
@@ -0,0 +1,115 @@
|
||||
<!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/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>
|
||||
<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\/',
|
||||
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>Kategorien</h2>
|
||||
<p>Blog Posts und Projekte haben Kategorien. In dieser Übersicht erkennt man noch nicht den Unterschied.</p>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
</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>
|
||||
65
public/categories/index.xml
Normal file
65
public/categories/index.xml
Normal file
@@ -0,0 +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>Kategorien on Fransz Portfolio</title>
|
||||
<link>https://kurrrioo.neocities.org/categories/</link>
|
||||
<description>Recent content in Kategorien 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/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>
|
||||
85
public/categories/outsource/index.html
Normal file
85
public/categories/outsource/index.html
Normal 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>
|
||||
20
public/categories/outsource/index.xml
Normal file
20
public/categories/outsource/index.xml
Normal 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 <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.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
88
public/categories/personal/index.html
Normal file
88
public/categories/personal/index.html
Normal 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>
|
||||
29
public/categories/personal/index.xml
Normal file
29
public/categories/personal/index.xml
Normal 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><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p></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><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></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
85
public/categories/programmierbuch/index.html
Normal file
85
public/categories/programmierbuch/index.html
Normal 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>
|
||||
23
public/categories/programmierbuch/index.xml
Normal file
23
public/categories/programmierbuch/index.xml
Normal 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>
|
||||
85
public/categories/selfhost/index.html
Normal file
85
public/categories/selfhost/index.html
Normal 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>
|
||||
20
public/categories/selfhost/index.xml
Normal file
20
public/categories/selfhost/index.xml
Normal 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 <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.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
88
public/categories/thoughts/index.html
Normal file
88
public/categories/thoughts/index.html
Normal 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>
|
||||
29
public/categories/thoughts/index.xml
Normal file
29
public/categories/thoughts/index.xml
Normal 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><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p></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><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></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
85
public/categories/website/index.html
Normal file
85
public/categories/website/index.html
Normal 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>
|
||||
23
public/categories/website/index.xml
Normal file
23
public/categories/website/index.xml
Normal 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>
|
||||
106
public/contact/index.html
Normal file
106
public/contact/index.html
Normal file
@@ -0,0 +1,106 @@
|
||||
<!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="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>
|
||||
|
||||
<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\/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="/">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>
|
||||
|
||||
<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><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">---> 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">---> 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">'g'</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 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>
|
||||
110
public/css/style.css
Normal file
110
public/css/style.css
Normal file
@@ -0,0 +1,110 @@
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
width: 89%;
|
||||
}
|
||||
nav, footer {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
nav {
|
||||
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;
|
||||
}
|
||||
|
||||
/* 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; }
|
||||
.project-container {
|
||||
flex-direction: row;
|
||||
column-gap: 1.5em;
|
||||
}
|
||||
.pagination { width: 30%; }
|
||||
}
|
||||
.oss {
|
||||
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%;
|
||||
}
|
||||
|
||||
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
85
public/css/syntax.css
Normal 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
BIN
public/images/gate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 352 KiB |
BIN
public/images/gitea_heatmap.png
Normal file
BIN
public/images/gitea_heatmap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
public/images/tribute.png
Normal file
BIN
public/images/tribute.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
111
public/index.html
Normal file
111
public/index.html
Normal file
@@ -0,0 +1,111 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<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>
|
||||
|
||||
<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\/',
|
||||
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>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 (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:
|
||||
|
||||
<a href="/projects/commenting/">Kommentar-Funktion mit hugo</a>
|
||||
|
||||
</p>
|
||||
|
||||
</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>
|
||||
124
public/index.xml
Normal file
124
public/index.xml
Normal file
@@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Willkommen on Fransz Portfolio</title>
|
||||
<link>https://kurrrioo.neocities.org/</link>
|
||||
<description>Recent content in Willkommen on Fransz Portfolio</description>
|
||||
<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 <em>CORS</em> 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><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p></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><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></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 <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.</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/users: <a href="https://api.github.com/users/kurrrioo/repos">JSON-Datei</a></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 <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></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Admin Kontakt</title>
|
||||
<link>https://kurrrioo.neocities.org/contact/</link>
|
||||
<pubDate>Sun, 02 Nov 2025 21:52:55 +0100</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/contact/</guid>
|
||||
<description>Ich möchte Dino ausprobieren. Ich habe den Klienten auf macports gefunden. Es gibt folgende Abhängigkeiten:
|
||||
---&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>
|
||||
<title>Résumé</title>
|
||||
<link>https://kurrrioo.neocities.org/resume/</link>
|
||||
<pubDate>Sun, 02 Nov 2025 21:49:23 +0100</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/resume/</guid>
|
||||
<description>curriculum vitae</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>About</title>
|
||||
<link>https://kurrrioo.neocities.org/about/</link>
|
||||
<pubDate>Sun, 02 Nov 2025 21:34:47 +0100</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/about/</guid>
|
||||
<description>Hi. My name is Fransz, with a sharp ß.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Archive</title>
|
||||
<link>https://kurrrioo.neocities.org/presentations/archive/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/presentations/archive/</guid>
|
||||
<description>Art and Technology 2011, in Twente Enschede: redesign art
|
||||
Tech used item item item </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>ChyrpLite Blog</title>
|
||||
<link>https://kurrrioo.neocities.org/projects/chyrp/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/projects/chyrp/</guid>
|
||||
<description>Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf <a href="https://statusnet.liveblog365.com">statusnet.liveblog</a>. Der Inhalt ist auf Englisch oder Niederländisch.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
85
public/month/index.html
Normal file
85
public/month/index.html
Normal 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
19
public/month/index.xml
Normal 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>
|
||||
108
public/opensource/index.html
Normal file
108
public/opensource/index.html
Normal file
@@ -0,0 +1,108 @@
|
||||
<!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="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>
|
||||
|
||||
<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\/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="/">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>
|
||||
|
||||
<p>Ich nenne mich <em>kurrrioo</em> auf GitHub:</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="oss">
|
||||
|
||||
<article>
|
||||
<h3><a href="https://github.com/kurrrioo/Getting-Started-With-ACPI">Getting-Started-With-ACPI</a></h3>
|
||||
<p>Repo for Getting Started With ACPI</p>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<h3><a href="https://github.com/kurrrioo/junit-example">junit-example</a></h3>
|
||||
<p>https://github.com/junit-team/junit4/wiki/Getting-started---Ant</p>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<h3><a href="https://github.com/kurrrioo/Termux-Udocker">Termux-Udocker</a></h3>
|
||||
<p>Run Docker images in Termux via Udocker. No root, no qemu-VM, much faster.</p>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<h3><a href="https://github.com/kurrrioo/twentytwo">twentytwo</a></h3>
|
||||
<p>testing website</p>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
</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>
|
||||
127
public/posts/2025/11/css-zen-garden/index.html
Normal file
127
public/posts/2025/11/css-zen-garden/index.html
Normal 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’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’s about the play between the space it takes and creates.</p>
|
||||
<h3 id="as-r-magritte-said-">As R. Magritte said …</h3>
|
||||
<p>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.</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’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’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?</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’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’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.</p>
|
||||
<h3 id="tools">Tools</h3>
|
||||
<p>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?</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>
|
||||
130
public/posts/2025/11/index.html
Normal file
130
public/posts/2025/11/index.html
Normal 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’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>
|
||||
40
public/posts/2025/11/index.xml
Normal file
40
public/posts/2025/11/index.xml
Normal 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><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p></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><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></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
119
public/posts/2025/11/tribut/index.html
Normal file
119
public/posts/2025/11/tribut/index.html
Normal 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>
|
||||
150
public/posts/2025/11/tribute-von/index.html
Normal file
150
public/posts/2025/11/tribute-von/index.html
Normal 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 "image" }}</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) <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</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>
|
||||
119
public/posts/2025/11/twentytwentyfive/index.html
Normal file
119
public/posts/2025/11/twentytwentyfive/index.html
Normal 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>
|
||||
130
public/posts/2025/index.html
Normal file
130
public/posts/2025/index.html
Normal 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’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/2025/index.xml
Normal file
41
public/posts/2025/index.xml
Normal 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><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p></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><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></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
132
public/posts/index.html
Normal file
132
public/posts/index.html
Normal 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’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
41
public/posts/index.xml
Normal 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><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p></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><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></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
10
public/posts/page/1/index.html
Normal file
10
public/posts/page/1/index.html
Normal 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>
|
||||
96
public/presentations/archive/index.html
Normal file
96
public/presentations/archive/index.html
Normal file
@@ -0,0 +1,96 @@
|
||||
<!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>Archive - 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\/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="/">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">
|
||||
<h4>Thumbs</h4>
|
||||
Minimum vialable product gallery
|
||||
</section>
|
||||
<section class="present">
|
||||
<h2>Archive</h2>
|
||||
<p><img src="//via.placeholder.com/640x150" alt="alt"></p>
|
||||
<p>Art and Technology 2011, in Twente Enschede: <a href="https://www.tumblr.com/blog/redesignart">redesign art</a></p>
|
||||
<h3 id="tech-used">Tech used</h3>
|
||||
<ul>
|
||||
<li>item</li>
|
||||
<li>item</li>
|
||||
<li>item</li>
|
||||
</ul>
|
||||
|
||||
</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>
|
||||
92
public/presentations/index.html
Normal file
92
public/presentations/index.html
Normal file
@@ -0,0 +1,92 @@
|
||||
<!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="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>
|
||||
|
||||
<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\/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="/">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>
|
||||
|
||||
<p>Gallery</p>
|
||||
|
||||
|
||||
|
||||
<section class="present">
|
||||
<h4><a href="/presentations/archive/">
|
||||
<img alt="Archive" src="//placehold.co/150x150">
|
||||
</a></h4>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</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/presentations/index.xml
Normal file
20
public/presentations/index.xml
Normal 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>Presentations on Fransz Portfolio</title>
|
||||
<link>https://kurrrioo.neocities.org/presentations/</link>
|
||||
<description>Recent content in Presentations on Fransz Portfolio</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>de</language><atom:link href="https://kurrrioo.neocities.org/presentations/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Archive</title>
|
||||
<link>https://kurrrioo.neocities.org/presentations/archive/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/presentations/archive/</guid>
|
||||
<description>Art and Technology 2011, in Twente Enschede: redesign art
|
||||
Tech used item item item </description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
115
public/projects/chyrp/index.html
Normal file
115
public/projects/chyrp/index.html
Normal file
@@ -0,0 +1,115 @@
|
||||
<!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="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>
|
||||
|
||||
<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\/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="/">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>ChyrpLite Blog</h2>
|
||||
|
||||
<img alt="ChyrpLite screenshot" src="//placehold.co/640x150">
|
||||
|
||||
|
||||
<h3>Tech used</h3>
|
||||
<ul>
|
||||
|
||||
<li>JavaScript</li>
|
||||
|
||||
<li>CSS</li>
|
||||
|
||||
<li>HTML</li>
|
||||
|
||||
</ul>
|
||||
<p>Gehosted wird auf profreehost.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>
|
||||
118
public/projects/commenting/index.html
Normal file
118
public/projects/commenting/index.html
Normal 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>
|
||||
113
public/projects/gitea/index.html
Normal file
113
public/projects/gitea/index.html
Normal file
@@ -0,0 +1,113 @@
|
||||
<!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="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>
|
||||
|
||||
<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\/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="/">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>Gitea</h2>
|
||||
|
||||
<img alt="Git selfhosted" src="/images/gitea_heatmap.png">
|
||||
|
||||
|
||||
<h3>Tech used</h3>
|
||||
<ul>
|
||||
|
||||
<li>OCI = Oracle VPS</li>
|
||||
|
||||
<li>Ubuntu + Bash</li>
|
||||
|
||||
</ul>
|
||||
<p>Experimentieren mit der GiteaAPI. Zum Beispiel die heatmap laden.</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>
|
||||
108
public/projects/index.html
Normal file
108
public/projects/index.html
Normal file
@@ -0,0 +1,108 @@
|
||||
<!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="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>
|
||||
|
||||
<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\/',
|
||||
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>Projekte</h2>
|
||||
|
||||
<p><strong>DIY:</strong> Auf einem Oracle Virtual Private Server habe ich Ubuntu Noble mit Nginx laufen. Zurzeit befinden sich dort zwei aktive (produktive) Webdienste.</p>
|
||||
<p>Ein Blog mit ChyrpLite befindet sich auf einem managed Server von profreehost.</p>
|
||||
|
||||
|
||||
<section class="projects">
|
||||
<section class="projects">
|
||||
|
||||
|
||||
<h3><a href="/opensource/">Open Source</a></h3>
|
||||
<p>Mein Nutzerkonto der offiziellen GitHub Seite - gelistet werden öffentliche Sammlungen über api.github.com/users: <a href="https://api.github.com/users/kurrrioo/repos">JSON-Datei</a></p>
|
||||
|
||||
</section>
|
||||
|
||||
<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>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/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 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>
|
||||
24
public/projects/index.json
Normal file
24
public/projects/index.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
47
public/projects/index.xml
Normal file
47
public/projects/index.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Projekte on Fransz Portfolio</title>
|
||||
<link>https://kurrrioo.neocities.org/projects/</link>
|
||||
<description>Recent content in Projekte on Fransz Portfolio</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>de</language>
|
||||
<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 <em>CORS</em> 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 <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.</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 <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></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>ChyrpLite Blog</title>
|
||||
<link>https://kurrrioo.neocities.org/projects/chyrp/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://kurrrioo.neocities.org/projects/chyrp/</guid>
|
||||
<description>Regeläßig bloggen ist gar nicht so leicht. Schaue vorbei auf <a href="https://statusnet.liveblog365.com">statusnet.liveblog</a>. Der Inhalt ist auf Englisch oder Niederländisch.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
121
public/projects/linkace/index.html
Normal file
121
public/projects/linkace/index.html
Normal file
@@ -0,0 +1,121 @@
|
||||
<!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="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>
|
||||
</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\/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="/">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>LinkAce</h2>
|
||||
|
||||
|
||||
<h3>Tech used</h3>
|
||||
<ul>
|
||||
|
||||
<li>OCI = Oracle VPS</li>
|
||||
|
||||
<li>Ubuntu + Bash</li>
|
||||
|
||||
<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 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>
|
||||
84
public/resume/index.html
Normal file
84
public/resume/index.html
Normal file
@@ -0,0 +1,84 @@
|
||||
<!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="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>
|
||||
|
||||
<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\/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="/">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>
|
||||
|
||||
<p>curriculum vitae</p>
|
||||
|
||||
|
||||
|
||||
</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>
|
||||
105
public/sitemap.xml
Normal file
105
public/sitemap.xml
Normal file
@@ -0,0 +1,105 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<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>
|
||||
</url><url>
|
||||
<loc>https://kurrrioo.neocities.org/resume/</loc>
|
||||
<lastmod>2025-11-02T21:49:23+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://kurrrioo.neocities.org/about/</loc>
|
||||
<lastmod>2025-11-02T21:34:47+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://kurrrioo.neocities.org/</loc>
|
||||
<lastmod>2025-11-01T21:52:55+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://kurrrioo.neocities.org/posts/2025/11/</loc>
|
||||
</url><url>
|
||||
<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/month/</loc>
|
||||
</url><url>
|
||||
<loc>https://kurrrioo.neocities.org/presentations/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
85
public/tags/commenting/index.html
Normal file
85
public/tags/commenting/index.html
Normal 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>
|
||||
20
public/tags/commenting/index.xml
Normal file
20
public/tags/commenting/index.xml
Normal 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 <em>CORS</em> von einer externen Domäne trotzdem interaktiv sein.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
85
public/tags/css/index.html
Normal file
85
public/tags/css/index.html
Normal 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
20
public/tags/css/index.xml
Normal 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><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></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
85
public/tags/gohugo/index.html
Normal file
85
public/tags/gohugo/index.html
Normal 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>
|
||||
23
public/tags/gohugo/index.xml
Normal file
23
public/tags/gohugo/index.xml
Normal 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>
|
||||
85
public/tags/html/index.html
Normal file
85
public/tags/html/index.html
Normal 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>
|
||||
20
public/tags/html/index.xml
Normal file
20
public/tags/html/index.xml
Normal 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><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
120
public/tags/index.html
Normal file
120
public/tags/index.html
Normal file
@@ -0,0 +1,120 @@
|
||||
<!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/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>
|
||||
<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\/',
|
||||
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>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>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
</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>
|
||||
74
public/tags/index.xml
Normal file
74
public/tags/index.xml
Normal file
@@ -0,0 +1,74 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on Fransz Portfolio</title>
|
||||
<link>https://kurrrioo.neocities.org/tags/</link>
|
||||
<description>Recent content in Tags 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/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>
|
||||
85
public/tags/software/index.html
Normal file
85
public/tags/software/index.html
Normal 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>
|
||||
20
public/tags/software/index.xml
Normal file
20
public/tags/software/index.xml
Normal 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><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
85
public/tags/static-html/index.html
Normal file
85
public/tags/static-html/index.html
Normal 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>
|
||||
23
public/tags/static-html/index.xml
Normal file
23
public/tags/static-html/index.xml
Normal 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>
|
||||
85
public/tags/zen/index.html
Normal file
85
public/tags/zen/index.html
Normal 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
20
public/tags/zen/index.xml
Normal 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><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></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
85
public/year/index.html
Normal file
85
public/year/index.html
Normal 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
20
public/year/index.xml
Normal 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
BIN
static/images/gate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 352 KiB |
BIN
static/images/gitea_heatmap.png
Normal file
BIN
static/images/gitea_heatmap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
static/images/tribute.png
Normal file
BIN
static/images/tribute.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
13
themes/basic/layouts/_default/category.terms.html
Normal file
13
themes/basic/layouts/_default/category.terms.html
Normal 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 }}
|
||||
@@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<h2>{{ .Title }}</h2>
|
||||
{{ range .Pages }}
|
||||
<h4><a href="{{ .RelPermalink }}">{{ .Title }}
|
||||
</a></h4>
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user