From 1fb2a1e759a8f43ce2e63d2e8b6d87eb781c0d6a Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 15 Apr 2020 14:58:48 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index 5973872..4bf1c5f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -12,6 +12,7 @@ OUTPUT_PATH = 'public' TIMEZONE = 'Asia/Seoul' DEFAULT_LANG = 'en' +FILENAME_METADATA = '(?P.*)' # Feed generation is usually not desired when developing FEED_ALL_ATOM = None