X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=c4909bdc430822183666efc6776e0cb5dd3520a6;hp=417e4c0471acbaaad3327b04c9f2a83d199b4a12;hb=HEAD;hpb=1fc389f6bc4ef977fe0871cbb1400c190b5e3a22 diff --git a/pelicanconf.py b/pelicanconf.py index 417e4c0..871598f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -29,7 +29,6 @@ LINKS = ( ('Culturally Bound Gender', "https://culturallyboundgender.wordpress.com/"), ('The Trans Widow', "http://thetranswidow.com/"), ('Sex and Gender: A Beginner\'s Guide', "https://sexandgenderintro.com/"), - ('Female Sexual Inversion', "https://femalesexualinversion.blogspot.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/"), @@ -71,3 +70,15 @@ 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' +}