Migreren van config.toml-configuratiebestand naar config-directory
This commit is contained in:
parent
f012b9957a
commit
d3368be921
20 changed files with 301 additions and 122 deletions
22
config/_default/outputformats.toml
Normal file
22
config/_default/outputformats.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue