added flickr2markdown to the blogging stack
This commit is contained in:
parent
78cb233dfd
commit
19888d41dc
6
ansible/files/flickr2markdown
Normal file
6
ansible/files/flickr2markdown
Normal file
@ -0,0 +1,6 @@
|
||||
[API]
|
||||
key = 2207902126a225122e46533e82b6a947
|
||||
|
||||
[Defaults]
|
||||
user = marvinxsteadfast
|
||||
size = large
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user