From 9e0b18149a2a404ff4da96c90058b28a8f68a999 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 21 Apr 2020 16:42:52 +0900 Subject: [PATCH] =?UTF-8?q?<=20=E2=80=98content/posts/notes/2020-04-21T16-?= =?UTF-8?q?31-52=20(=ED=95=9C=EA=B8=80=EB=A1=9C=EB=90=9C=20=EC=A0=9C?= =?UTF-8?q?=EB=AA=A9=EC=9E=85=EB=8B=88=EB=8B=A4=EB=A7=8C..).rst=E2=80=99?= =?UTF-8?q?=20>=20=E2=80=98content/posts/notes/2020-04-21T16-31-52=20{?= =?UTF-8?q?=ED=95=9C=EA=B8=80=EB=A1=9C=EB=90=9C=20=EC=A0=9C=EB=AA=A9?= =?UTF-8?q?=EC=9E=85=EB=8B=88=EB=8B=A4=EB=A7=8C..}.rst=E2=80=99=20/=20?= =?UTF-8?q?=E2=80=98pelicanconf.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...2020-04-21T16-31-52 {한글로된 제목입니다만..}.rst} | 0 pelicanconf.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename content/posts/notes/{2020-04-21T16-31-52 (한글로된 제목입니다만..).rst => 2020-04-21T16-31-52 {한글로된 제목입니다만..}.rst} (100%) diff --git a/content/posts/notes/2020-04-21T16-31-52 (한글로된 제목입니다만..).rst b/content/posts/notes/2020-04-21T16-31-52 {한글로된 제목입니다만..}.rst similarity index 100% rename from content/posts/notes/2020-04-21T16-31-52 (한글로된 제목입니다만..).rst rename to content/posts/notes/2020-04-21T16-31-52 {한글로된 제목입니다만..}.rst diff --git a/pelicanconf.py b/pelicanconf.py index 26607e7..de4dc3e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -14,7 +14,7 @@ TIMEZONE = 'Asia/Seoul' DEFAULT_LANG = 'en' DEFAULT_DATE = 'fs' #2020-04-15T16-49-26+0900_ -FILENAME_METADATA = r'(?P<date>\d{4}-\d{2}-\d{2})T(?P<time>\d{2}-\d{2}-\d{2}) (?P<title>\(.*\)).*' +FILENAME_METADATA = r'(?P<date>\d{4}-\d{2}-\d{2})T(?P<time>\d{2}-\d{2}-\d{2}) (?P<title>{.*}).*' # Feed generation is usually not desired when developing FEED_ALL_ATOM = None