Implementeren zoekfunctionaliteit

This commit is contained in:
Michael Boelen 2023-05-18 13:03:01 +02:00
parent 55c242d4b6
commit 372746317e
16 changed files with 247 additions and 13 deletions

View file

@ -15,6 +15,10 @@
mediaType = "text/calendar"
baseName = "calendar"
[SearchIndex]
mediatype = "application/json"
basename = "searchindex"
#[outputFormats.XMLEvent]
# mediaType = "application/xml"
# baseName = "schedule"

View file

@ -2,7 +2,7 @@
# Voor de home-page maken we een HTML, RSS en JSON Feed
# Secties alleen in HTML en voor pagina's in zowel HTML als CalendarEvent (iCAL) waar het van toepassing is
home = ["HTML", "RSS", "JSON"]
home = ["HTML", "RSS", "JSON", "SearchIndex"]
section = ["HTML"]
page = ["HTML", "CalendarEvent"]