X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=e481594a5ccf05be10ba63f09c8344038461dd60;hp=20f52c32132dd461c76a645c5708a99db4d2eb63;hb=6e8f3b60100fef3b5d47e9f759578484bb8df6eb;hpb=df058277f16d33892a3cc4b4f9ecdd6d6c6a0800 diff --git a/pelicanconf.py b/pelicanconf.py index 20f52c3..e481594 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -22,17 +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 @@ -57,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