Enable both rss and atom feeds

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2024-06-22 14:04:21 +02:00
parent daaa151ebe
commit 7a9344835c

View file

@ -7,8 +7,8 @@ compile_sass = true
title = "Organic Maps"
description = "Free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists based on OpenStreetMap data. It is a privacy-focused, open-source fork of Maps.me app (previously known as MapsWithMe), maintained by the same people who created MapsWithMe in 2011."
author = "hello@organicmaps.app"
generate_feed = true
feed_filename = "rss.xml"
generate_feeds = true
feed_filenames = ["rss.xml", "atom.xml"]
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false