X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=pelicanconf.py;h=871598f80075188f9635d25f4863c6357e62327b;hb=e8a7b9016b61d0f22fc76de8c8d6473c8607627e;hp=466b595b25d5598a10d558020140e8a6cd47699d;hpb=62c6565bb1582638995ed312d5f9eef955dd79a4;p=Ultimately_Untrue_Thought.git 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' +}