No description
Find a file
2025-04-08 12:22:09 +02:00
archetypes initiales Commit 2024-05-30 13:14:35 +02:00
content index struktur 2025-04-08 12:22:09 +02:00
static add fonts (but I think its broken) 2025-04-08 12:21:31 +02:00
themes Headerbild gefixt (bei gegräuchlichen Displaygrößen) 2025-02-28 19:32:33 +01: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 use custom theme 2025-04-08 10:55:55 +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