Alternative content (RSS, (offline) JSON), social media partial

This commit is contained in:
Franz Klotsche
2025-11-19 11:16:40 +01:00
parent 1c9e04e308
commit dc0b5d8cfc
15 changed files with 501 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
---
title: "Willkommen"
date: 2025-11-01T21:52:55+01:00
keywords: WWW Was Wie Warum
description: Eine Lern-Website mit der ich zeigen will, woran ich im IT-Sektor gearbeitet habe.
---
Das soll irgendwann mal eine ordentliche Portfolio Seite werden.

View File

@@ -6,4 +6,25 @@ layout: contact
description: Kontaktieren Sie mich direkt, wenn ich online bin, oder hinterlassen Sie mir eine Nachricht.
---
Ich möchte `Dino` ausprobieren.
Ich möchte `Dino` ausprobieren. Ich habe den Klienten auf *macports* gefunden. Es gibt folgende Abhängigkeiten:
~~~
---> 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
~~~
---> 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
~~~

View File

@@ -2,8 +2,10 @@
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/user."
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:

View File

@@ -1,7 +1,12 @@
---
title: "Projekte"
draft: false
description: Eine Liste mit Projekten, die ich in meiner Freizeit als DevOp oder eher öfter als einfacher Anwender, unterhalte.
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.

View File

@@ -1,6 +1,7 @@
---
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"

View File

@@ -1,9 +1,11 @@
---
title: "Gitea"
draft: false
keywords: Versionsverwaltung selfhost VPS
description: Gitea ist OpenSource und nicht schwer einzurichten.
image: //placehold.co/640x150
alt_text: "Git selfhosted"
summary: "Dateiverwaltung mit `git` und der Weboberfläche von Gitea **(DIY)**."
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

View File

@@ -1,9 +1,12 @@
---
title: "Linkace"
draft: false
keywords: bookmarking selfhost (non-)docker
description: Linkace ist ein Projekt von Woblick.dev
image: //placehold.co/640x150
alt_text: "Selfhosting Linkace"
summary: "Lesezeichendienst in eigener Verwaltung **(DIY)**."
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."
tech_used:
- OCI = Oracle VPS
- Ubuntu + Bash