adding the event-ics custom plugin as a submodule
This commit is contained in:
parent
2ca06da3af
commit
95d0a8fd08
@ -29,8 +29,8 @@ AUTHOR_FEED_RSS = None
|
|||||||
DEFAULT_PAGINATION = 25
|
DEFAULT_PAGINATION = 25
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
PLUGIN_PATHS = ['./plugins']
|
PLUGIN_PATHS = ['./plugins','./plugins-custom']
|
||||||
PLUGINS = ['extract_toc', 'i18n_subsites', 'summary'] # 'events' disabled for now
|
PLUGINS = ['extract_toc', 'i18n_subsites', 'summary', 'events-ics']
|
||||||
MD_EXTENSIONS = ['codehilite','extra','toc']
|
MD_EXTENSIONS = ['codehilite','extra','toc']
|
||||||
|
|
||||||
STATIC_PATHS = ['extra/favicon.ico', 'images', 'pdfs']
|
STATIC_PATHS = ['extra/favicon.ico', 'images', 'pdfs']
|
||||||
|
Loading…
Reference in New Issue
Block a user