summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2014-12-26 10:20:25 +0530
committerVasudev Kamath <kamathvasudev@gmail.com>2014-12-26 10:20:25 +0530
commit1ffb1d855e869a695cdac993f0cb5d2d894a7cdc (patch)
tree99b1b76df77125089f43ae6728ac9b120004b0ce
parent6cddf9906222b98d72d60e42ef4073f043dbfdfc (diff)
Added pelican youtube plugin
-rw-r--r--pelicanconf.py4
1 files changed, 4 insertions, 0 deletions
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'