X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=16a13f0bb543bda8f83309992dd2f3bb9bd5edaa;hp=162365bb7202afdbc58094c28d324cac95639d50;hb=d7d36ed165166f885b038b26d131c1d56cf93750;hpb=d0efa54edb3657c212462dcf6391bf179a05f0f8 diff --git a/pelicanconf.py b/pelicanconf.py index 162365b..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'), @@ -58,5 +61,11 @@ PAGINATION_PATTERNS = ( THEME = 'theme' +PLUGIN_PATHS = ["plugins"] +PLUGINS = ["tag_cloud"] + +TAG_CLOUD_STEPS = 6 +TAG_CLOUD_SORTING = "alphabetically" + # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True