check in
[Ultimately_Untrue_Thought.git] / pelicanconf.py
index 0201e26..871598f 100644 (file)
@@ -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'
 
@@ -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'
+}