new cookiecutter version
This commit is contained in:
parent
9fa0553942
commit
f3048eb8fe
@ -44,7 +44,7 @@
|
|||||||
- markdown
|
- markdown
|
||||||
- ipython[notebook]==2.4.1
|
- ipython[notebook]==2.4.1
|
||||||
- beautifulsoup4
|
- beautifulsoup4
|
||||||
- cookiecutter==1.1.0
|
- cookiecutter==1.2.1
|
||||||
- tzlocal
|
- tzlocal
|
||||||
sudo: yes
|
sudo: yes
|
||||||
|
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
"repo_name": "content",
|
"repo_name": "content",
|
||||||
"title": "Title",
|
"title": "Title",
|
||||||
"slug": "{{ cookiecutter.title|lower|replace(' ', '-')|replace('ä', 'ae')|replace('ö', 'oe')|replace('ü', 'ue')|replace('ß', 'ss') }}",
|
"slug": "{{ cookiecutter.title|lower|replace(' ', '-')|replace('ä', 'ae')|replace('ö', 'oe')|replace('ü', 'ue')|replace('ß', 'ss') }}",
|
||||||
"tags": "tags, goes, here"
|
"tags": "tags, goes, here",
|
||||||
|
"date": "{{ cookieicutter. date }}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user