pelicanconf.py

changeset 66
70aad9a1272b
parent 41
376692051823
child 67
2c795abff532
--- a/pelicanconf.py	Thu Jul 21 10:41:14 2016 +0200
+++ b/pelicanconf.py	Sat Sep 17 02:08:03 2016 +0200
@@ -55,11 +55,10 @@
 LINKS = (('Pelican', 'http://getpelican.com/'),
          ('Logilab.org', 'https://www.logilab.org/'),
          ('EEVBlog', 'https://www.eevblog.com/'),
-)
+         )
 
 # Social widget
-SOCIAL = (('twitter', 'https://twitter.com/douardda'),
-)
+SOCIAL = (('twitter', 'https://twitter.com/douardda'))
 
 DEFAULT_PAGINATION = 10
 
@@ -68,7 +67,7 @@
 
 STATIC_PATHS = ['images', 'pdfs']
 
-PLUGIN_PATHS = ['pelican-plugins',]
+PLUGIN_PATHS = ['pelican-plugins', 'pelican-plugins/pelican_dailymotion', ]
 PLUGINS = ['better_figures_and_images',
            'sitemap',
            'feed_summary',
@@ -76,9 +75,10 @@
            'series',
            'related_posts',
            'filetime_from_hg',
-]
+           'pelican_dailymotion',
+           ]
 RESPONSIVE_IMAGES = True
 TYPOGRIPFY = True
 SINGLE_AUTHOR = True
-MINT=True
+MINT = True
 SITEMAP = {'format': 'xml'}

mercurial