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