/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-05-03 22:55:56 +09:00
parent 04617f5acf
commit 44df60b8c4

View file

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