No description
Find a file
2025-04-08 15:45:33 +02:00
archetypes initiales Commit 2024-05-30 13:14:35 +02:00
content ordnerstruktur ummuddeln 2025-04-08 15:45:33 +02:00
layouts vorjahre seite, shortcode für 2024 2025-04-08 15:45:17 +02:00
static update logo and favicon 2025-04-08 15:13:47 +02:00
themes override funktioniert! yeass 2025-04-08 13:35:54 +02:00
.gitignore initiales Commit 2024-05-30 13:14:35 +02:00
.gitmodules initiales Commit 2024-05-30 13:14:35 +02:00
hugo.toml update logo and favicon 2025-04-08 15:13:47 +02:00
README.md pretty markdown 2025-04-08 11:29:20 +02:00

Webseite der Interfug

Seite bauen

Submodules auschecken

git submodule update --init --recursive

Seite unter public/ generieren

hugo

oder live testen

hugo server --buildDrafts
oder
hugo server -D