No description
Find a file
2025-10-02 17:32:41 +02:00
archetypes initiales Commit 2024-05-30 13:14:35 +02:00
content Fahrplan verlinkt 2025-09-27 18:33:50 +02:00
layouts new URL due to new name 2025-10-02 17:32:41 +02:00
static display footer on mobile 2025-07-12 11:22:06 +02:00
themes override funktioniert! yeass 2025-04-08 13:35:54 +02:00
.gitignore remove test post 2025-04-08 22:18:39 +02:00
.gitmodules initiales Commit 2024-05-30 13:14:35 +02:00
hugo.toml Revert "Sprache noch passend setzen" 2025-09-27 19:02:16 +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