From 1bc6f57431beacb37d3059395012bc98d10e3439 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 15 Apr 2020 15:06:27 +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 5080a7e..d4b14c3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -13,7 +13,7 @@ TIMEZONE = 'Asia/Seoul' DEFAULT_LANG = 'en' DEFAULT_DATE = 'fs' -FILENAME_METADATA = '(?P.*)' +FILENAME_METADATA = '(?P<date>\d{4}-\d{2}-\d{2})_(?P<title>.*)' # Feed generation is usually not desired when developing FEED_ALL_ATOM = None