From 423a002978ad6e69977f23812846f4da427f5c72 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 3 May 2020 23:53:06 +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 --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 0a998ab..1c4a701 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>\d{8}T\d{6}[+-]\d{4})_\((?P<title>.*)\)/.*' #SLUGIFY_SOURCE = 'basename'