X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;fp=pelicanconf.py;h=5156680ad9a446cb97feaeea40bfb064e8414513;hp=e481594a5ccf05be10ba63f09c8344038461dd60;hb=a77638268002355eae581f378034a23415595196;hpb=6e8f3b60100fef3b5d47e9f759578484bb8df6eb diff --git a/pelicanconf.py b/pelicanconf.py index e481594..5156680 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -50,6 +50,8 @@ AUTHOR_URL = 'author/{slug}/' AUTHOR_SAVE_AS = 'author/{slug}/index.html' ARCHIVES_URL = 'archives' ARCHIVES_SAVE_AS = 'archives/index.html' +YEAR_ARCHIVE_SAVE_AS = '{date:%Y}/index.html' +MONTH_ARCHIVE_SAVE_AS = '{date:%Y}/{date:%b}/index.html' PAGINATION_PATTERNS = ( (1, '{base_name}/', '{base_name}/index.html'),