X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=e481594a5ccf05be10ba63f09c8344038461dd60;hp=05b937d8e70ed3d122c2619585085f2b129e10d2;hb=6e8f3b60100fef3b5d47e9f759578484bb8df6eb;hpb=a2fa1d5a5273566f9d936e0b8eb36a4f5e4e09d0 diff --git a/pelicanconf.py b/pelicanconf.py index 05b937d..e481594 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -22,16 +22,18 @@ AUTHOR_FEED_RSS = None # Blogroll LINKS = ( ('On the Science of Changing Sex', "https://sillyolme.wordpress.com/"), + ('Survey Anon\'s Gender Blog', "https://surveyanon.wordpress.com/"), ('Crossdreamers', "http://www.crossdreamers.com/"), ('Third Way Trans', "https://thirdwaytrans.com/"), ('Trans Blog', "http://transblog.grieve-smith.com/"), + ('Social Justice Wizard', "https://medium.com/@rftbk"), ('Thing of Things', "http://thingofthings.wordpress.com/"), - ('Words by Maria Catt', "https://mariacatt.com/"), + ('Paula Wright', "https://porlawright.com/"), ('Culturally Bound Gender', "https://culturallyboundgender.wordpress.com/"), ('My Only Path to Power', "https://transwidow.wordpress.com/"), ) -DEFAULT_PAGINATION = 12 +DEFAULT_PAGINATION = 20 WITH_FUTURE_DATES = False @@ -56,5 +58,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