From 1ffb1d855e869a695cdac993f0cb5d2d894a7cdc Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Fri, 26 Dec 2014 10:20:25 +0530 Subject: Added pelican youtube plugin --- pelicanconf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index aba24fa..606abef 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -51,6 +51,10 @@ SOCIAL = (('twitter', 'https://twitter.com/copyninja_'), STATIC_PATHS = ["images", ] +PLUGINS = [ + 'pelican_youtube', +] + # URL generation ARTICLE_URL = 'blog/{slug}.html' ARTICLE_SAVE_AS = 'blog/{slug}.html' -- cgit v1.2.3