--- a/pelicanconf.py Sat Feb 20 16:56:53 2016 +0100 +++ b/pelicanconf.py Thu Mar 10 22:30:42 2016 +0100 @@ -33,3 +33,9 @@ # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True + +STATIC_PATHS = ['images', 'pdfs'] + +PLUGIN_PATHS = ['pelican-plugins',] +PLUGINS = ['better_figures_and_images',] +RESPONSIVE_IMAGES = True