pelicanconf.py

changeset 101
4a94e81bff74
parent 96
11b306ba3468
child 105
c87b905a1c82
--- a/pelicanconf.py	Fri Apr 20 01:10:33 2018 +0200
+++ b/pelicanconf.py	Fri Apr 20 01:11:16 2018 +0200
@@ -66,10 +66,10 @@
 # Uncomment following line if you want document-relative URLs when developing
 #RELATIVE_URLS = True
 
-STATIC_PATHS = ['images', 'pdfs']
+STATIC_PATHS = ['images', 'pdfs', 'json']
 
-PLUGIN_PATHS = ['pelican-plugins', 
-                'pelican-plugins/pelican_dailymotion', 
+PLUGIN_PATHS = ['pelican-plugins',
+                'pelican-plugins/pelican_dailymotion',
                 ]
 PLUGINS = ['better_figures_and_images',
            'sitemap',
@@ -81,6 +81,7 @@
            'pelican_dailymotion',
            'pelican_javascript',
            'wavedrom',
+           'plotly',
            'image_process',
            ]
 RESPONSIVE_IMAGES = True
@@ -107,5 +108,3 @@
                   'default': '800w',
                   },
   }
-
-

mercurial