X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=16a13f0bb543bda8f83309992dd2f3bb9bd5edaa;hp=e481594a5ccf05be10ba63f09c8344038461dd60;hb=cb304498b94f88ae1763c134795677c5f9ca9251;hpb=6e8f3b60100fef3b5d47e9f759578484bb8df6eb diff --git a/pelicanconf.py b/pelicanconf.py index e481594..16a13f0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -25,12 +25,13 @@ 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/"), ('Social Justice Wizard', "https://medium.com/@rftbk"), ('Thing of Things', "http://thingofthings.wordpress.com/"), ('Paula Wright', "https://porlawright.com/"), ('Culturally Bound Gender', "https://culturallyboundgender.wordpress.com/"), - ('My Only Path to Power', "https://transwidow.wordpress.com/"), + ('Gender Contrary', "http://neat-dyke.tumblr.com/"), ) DEFAULT_PAGINATION = 20 @@ -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'),