X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=f43a426e5a2cd95ab4a54ab3aa9d581562be4830;hp=e481594a5ccf05be10ba63f09c8344038461dd60;hb=4a9756bfe5741a01807e542ccd461e4b4955d409;hpb=6e8f3b60100fef3b5d47e9f759578484bb8df6eb diff --git a/pelicanconf.py b/pelicanconf.py index e481594..f43a426 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -25,7 +25,9 @@ LINKS = ( ('Survey Anon\'s Gender Blog', "https://surveyanon.wordpress.com/"), ('Crossdreamers', "http://www.crossdreamers.com/"), ('Third Way Trans', "https://thirdwaytrans.com/"), + ('Miranda Yardley', "http://mirandayardley.com/en/"), ('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 +52,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'),