2026-05-19 11:03:31 +02:00
2026-05-19 11:03:31 +02:00
2026-05-19 11:03:31 +02:00
2026-05-19 11:03:31 +02:00
2026-05-19 11:03:31 +02:00
2026-05-19 11:03:31 +02:00
2026-05-19 11:03:31 +02:00
2026-05-19 11:03:31 +02:00

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:
    cd c:\Users\Lucas Hahmann\Documents\Code\homelab-blog
    
  3. Lokalen Server starten:
    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
S
Description
Repo für meinen Tech-Blog
Readme 39 KiB
Languages
CSS 52.1%
HTML 47.9%