-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter.json
More file actions
68 lines (68 loc) · 1.91 KB
/
cookiecutter.json
File metadata and controls
68 lines (68 loc) · 1.91 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"project_name": "github-docs-cookiecutter",
"project_slug": "{{ cookiecutter.project_name | slugify }}",
"company": null,
"author": "Jared Cook",
"email": "jcook3701+github@gmail.com",
"version": "0.1.0",
"timezone": [
"America/Los_Angeles"
],
"license": [
"AGPL-3.0-or-later",
"AGPL-3.0-only",
"Apache-2.0",
"GPL-3.0-or-later",
"GPL-3.0-only",
"BSD-3-Clause",
"BSD-2-Clause",
"0BSD",
"MIT",
"Unlicense"
],
"contribution_model": [
"CLA",
"DCO"
],
"publication_year": "2025",
"current_year": "{% now 'local', '%Y' %}",
"__year_range": "{% if cookiecutter.publication_year == cookiecutter.current_year %}{{ cookiecutter.current_year }}{% else %}{{ cookiecutter.publication_year }}-{{ cookiecutter.current_year }}{% endif %}",
"copyright": "Copyright (c) {{ cookiecutter.__year_range }}, {{ cookiecutter.author }}",
"description": "Cookiecutter documentation for future project Github Wiki Pages.",
"ga_tracking": "G-C7PWLWSHB9",
"github_org": null,
"github_username": "jcook3701",
"github_io": "https://{{ cookiecutter.github_username }}.github.io/{{ cookiecutter.project_slug }}",
"twitter_username": "",
"linkedin_usercode": "jared-cook-b3585a114",
"buymeacoffee_username": "jcook3701",
"repo_url": "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}",
"theme": [
"just-the-docs/just-the-docs@v0.11.0",
"pmarsceill/just-the-docs",
"carlosperate/jekyll-theme-rtd"
],
"template_type": [
"ansible",
"c/c++",
"cookiecutter",
"python",
"ros2",
"typescript"
],
"_default_branch": "master",
"_is_sub_template": true,
"_copy_without_render": [
"README.md",
"_includes/*"
],
"_extensions": [
"jinja2.ext.do",
"jinja2.ext.loopcontrols",
"jinja2_time.TimeExtension"
],
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
}
}