-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookiecutter.json
28 lines (28 loc) · 1.12 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
26
27
28
{
"author": "René Fritze",
"email": "[email protected]",
"affiliation": "Core Capabilities Software QA",
"date": "{% now 'utc', '%B %d, %Y' %}",
"title": "Eat more Cookies!",
"description": "International Cookie Conference 2063",
"sections": "Introduction,Results,References",
"directory_name": "directory_name",
"repository_description": "repository_description",
"file_short": "{{cookiecutter.directory_name.replace(' ', '').replace('-','').lower()}}",
"file_name": "{{cookiecutter.author.split(' ')[-1].lower()}}{% now 'utc', '%Y' %}_{{cookiecutter.file_short}}_slides",
"github_user": "renefritze",
"github_url": "{{'https://github.com/' + cookiecutter.github_user + '/' + cookiecutter.directory_name}}",
"github_short": "{{cookiecutter.github_user + '/' + cookiecutter.directory_name}}",
"reveal_static": "static_html",
"reveal_theme": "white",
"reveal_controls": "true",
"reveal_slideNumber": "true",
"reveal_transition": "slide",
"reveal_pdf_size": "1920x1080",
"create_git_repository": "yes",
"_copy_without_render": [
"slides/template.html",
"package-lock.json",
".github/*"
]
}