diff --git a/pelicanconf.py b/pelicanconf.py index 19fd842..ee3eb39 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -35,6 +35,10 @@ DEFAULT_PAGINATION = 5 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True +# PLUGINS +PLUGIN_PATHS = ['/home/admin/pelican-plugins'] +PLUGINS = ['assets', 'sitemap', 'gravatar'] + # THEME / bulrush import bulrush THEME = bulrush.PATH