From 386b4c789e1d654a6d760940006878692eb3b608 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Thu, 10 Sep 2015 13:14:56 +0000 Subject: [PATCH] added flickr api key and enabled flickr plugin --- pelicanconf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index f756c29..17c4de7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -64,7 +64,7 @@ ARTICLE_SAVE_AS = '{date:%Y}/{date:%m}/{date:%d}/{slug}/index.html' # plugins PLUGIN_PATHS = ['pelican-plugins'] PLUGINS = ['liquid_tags.youtube', 'liquid_tags.vimeo', 'liquid_tags.notebook', - 'tipue_search'] + 'liquid_tags.flickr', 'tipue_search'] NOTEBOOK_DIR = 'notebooks' EXTRA_HEADER = open('_nb_header.html').read().replace( @@ -76,3 +76,5 @@ LOAD_CONTENT_CACHE = True # disable tags TAGS_SAVE_AS = '' TAG_SAVE_AS = '' + +FLICKR_API_KEY = '2207902126a225122e46533e82b6a947'