bunteshaus.de/config.toml

90 lines
2.6 KiB
TOML
Raw Normal View History

2021-10-23 22:20:01 +02:00
baseURL = "https://bunteshaus.de/"
languageCode = "de-DE"
defaultContentLanguage = "de"
title = "Bunteshaus e.V."
2021-10-23 22:23:48 +02:00
theme = "buha"
2021-10-23 22:20:01 +02:00
enableGitInfo = true
paginate = 5
description = "Buntes Haus e.V. - Soziokulturelles Zentrum in Celle - probably the friendliest place on earth"
copyright = "bunteshaus.de"
2022-04-03 21:08:42 +02:00
[taxonomies]
2022-04-09 01:36:05 +02:00
categories = 'categories'
tags = 'tags'
2022-04-03 21:08:42 +02:00
events = 'events'
about = 'about'
featured = 'featured'
2022-04-10 13:56:50 +02:00
foundations = 'foundations'
2022-04-07 00:10:22 +02:00
[frontmatter]
date = ['date', 'publishDate', 'lastmod']
expiryDate = ['expiryDate']
lastmod = ['lastmod', ':git', 'date', 'publishDate']
publishDate = ['publishDate', 'date']
2021-10-23 22:20:01 +02:00
[params]
# keywords for seo
keywords = "buntes haus celle, buntes haus, bunteshaus, celle, buntes haus e.V., www.bunteshaus.de, celle, punk, reggae, ska, konzerte, partys, soziokultur, soziokulturelles zentrum celle, elektro, electroe, jugendzentrum, celle, dum n bass, konzert, musik, politik, kultur, alternativ, cd kaserne celle, cd kaserne, plenum, celle, antifa, antira, anti akw, anti atom celle, veranstaltungen, infoladen, proberaum celle, archiv für neue soziale bewegungen in celle, hartz 4 IV beratung celle, skaten, graffiti, sprayen, kunst, fahrradwerkstatt, deka dance celle, dekadance, Revista, probably the friendliest Place on Earth"
2022-04-10 14:10:19 +02:00
debug = false
2021-10-23 22:20:01 +02:00
#do you want a contact page?
contact = true
2022-04-08 12:04:46 +02:00
#do you want a newsletter page?
newsletter = true
#do you want a links page?
links = true
2022-04-07 16:31:15 +02:00
2021-10-23 22:20:01 +02:00
#do you want an archive?
archive = true
# do you want an imprint?
imprint = true
2022-04-08 19:24:56 +02:00
# what is seen in the header?
2022-04-03 21:08:42 +02:00
mainMenu = ['about']
2022-04-08 19:24:56 +02:00
# in which section search for posts?
2022-04-04 12:44:19 +02:00
searchSections = ['news']
2022-04-08 15:02:22 +02:00
# how long stays a featrued article on frontpage as featured (in weeks)
featured_expire = "1"
2022-04-09 01:36:05 +02:00
placeholder = "/images/no_article_pic.png"
2021-10-23 22:20:01 +02:00
# data for your imprint and contact page
[params.imprintdata]
tel = "(+) 49 5141 907 927"
mail = 'info@bunteshaus.de'
street = "Hannoversche Straße 30 f"
2022-04-03 21:08:42 +02:00
pobox = "3166"
2021-10-23 22:20:01 +02:00
city = "29221 Celle"
country = "Niedersachsen / Deutschland"
executive = "Ingileif Bech"
nonprofit = true
2022-04-10 14:36:57 +02:00
[params.foundations]
brentrup = "https://heise.de"
2021-10-23 22:20:01 +02:00
[outputs]
2022-04-08 21:13:24 +02:00
home = ["HTML", "RSS"]
2021-10-23 22:20:01 +02:00
section = ["HTML", "RSS"]
page = ["HTML"]
taxonomy = ["HTML", "RSS"]
term = ["HTML", "RSS"]
[languages]
[languages.de]
languageName = "Deutsch"
weight = 10
[languages.ku]
languageName = "Kurdî"
weight = 0
[languages.en]
languageName = "English"
2022-04-05 15:34:25 +02:00
weight = 5
2021-10-23 22:20:01 +02:00