/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-04-15 14:59:25 +09:00
parent 1fb2a1e759
commit 2a60ff6425

View file

@ -12,6 +12,7 @@ OUTPUT_PATH = 'public'
TIMEZONE = 'Asia/Seoul' TIMEZONE = 'Asia/Seoul'
DEFAULT_LANG = 'en' DEFAULT_LANG = 'en'
DEFAULT_DATE = 'fs'
FILENAME_METADATA = '(?P<title>.*)' FILENAME_METADATA = '(?P<title>.*)'
# Feed generation is usually not desired when developing # Feed generation is usually not desired when developing