File tree Expand file tree Collapse file tree
{{ cookiecutter.project_slug }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ Feat 015 (#45)
160160- * (template)* Updates to template cookiecutter.json file.
161161- * (docs)* Docs are not being updated with upgrade for some reason. debugging.
162162- * (docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163+ - * (template)* Figured out _ is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
163164## [ 0.1.0] - 2025-12-05
164165
165166### ⚙️ Miscellaneous
Original file line number Diff line number Diff line change @@ -160,3 +160,4 @@ Feat 015 (#45)
160160- * (template)* Updates to template cookiecutter.json file.
161161- * (docs)* Docs are not being updated with upgrade for some reason. debugging.
162162- * (docs)* Revert. Docs are not being updated with upgrade for some reason. debugging.
163+ - * (template)* Figured out _ is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
Original file line number Diff line number Diff line change 11{
22 "__year_range" : " 2025-2026" ,
3- "_checkout" : null ,
3+ "_checkout" : " master " ,
44 "_copy_without_render" : [
55 " README.md" ,
66 " _includes/*"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ remote_theme: "{{ cookiecutter.theme }}"
99ga_tracking : " {{ cookiecutter.ga_tracking }}"
1010
1111repo_url : " {{ cookiecutter.repo_url }}"
12- repo_blob : " {{cookiecutter.repo_url }}/blob/{{ cookiecutter._checkout }}"
12+ repo_blob : " {{cookiecutter.repo_url }}/blob/{{ cookiecutter._default_branch }}"
1313github_io_url : " {{ cookiecutter.github_io }}"
1414repository : " {{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}"
1515
You can’t perform that action at this time.
0 commit comments