diff --git a/content/posts/new/20200501T223234+0900_(new)/index.rst b/content/posts/new/20200501T223234+0900_(new)/index.rst deleted file mode 100644 index bfe66c9..0000000 --- a/content/posts/new/20200501T223234+0900_(new)/index.rst +++ /dev/null @@ -1,2 +0,0 @@ -| 이건 다른 카테고리.. -| 또 다른, 새로운 시작. diff --git a/pelicanconf.py b/pelicanconf.py index ce9933e..0a998ab 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -14,7 +14,7 @@ TIMEZONE = 'Asia/Seoul' DEFAULT_LANG = 'en' DEFAULT_DATE = 'fs' #notes/20200421T223234+0900_testt/index.rst -PATH_METADATA = r'(?P[^/]*)/(?P(?P\d{8}T\d{6})[+-]\d{4})_(?P.*)/.*' +PATH_METADATA = r'(?P<category>[^/]*)/(?P<date>(?P<slug>\d{8}T\d{6})[+-]\d{4})_\((?P<title>.*)\)/.*' #SLUGIFY_SOURCE = 'basename'