No description
  • HTML 57.8%
  • CSS 42.2%
Find a file
Florian Schlegel 1c66810b32 Vorjahres-Layout typbasiert statt per layout-Frontmatter
Hugo 0.145 (Server) löst layout:"vorjahr" für Root-Seiten nicht auf und
fällt aufs Theme-single.html zurück, das einen eigenen header-Block
definiert – dadurch wurde site-header.html übersprungen und die Seite
online zerbrach. Mit type:"vorjahr" + layouts/vorjahr/single.html greift
das Lookup versionsunabhängig.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 01:05:53 +02:00
archetypes initiales Commit 2024-05-30 13:14:35 +02:00
content Vorjahres-Layout typbasiert statt per layout-Frontmatter 2026-07-17 01:05:53 +02:00
layouts Vorjahres-Layout typbasiert statt per layout-Frontmatter 2026-07-17 01:05:53 +02:00
static Vorjahre nach Jahren mit Jahres-Design + Ticketshop ins Menü 2026-07-17 00:21:50 +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 Vorjahre nach Jahren mit Jahres-Design + Ticketshop ins Menü 2026-07-17 00:21:50 +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