added flickr2markdown to the blogging stack

This commit is contained in:
Marvin Steadfast 2016-04-11 10:59:46 +00:00
parent 78cb233dfd
commit 19888d41dc
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[API]
key = 2207902126a225122e46533e82b6a947
[Defaults]
user = marvinxsteadfast
size = large

View File

@ -45,6 +45,7 @@
with_items:
- beautifulsoup4
- cookiecutter==1.2.1
- flickr2markdown
- ipython[notebook]==2.4.1
- markdown
- pelican==3.6.3
@ -52,6 +53,11 @@
- virtualenv
become: yes
- name: add flickr2markdown config
copy:
src=flickr2markdown
dest=~/.flickr2markdown
- name: clone pelican-plugins
git:
repo=git@github.com:xsteadfastx/pelican-plugins.git