diff options
-rw-r--r-- | pelicanconf.py | 4 |
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' |