X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=c4909bdc430822183666efc6776e0cb5dd3520a6;hp=466b595b25d5598a10d558020140e8a6cd47699d;hb=HEAD;hpb=3a2918901d96829becffafbf76512636c73f37d0 diff --git a/pelicanconf.py b/pelicanconf.py index 466b595..871598f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -70,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' +}