1
0
Fork 0

update: support multiple feed filenames in config and templates

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2026-01-21 13:47:03 +01:00
parent 5265b6d5cc
commit ea27453685
3 changed files with 12 additions and 5 deletions

View file

@ -16,8 +16,8 @@ taxonomies = [
{name = "tags", feed = true, paginate_by=10},
]
generate_feed = true
feed_filename = "rss.xml"
generate_feeds = true
feed_filenames = ["rss.xml"]
[search] # Options specific to elasticlunr search.
# index format can be: elasticlunr_json or elasticlunr_javascript