Add sitemap (#572)

add sitemap.xml
This commit is contained in:
Kyle Maas
2023-11-10 08:03:36 -05:00
committed by GitHub
parent 847cff2b5c
commit 92c0ff579a
6 changed files with 91 additions and 0 deletions

View File

@ -93,6 +93,9 @@ ALLOW_MENTION_IN_COMMENTS = False # allowing to mention other users with @ in t
# valid options: content, author
RELATED_MEDIA_STRATEGY = "content"
# Whether or not to generate a sitemap.xml listing the pages on the site (default: False)
GENERATE_SITEMAP = False
USE_I18N = True
USE_L10N = True
USE_TZ = True