36 lines
758 B
TOML
36 lines
758 B
TOML
baseURL = "https://plassonke.de/"
|
|
title = "Hochzeit"
|
|
theme = ["hugo-video", "gallery"]
|
|
defaultContentLanguage = "de"
|
|
disableKinds = ["taxonomy"]
|
|
enableRobotsTXT = true
|
|
locale = "de"
|
|
timeZone = "Europe/Berlin"
|
|
timeout = "120s"
|
|
|
|
[params]
|
|
defaultTheme = "light"
|
|
description = "Fotos von Linas und Marlins Hochzeit"
|
|
images = ["content/hero.png"]
|
|
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
|