-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter_input.json
More file actions
66 lines (66 loc) · 2.12 KB
/
cookiecutter_input.json
File metadata and controls
66 lines (66 loc) · 2.12 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
{
"__python": {
"keywords": [
"docs",
"github-docs",
"github-pages",
"python3",
"cookiecutter",
"template",
"automation"
],
"project_name": "github-docs-cookiecutter",
"target_version": "py311"
},
"__year_range": "2025-2026",
"_checkout": "main",
"_copy_without_render": [],
"_default_branch": "master",
"_extensions": [
"jinja2.ext.do",
"jinja2.ext.loopcontrols"
],
"_hooks": {
"post_gen_make_cmds": {
"build-docs": false,
"changelog": false,
"git-init": false,
"pre-commit-init": false,
"python-install": true
}
},
"_is_sub_template": false,
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_output_dir": "/home/jcook/Documents/git_repo/github-doc-cookiecutter/.git/cookiecutter",
"_repo_dir": "/home/jcook/.cookiecutters/cookiecutter-cookiecutter",
"_template": "git@github.com:jcook3701/cookiecutter-cookiecutter.git",
"add_github_docs": true,
"add_sphinx_docs": false,
"author": "Jared Cook",
"buymeacoffee_username": "jcook3701",
"company": null,
"contribution_model": "CLA",
"copyright": "Copyright (c) 2025-2026, Jared Cook",
"current_year": "2026",
"description": "Github docs cookiecutter template generation.",
"email": "jcook3701+github@gmail.com",
"ga_tracking": "G-C7PWLWSHB9",
"github_io": "https://jcook3701.github.io/github-docs-cookiecutter",
"github_org": null,
"github_username": "jcook3701",
"license": "AGPL-3.0-or-later",
"linkedin_usercode": "jared-cook-b3585a114",
"project_name": "github-docs-cookiecutter",
"project_slug": "github-docs-cookiecutter",
"publication_year": "2025",
"python_version": "3.11",
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
"template_type": "documentation",
"theme": "just-the-docs/just-the-docs@v0.11.0",
"timezone": "America/Los_Angeles",
"twitter_username": "",
"version": "0.1.1"
}