40 lines
1002 B
TOML
40 lines
1002 B
TOML
baseURL = "https://bunteshaus.de/"
|
|
languageCode = "de-DE"
|
|
title = "Bunteshaus e.V."
|
|
theme = "buha"
|
|
enableGitInfo = true
|
|
paginate = 5
|
|
summaryLength = 30
|
|
description = "Buntes Haus e.V. - Soziokulturelles Zentrum in Celle - probably the friendliest place on earth"
|
|
copyright = "bunteshaus.de"
|
|
|
|
defaultContentLanguageInSubdir = true
|
|
defaultContentLanguage = "de"
|
|
|
|
[related]
|
|
threshold = 10
|
|
includeNewer = true
|
|
toLower = true
|
|
|
|
[[related.indices]]
|
|
name = "tags"
|
|
weight = 90
|
|
|
|
|
|
[params.shareButtons]
|
|
size = "medium"
|
|
networks = ["email", "pinterest", "facebook", "twitter", "whatsapp"]
|
|
|
|
[mediaTypes."application/atom+xml"]
|
|
suffixes = ["xml"]
|
|
[outputFormats.Atom]
|
|
# https://validator.w3.org/feed/docs/atom.html#whatIsAtom
|
|
name = "Atom"
|
|
mediaType = "application/atom+xml"
|
|
baseName = "atom" # generated file = <baseName>.<mediaType."application/atom+xml".suffixes[0]> = atom.xml
|
|
isPlainText = false
|
|
rel = "alternate"
|
|
isHTML = false
|
|
noUgly = true
|
|
permalinkable = false
|