first commit

This commit is contained in:
2026-05-19 11:03:31 +02:00
commit 08c65a4a19
21 changed files with 757 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# Homelab Blog
Moderne Hugo-Website im Terminal-Design für Homelab-Dokumentation, Services und Konfigurationen.
## Struktur
- `content/posts/` — Blogartikel
- `content/services/` — Service-Dokumentationen
- `content/configs/` — Konfigurationssnippets
- `content/projects/` — Infrastruktur- und Automatisierungsprojekte
- `layouts/` — eigene Templates
- `static/css/styles.css` — modernes Terminal-Theme
## Lokales Testen
1. Hugo installieren: https://gohugo.io/getting-started/installing/
2. In das Projektverzeichnis wechseln:
```bash
cd c:\Users\Lucas Hahmann\Documents\Code\homelab-blog
```
3. Lokalen Server starten:
```bash
hugo server -D
```
4. Im Browser öffnen: `http://localhost:1313`
## Anpassen
- `config.toml` für Titel, Menü und Farben
- `static/css/styles.css` für das Styling
- `content/*` für Inhalte und neue Seiten