40d68d455a
- Self-host Cormorant Garant WOFF2 files (300/400, normal/italic) in static/fonts/ — no external CDN dependency, GDPR-friendly - Inline @font-face declarations via head-custom.html override - Warm colour palette (ivory #faf8f4, deep warm near-black #0d0b09) - Light theme as default - Hero title: large italic Cormorant Garant 300, uppercased tagline - Intro text uses muted warm tone for visual hierarchy Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
35 lines
682 B
TOML
35 lines
682 B
TOML
baseURL = "https://plassonke.de/"
|
|
title = "Hochzeit"
|
|
theme = "gallery"
|
|
defaultContentLanguage = "de"
|
|
disableKinds = ["taxonomy"]
|
|
enableRobotsTXT = true
|
|
locale = "de"
|
|
timeZone = "Europe/Berlin"
|
|
timeout = "120s"
|
|
|
|
[params]
|
|
defaultTheme = "light"
|
|
description = "Hochzeit"
|
|
title = "Hochzeit"
|
|
[params.author]
|
|
name = "Yannis Vierkoetter"
|
|
email = "yannis.vierkoetter@bill-x.de"
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS"]
|
|
page = ["HTML"]
|
|
section = ["HTML"]
|
|
|
|
[imaging]
|
|
quality = 75
|
|
resampleFilter = "CatmullRom"
|
|
[imaging.exif]
|
|
disableDate = false
|
|
disableLatLong = true
|
|
includeFields = "ImageDescription|Orientation"
|
|
|
|
[services]
|
|
[services.rss]
|
|
limit = 100
|