added status icons to pages
All checks were successful
ci / deploy (push) Successful in 36s

This commit is contained in:
Stephan Hadan 2025-02-17 03:17:40 +01:00
parent 33dc7dcdd0
commit f6a8f823f2
12 changed files with 45 additions and 2 deletions

View file

@ -0,0 +1,30 @@
/*
* Copyright (c) 2025 Stephan Hadan <stephan@hadan.de>
*
* 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,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M0 64C0 28.7 28.7 0 64 0L352 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 192c-35.3 0-64-28.7-64-64L0 64zM160 352c0-17.7 14.3-32 32-32l0-16c0-44.2 35.8-80 80-80l144 0c17.7 0 32-14.3 32-32l0-32 0-90.5c37.3 13.2 64 48.7 64 90.5l0 32c0 53-43 96-96 96l-144 0c-8.8 0-16 7.2-16 16l0 16c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-128z"/></svg>')
}
.md-status--wip::after {
mask-image: var(--md-status--wip);
-webkit-mask-image: var(--md-status--wip);
}

View file

@ -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

View file

@ -1,6 +1,7 @@
---
pdf: false
comments: false
status: wip
---
# Kundenprojekte

View file

@ -1,6 +1,7 @@
---
pdf: false
comments: false
status: wip
---
# Interne IT-Projekte

View file

@ -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äufts nicht“-Probleme.
* **Ollama Lokale KI-Modelle** Ollama ermöglicht es, leistungsfähige KI-Modelle lokal zu nutzen ohne Cloud-Anbindung und ohne Datenschutzrisiken.

View file

@ -1,6 +1,7 @@
---
pdf: false
comments: false
status: new
---
# Welches-Fahrzeug passt zu mir?

View file

@ -1,6 +1,7 @@
---
pdf: false
comments: false
status: new
---
# Die MDM-/MAM-Reise

View file

@ -1,6 +1,7 @@
---
pdf: false
comments: false
status: wip
---
# Pionierarbeit

View file

@ -1,6 +1,7 @@
---
pdf: false
comments: false
status: new
---
# Das Programmierprojekt

View file

@ -1,6 +1,7 @@
---
pdf: false
comments: false
status: wip
---
# IT-Umzüge

View file

@ -1,6 +1,7 @@
---
pdf: false
comments: false
status: wip
---
# Zero-Trust-Security

View file

@ -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: