X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=pelicanconf.py;h=4a50ab57d8536a089af0f83a20cceece9b1e8cf5;hb=74cf7fde75c80097d6fd5364a6f151df41f5da67;hp=e481594a5ccf05be10ba63f09c8344038461dd60;hpb=6e8f3b60100fef3b5d47e9f759578484bb8df6eb;p=Ultimately_Untrue_Thought.git diff --git a/pelicanconf.py b/pelicanconf.py index e481594..4a50ab5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -26,6 +26,7 @@ LINKS = ( ('Crossdreamers', "http://www.crossdreamers.com/"), ('Third Way Trans', "https://thirdwaytrans.com/"), ('Trans Blog', "http://transblog.grieve-smith.com/"), + ('Carey Callahan', "https://careycallahan.com/"), ('Social Justice Wizard', "https://medium.com/@rftbk"), ('Thing of Things', "http://thingofthings.wordpress.com/"), ('Paula Wright', "https://porlawright.com/"), @@ -50,6 +51,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'),