Use the correct setting configuration
Not sure if this is correct but trying!
This commit is contained in:
parent
cbd2ca1c67
commit
8b1361467a
@ -31,7 +31,22 @@ DEFAULT_PAGINATION = 100
|
|||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
PLUGIN_PATHS = ['./pelican-plugins', './plugins-custom']
|
PLUGIN_PATHS = ['./pelican-plugins', './plugins-custom']
|
||||||
PLUGINS = ['dateish', 'extract_toc', 'i18n_subsites', 'summary', 'events-ics','complex_footnotes', 'stream', 'thumbnailer']
|
PLUGINS = ['dateish', 'extract_toc', 'i18n_subsites', 'summary', 'events-ics','complex_footnotes', 'stream', 'thumbnailer']
|
||||||
MARKDOWN = ['codehilite','extra','toc']
|
MARKDOWN = {
|
||||||
|
'codehilite','extra','toc'
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
MARKDOWN = {
|
||||||
|
'extension_configs': {
|
||||||
|
'markdown.extensions.codehilite': {'css_class': 'highlight'},
|
||||||
|
'markdown.extensions.extra': {},
|
||||||
|
'markdown.extensions.meta': {},
|
||||||
|
'markdown.extensions.toc': {
|
||||||
|
'marker': '[TOC]',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'output_format': 'html5',
|
||||||
|
}
|
||||||
|
|
||||||
STATIC_PATHS = ['extra/favicon.ico', 'images', 'pdfs', 'stream']
|
STATIC_PATHS = ['extra/favicon.ico', 'images', 'pdfs', 'stream']
|
||||||
EXTRA_PATH_METADATA = {
|
EXTRA_PATH_METADATA = {
|
||||||
|
Loading…
Reference in New Issue
Block a user