From 95d0a8fd08832c2535a5d60b4994c8db14e731ad Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Thu, 1 Feb 2018 12:35:47 +0100 Subject: [PATCH] adding the event-ics custom plugin as a submodule --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 724d897..4f324e2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -29,8 +29,8 @@ AUTHOR_FEED_RSS = None DEFAULT_PAGINATION = 25 # Uncomment following line if you want document-relative URLs when developing -PLUGIN_PATHS = ['./plugins'] -PLUGINS = ['extract_toc', 'i18n_subsites', 'summary'] # 'events' disabled for now +PLUGIN_PATHS = ['./plugins','./plugins-custom'] +PLUGINS = ['extract_toc', 'i18n_subsites', 'summary', 'events-ics'] MD_EXTENSIONS = ['codehilite','extra','toc'] STATIC_PATHS = ['extra/favicon.ico', 'images', 'pdfs']