fix: correct locale in configuration and added markdown to pelican in requirements

This commit is contained in:
Mindiell 2023-04-29 17:16:41 +02:00
parent 7ba46a96f1
commit ad2e6e230d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ SITEURL = ''
PATH = 'content'
TIMEZONE = 'Europe/Paris'
LOCALE = "fr-FR"
LOCALE = "fr_FR.utf8"
DEFAULT_LANG = 'fr'

View File

@ -1,2 +1,2 @@
pelican==4.8.0
pelican[markdown]==4.8.0
feedparser==6.0.10