pelicanconf.py

changeset 108
08c0c0d695e8
parent 101
4a94e81bff74
child 113
0bcf355064e5
--- a/pelicanconf.py	Tue Aug 28 15:05:01 2018 +0200
+++ b/pelicanconf.py	Tue Aug 28 15:07:01 2018 +0200
@@ -69,7 +69,7 @@
 STATIC_PATHS = ['images', 'pdfs', 'json']
 
 PLUGIN_PATHS = ['pelican-plugins',
-                'pelican-plugins/pelican_dailymotion',
+                'pelican-plugins/pelican-peertube',
                 ]
 PLUGINS = ['better_figures_and_images',
            'sitemap',
@@ -78,7 +78,7 @@
            'series',
            'related_posts',
            'filetime_from_hg',
-           'pelican_dailymotion',
+           'pelican_peertube',
            'pelican_javascript',
            'wavedrom',
            'plotly',
@@ -108,3 +108,6 @@
                   'default': '800w',
                   },
   }
+
+PEERTUBE_URL = "https://peertube.social"
+

mercurial