added giphy plugin and api key
This commit is contained in:
parent
90ff6b886d
commit
60fdfffe5d
@ -64,7 +64,8 @@ ARTICLE_SAVE_AS = '{date:%Y}/{date:%m}/{date:%d}/{slug}/index.html'
|
|||||||
# plugins
|
# plugins
|
||||||
PLUGIN_PATHS = ['pelican-plugins']
|
PLUGIN_PATHS = ['pelican-plugins']
|
||||||
PLUGINS = ['liquid_tags.youtube', 'liquid_tags.vimeo', 'liquid_tags.notebook',
|
PLUGINS = ['liquid_tags.youtube', 'liquid_tags.vimeo', 'liquid_tags.notebook',
|
||||||
'liquid_tags.flickr', 'liquid_tags.soundcloud', 'tipue_search']
|
'liquid_tags.flickr', 'liquid_tags.soundcloud', 'liquid_tags.giphy',
|
||||||
|
'tipue_search']
|
||||||
|
|
||||||
NOTEBOOK_DIR = 'notebooks'
|
NOTEBOOK_DIR = 'notebooks'
|
||||||
EXTRA_HEADER = open('_nb_header.html').read().replace(
|
EXTRA_HEADER = open('_nb_header.html').read().replace(
|
||||||
@ -77,4 +78,6 @@ LOAD_CONTENT_CACHE = True
|
|||||||
TAGS_SAVE_AS = ''
|
TAGS_SAVE_AS = ''
|
||||||
TAG_SAVE_AS = ''
|
TAG_SAVE_AS = ''
|
||||||
|
|
||||||
|
# api keys
|
||||||
FLICKR_API_KEY = '2207902126a225122e46533e82b6a947'
|
FLICKR_API_KEY = '2207902126a225122e46533e82b6a947'
|
||||||
|
GIPHY_API_KEY = 'dc6zaTOxFJmzC'
|
||||||
|
Loading…
Reference in New Issue
Block a user