--- a/pelicanconf.py Sat Sep 17 02:08:03 2016 +0200 +++ b/pelicanconf.py Sun Sep 18 22:40:28 2016 +0200 @@ -67,7 +67,9 @@ STATIC_PATHS = ['images', 'pdfs'] -PLUGIN_PATHS = ['pelican-plugins', 'pelican-plugins/pelican_dailymotion', ] +PLUGIN_PATHS = ['pelican-plugins', + 'pelican-plugins/pelican_dailymotion', + ] PLUGINS = ['better_figures_and_images', 'sitemap', 'feed_summary', @@ -76,6 +78,8 @@ 'related_posts', 'filetime_from_hg', 'pelican_dailymotion', + 'pelican_javascript', + 'wavedrom', ] RESPONSIVE_IMAGES = True TYPOGRIPFY = True