From 2a60ff6425dbf08ea49d43898af13cc3bfa05026 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 15 Apr 2020 14:59:25 +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 4bf1c5f..5080a7e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -12,6 +12,7 @@ OUTPUT_PATH = 'public' TIMEZONE = 'Asia/Seoul' DEFAULT_LANG = 'en' +DEFAULT_DATE = 'fs' FILENAME_METADATA = '(?P.*)' # Feed generation is usually not desired when developing