bunteshaus.de/config/_default/config.toml

41 lines
1022 B
TOML
Raw Normal View History

2022-04-11 16:06:41 +02:00
baseURL = "https://bunteshaus.de/"
languageCode = "de-DE"
title = "Bunteshaus e.V."
theme = "buha"
enableGitInfo = true
paginate = 5
2022-06-08 04:56:35 +02:00
summaryLength = 30
2022-04-11 16:06:41 +02:00
description = "Buntes Haus e.V. - Soziokulturelles Zentrum in Celle - probably the friendliest place on earth"
copyright = "bunteshaus.de"
2022-04-12 08:26:18 +02:00
defaultContentLanguageInSubdir = true
defaultContentLanguage = "de"
2022-06-07 13:36:28 +02:00
[related]
threshold = 10
includeNewer = true
toLower = true
[[related.indices]]
name = "tags"
weight = 90
2022-06-23 10:32:21 +02:00
[params.shareButtons]
2022-06-23 10:49:09 +02:00
size = "medium"
2022-06-23 10:36:10 +02:00
networks = ["email", "pinterest", "facebook", "twitter", "whatsapp"]
2022-06-24 19:20:59 +02:00
FontSize = ".9em"
2022-06-24 02:20:54 +02:00
[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