Disable stream from configuration
This commit is contained in:
parent
30beed19ff
commit
f3d8fee23c
@ -30,7 +30,19 @@ 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',
|
||||||
|
# Note(decentral1se): disable for now as breaking site generation
|
||||||
|
# please feel free to re-enable it as needed
|
||||||
|
# 'stream',
|
||||||
|
'thumbnailer'
|
||||||
|
]
|
||||||
|
|
||||||
MARKDOWN = {
|
MARKDOWN = {
|
||||||
'extension_configs': {
|
'extension_configs': {
|
||||||
|
Loading…
Reference in New Issue
Block a user