- ‘.#pelicanconf.py’

/ ‘pelicanconf.py’
This commit is contained in:
Dooho Yi 2020-04-15 23:12:48 +09:00
parent a0d0cb3dbe
commit 86ebf7c43b
2 changed files with 1 additions and 1 deletions

View file

@ -1 +0,0 @@
doohoyi@DoohouicBookAir.skbroadband.5170

View file

@ -14,6 +14,7 @@ TIMEZONE = 'Asia/Seoul'
DEFAULT_LANG = 'en'
#DEFAULT_DATE = 'fs'
#2020-04-15T16-49-26+0900_<title>
#FILENAME_METADATA = '(?P<title>.*)'
FILENAME_METADATA = '(?P<date>\d{4}-\d{2}-\d{2})_(?P<title>.*)'
# Feed generation is usually not desired when developing