hero section

This commit is contained in:
Jannik Menzel 2025-05-17 02:59:57 +02:00
parent d31e4399a6
commit 477ef2dde8
4 changed files with 137 additions and 18 deletions

View file

@ -40,7 +40,8 @@ Anschließend kannst du die Website im Browser unter [http://localhost:1313](htt
- `content/` Inhalte der Website (Seiten im Markdown Format)
- `layouts/` Individuelle Layouts und Templates
- `static/` Statische Dateien (z.B. Bilder, PDFs)
- `static/` CSS, JavaScript Dateien und Images
- `assets/` CSS, JavaScript Dateien und Images
- `data/` Navigation Config-Datei
- `hugo.toml` Hauptkonfigurationsdatei für Hugo
## 💡 Entwicklungs-Hinweise