Migreren van config.toml-configuratiebestand naar config-directory

This commit is contained in:
Michael Boelen 2023-05-15 11:03:39 +02:00
parent f012b9957a
commit d3368be921
20 changed files with 301 additions and 122 deletions

View file

@ -0,0 +1,22 @@
# Configuratie tbv exporteerde formaten
# RSS-feed (Atom)
[RSS]
mediatype = "application/rss"
baseName = "atom"
# JSON Feed, index.json
[JSON]
mediatype = "application/json"
baseName = "feed"
# CalendarEvent genereerd een iCal-bestand voor evenementen
[CalendarEvent]
mediaType = "text/calendar"
baseName = "calendar"
#[outputFormats.XMLEvent]
# mediaType = "application/xml"
# baseName = "schedule"
# EOF