< ‘content/posts/notes/2020-04-21T16-31-52 (한글로된 제목입니다만..).rst’
> ‘content/posts/notes/2020-04-21T16-31-52 {한글로된 제목입니다만..}.rst’
/ ‘pelicanconf.py’
This commit is contained in:
parent
09d3e120eb
commit
9e0b18149a
2 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ TIMEZONE = 'Asia/Seoul'
|
|||
DEFAULT_LANG = 'en'
|
||||
DEFAULT_DATE = 'fs'
|
||||
#2020-04-15T16-49-26+0900_<title>
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue