X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=c4909bdc430822183666efc6776e0cb5dd3520a6;hp=0195bb927cd226d25bc52a0ae14da10879b6308f;hb=HEAD;hpb=1a52a4e21e6c15576ca0b1e33a4fe531e578fa3d diff --git a/pelicanconf.py b/pelicanconf.py index 0195bb9..871598f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # from __future__ import unicode_literals -AUTHOR = 'M. Taylor Saotome-Westlake' +AUTHOR = 'Zack M. Davis' SITENAME = 'The Scintillating But Ultimately Untrue Thought' SITEURL = 'http://unremediatedgender.space' @@ -21,18 +21,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/"), + ('On the Science of Changing Sex', "https://sillyolme.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/"), + ('The New Thoughtcrime', "https://newthoughtcrime.com/"), ('Culturally Bound Gender', "https://culturallyboundgender.wordpress.com/"), - ('Gender Contrary', "http://neat-dyke.tumblr.com/"), + ('The Trans Widow', "http://thetranswidow.com/"), ('Sex and Gender: A Beginner\'s Guide', "https://sexandgenderintro.com/"), + ('Kathleen Stock', "https://kathleenstock.substack.com/"), + ('Pasha\'s Office ', "https://pashasoffice.blogspot.com/"), + ('Ținând de Mâinii Strigoii-lor', "https://strigoi.substack.com/"), + ('Some Nuance, Please', "https://somenuanceplease.substack.com/"), ) DEFAULT_PAGINATION = 20 @@ -63,10 +63,22 @@ PAGINATION_PATTERNS = ( THEME = 'theme' PLUGIN_PATHS = ["plugins"] -PLUGINS = ["tag_cloud"] +PLUGINS = ["tag_cloud", "simple_footnotes", "page_hierarchy"] TAG_CLOUD_STEPS = 6 TAG_CLOUD_SORTING = "alphabetically" # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True + +MARKDOWN = { + 'extension_configs': { + 'markdown.extensions.codehilite': {'css_class': 'highlight'}, + 'markdown.extensions.extra': {}, + 'markdown.extensions.meta': {}, + 'markdown.extensions.toc': { + 'title': 'Table of Contents', + }, + }, + 'output_format': 'html5' +}