/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-05-03 23:51:09 +09:00
parent 7954733831
commit f18df55886
2 changed files with 1 additions and 3 deletions

View file

@ -1,2 +0,0 @@
| 이건 다른 카테고리..
| 또 다른, 새로운 시작.

View file

@ -14,7 +14,7 @@ TIMEZONE = 'Asia/Seoul'
DEFAULT_LANG = 'en' DEFAULT_LANG = 'en'
DEFAULT_DATE = 'fs' DEFAULT_DATE = 'fs'
#notes/20200421T223234+0900_testt/index.rst #notes/20200421T223234+0900_testt/index.rst
PATH_METADATA = r'(?P<category>[^/]*)/(?P<date>(?P<slug>\d{8}T\d{6})[+-]\d{4})_(?P<title>.*)/.*' PATH_METADATA = r'(?P<category>[^/]*)/(?P<date>(?P<slug>\d{8}T\d{6})[+-]\d{4})_\((?P<title>.*)\)/.*'
#SLUGIFY_SOURCE = 'basename' #SLUGIFY_SOURCE = 'basename'