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