From f18df55886509307baea6010b436b85c3f5b03cf Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 3 May 2020 23:51:09 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98pelicanconf.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/new/20200501T223234+0900_(new)/index.rst | 2 -- pelicanconf.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 content/posts/new/20200501T223234+0900_(new)/index.rst 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'