From f6a8f823f265427e6d87275b1b8afc43f4a2e27b Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 17 Feb 2025 03:17:40 +0100 Subject: [PATCH] added status icons to pages --- docs/assets/css/extra-icons.css | 30 +++++++++++++++++++ .../250211-mein-weg-zu-eigenen-ki-agenten.md | 1 + docs/projects/customerprojects/index.md | 1 + docs/projects/internalprojects/index.md | 1 + docs/projects/privateprojects/index.md | 3 +- .../profiles/lifestyle-konfigurator/index.md | 1 + .../profiles/mdm-mam-journey/index.md | 1 + docs/projects/profiles/online-store/index.md | 1 + docs/projects/profiles/programming/index.md | 1 + docs/projects/profiles/relocations/index.md | 1 + .../profiles/zero-trust-security/index.md | 1 + mkdocs.yml | 5 ++++ 12 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 docs/assets/css/extra-icons.css diff --git a/docs/assets/css/extra-icons.css b/docs/assets/css/extra-icons.css new file mode 100644 index 0000000..e7ba3d5 --- /dev/null +++ b/docs/assets/css/extra-icons.css @@ -0,0 +1,30 @@ +/* + * Copyright (c) 2025 Stephan Hadan + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + + :root { + --md-status--wip: url('data:image/svg+xml;charset=utf-8,') + } + + .md-status--wip::after { + mask-image: var(--md-status--wip); + -webkit-mask-image: var(--md-status--wip); + } \ No newline at end of file diff --git a/docs/blog/posts/250211-mein-weg-zu-eigenen-ki-agenten.md b/docs/blog/posts/250211-mein-weg-zu-eigenen-ki-agenten.md index 274aaac..edd28ec 100644 --- a/docs/blog/posts/250211-mein-weg-zu-eigenen-ki-agenten.md +++ b/docs/blog/posts/250211-mein-weg-zu-eigenen-ki-agenten.md @@ -11,6 +11,7 @@ categories: links: - n8n: https://n8n.io/ - Ollama: https://ollama.com/ +status: new --- # Artikelserie: Mein Weg zum eigenen KI-Agenten – Schritt für Schritt zum digitalen Assistenten diff --git a/docs/projects/customerprojects/index.md b/docs/projects/customerprojects/index.md index 87c9517..3e3ea8d 100644 --- a/docs/projects/customerprojects/index.md +++ b/docs/projects/customerprojects/index.md @@ -1,6 +1,7 @@ --- pdf: false comments: false +status: wip --- # Kundenprojekte diff --git a/docs/projects/internalprojects/index.md b/docs/projects/internalprojects/index.md index 87e7fe0..2010d8c 100644 --- a/docs/projects/internalprojects/index.md +++ b/docs/projects/internalprojects/index.md @@ -1,6 +1,7 @@ --- pdf: false comments: false +status: wip --- # Interne IT-Projekte diff --git a/docs/projects/privateprojects/index.md b/docs/projects/privateprojects/index.md index 1d42fd2..5613b3e 100644 --- a/docs/projects/privateprojects/index.md +++ b/docs/projects/privateprojects/index.md @@ -1,6 +1,7 @@ --- pdf: false comments: false +status: wip --- # Private Projekte @@ -12,8 +13,6 @@ Deswegen setze ich mich derzeit vor allem mit der Erstellung von KI-Agenten ause Eingesetze Komponenten sind hierbei: - - * **n8n – Der Workflow-Automatisierer** n8n ist das Herzstück meiner Automatisierung. Mit seiner visuellen Oberfläche lassen sich No-Code-Workflows einfach erstellen und anpassen – ideal für Technik-Enthusiasten und Einsteiger gleichermaßen. * **Docker/Podman – Container-Technologie** mit Docker oder Podman lassen sich Anwendungen isoliert in Containern betreiben. Dadurch bleibt das System sauber und flexibel, ohne klassische „Auf meinem Rechner läuft’s nicht“-Probleme. * **Ollama – Lokale KI-Modelle** Ollama ermöglicht es, leistungsfähige KI-Modelle lokal zu nutzen – ohne Cloud-Anbindung und ohne Datenschutzrisiken. diff --git a/docs/projects/profiles/lifestyle-konfigurator/index.md b/docs/projects/profiles/lifestyle-konfigurator/index.md index 492b8eb..fc6a8c4 100644 --- a/docs/projects/profiles/lifestyle-konfigurator/index.md +++ b/docs/projects/profiles/lifestyle-konfigurator/index.md @@ -1,6 +1,7 @@ --- pdf: false comments: false +status: new --- # Welches-Fahrzeug passt zu mir? diff --git a/docs/projects/profiles/mdm-mam-journey/index.md b/docs/projects/profiles/mdm-mam-journey/index.md index 59b44be..b2ada20 100644 --- a/docs/projects/profiles/mdm-mam-journey/index.md +++ b/docs/projects/profiles/mdm-mam-journey/index.md @@ -1,6 +1,7 @@ --- pdf: false comments: false +status: new --- # Die MDM-/MAM-Reise diff --git a/docs/projects/profiles/online-store/index.md b/docs/projects/profiles/online-store/index.md index 73e2223..454725d 100644 --- a/docs/projects/profiles/online-store/index.md +++ b/docs/projects/profiles/online-store/index.md @@ -1,6 +1,7 @@ --- pdf: false comments: false +status: wip --- # Pionierarbeit diff --git a/docs/projects/profiles/programming/index.md b/docs/projects/profiles/programming/index.md index 0c98c26..1d1e715 100644 --- a/docs/projects/profiles/programming/index.md +++ b/docs/projects/profiles/programming/index.md @@ -1,6 +1,7 @@ --- pdf: false comments: false +status: new --- # Das Programmierprojekt diff --git a/docs/projects/profiles/relocations/index.md b/docs/projects/profiles/relocations/index.md index 0684007..dc88fa4 100644 --- a/docs/projects/profiles/relocations/index.md +++ b/docs/projects/profiles/relocations/index.md @@ -1,6 +1,7 @@ --- pdf: false comments: false +status: wip --- # IT-Umzüge diff --git a/docs/projects/profiles/zero-trust-security/index.md b/docs/projects/profiles/zero-trust-security/index.md index 3368483..3c2a75c 100644 --- a/docs/projects/profiles/zero-trust-security/index.md +++ b/docs/projects/profiles/zero-trust-security/index.md @@ -1,6 +1,7 @@ --- pdf: false comments: false +status: wip --- # Zero-Trust-Security diff --git a/mkdocs.yml b/mkdocs.yml index 922bc21..ff3cf76 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -155,9 +155,14 @@ extra: name: RSS-Feeds dieser Webseite isso: custom_url: https://comments.hadan-it.com + status: + deprecated: Wird entfernt + new: Kürzlich hinzugefügt + wip: WIP extra_css: - assets/css/custom.css + - assets/css/extra-icons.css # Extensions markdown_extensions: