-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcookiecutter.json
25 lines (25 loc) · 1.01 KB
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"author": "Richard Wen",
"email": "[email protected]",
"affiliation": "Department of Civil Engineering",
"date": "{% now 'utc', '%B %d, %Y' %}",
"title": "Title",
"description": "",
"sections": "Introduction,Methods,Results,Discussion,Conclusion,References",
"template_name": "template_name",
"template_description": "template_description",
"file_short": "{{cookiecutter.template_name.replace(' ', '').replace('-','').lower()}}",
"file_name": "{{cookiecutter.author.split(' ')[-1].lower()}}{% now 'utc', '%Y' %}_{{cookiecutter.file_short}}_slides",
"github_user": "rrwen",
"github_url": "{{'https://github.com/' + cookiecutter.github_user + '/' + cookiecutter.template_name}}",
"github_short": "{{cookiecutter.github_user + '/' + cookiecutter.template_name}}",
"reveal_static": "docs",
"reveal_theme": "white",
"reveal_controls": "true",
"reveal_slideNumber": "true",
"reveal_transition": "slide",
"reveal_pdf_size": "1920x1080",
"_copy_without_render": [
"slides/template.html"
]
}