/ ‘pelicanconf.py’
This commit is contained in:
parent
b1058b7952
commit
40456fcb0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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<slug>(?P<date>\d{8}T\d{6}[+-]\d{4}))_\((?P<title>.*)\)/.*'
|
PATH_METADATA = r'(?P<category>[^/]*)/(?P<date>\d{8}T\d{6}[+-]\d{4})_(?P<slug>\d{8})_(?P<title>.*)/.*'
|
||||||
|
|
||||||
#SLUGIFY_SOURCE = 'basename'
|
#SLUGIFY_SOURCE = 'basename'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue