Skip to content

Commit e52b5de

Browse files
authored
Feat 017 (#49)
* fix(configuration): I think this should fix the last of the problems with main showing up where master should for this repository. * feat(docs): updates to setup, getting-started, and initial tutorials. * fix(links): Major fixes for documentation links. * fix(docs): Fixed license image shield. * feat(faq): Added the Frequently asked questions page. * fix(ci/cd): Removed doubles of pull request templates that are not needed.
1 parent dbf29ea commit e52b5de

File tree

27 files changed

+218
-88
lines changed

27 files changed

+218
-88
lines changed

.github/PULL_REQUEST_TEMPLATE/02-bug_fix.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/03-feature_request.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<p><a href="LICENSE"><img src="https://img.shields.io/github/license/jcook3701/github-docs-cookiecutter" alt="License" /></a></p>
1919

20+
<!-- [![CLA assistant](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/cla.yml/badge.svg)]() -->
2021
<p><img src="https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/dependency-check.yml/badge.svg" alt="dependency-check" />
2122
<img src="https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/format-check.yml/badge.svg" alt="format-check" />
2223
<img src="https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/lint-check.yml/badge.svg" alt="lint-check" />

changelogs/CHANGELOG.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,38 @@ Feat 014 (#43)
154154
- Merge pull request #46 from jcook3701/develop
155155

156156
Feat 015 (#45)
157+
- Feat 016 (#47)
158+
159+
* fix(docs): Docs are not being updated with upgrade for some reason. debugging.
160+
161+
* fix(docs): Revert. Docs are not being updated with upgrade for some reason. debugging.
162+
163+
* fix(template): figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164+
165+
* fix(configuration): cookiecutter upgrader configuration fix.
166+
167+
* fix(template): Forgot to add configuration setting to main settings file.
168+
169+
* fix(template): Forgot to add configuration setting to main settings file.
170+
171+
* fix(theme): Update to latest just the docs theme.
172+
173+
* fix(template): minor fix.
174+
- Merge pull request #48 from jcook3701/develop
175+
176+
Feat 016 (#47)
157177

158178
### 🐛 Fixed
159179

160180
- *(template)* Updates to template cookiecutter.json file.
161-
- *(docs)* Docs are not being updated with upgrade for some reason. debugging.
162-
- *(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.
164-
- *(configuration)* Cookiecutter upgrader configuration fix.
165-
- *(template)* Forgot to add configuration setting to main settings file.
166-
- *(template)* Forgot to add configuration setting to main settings file.
167-
- *(theme)* Update to latest just the docs theme.
181+
- *(configuration)* I think this should fix the last of the problems with main showing up where master should for this repository.
182+
- *(links)* Major fixes for documentation links.
183+
- *(docs)* Fixed license image shield.
184+
185+
### 🚀 Added
186+
187+
- *(docs)* Updates to setup, getting-started, and initial tutorials.
188+
- *(faq)* Added the Frequently asked questions page.
168189
## [0.1.0] - 2025-12-05
169190

170191
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Changelog:
33
# --------------------------------------------------
44

5-
## [0.1.1] - 2026-01-27
5+
## [0.1.1] - 2026-01-29
66

77
### ⚙️ Miscellaneous
88

@@ -154,14 +154,35 @@ Feat 014 (#43)
154154
- Merge pull request #46 from jcook3701/develop
155155

156156
Feat 015 (#45)
157+
- Feat 016 (#47)
158+
159+
* fix(docs): Docs are not being updated with upgrade for some reason. debugging.
160+
161+
* fix(docs): Revert. Docs are not being updated with upgrade for some reason. debugging.
162+
163+
* fix(template): figured out _is_sub_template needs to be false for the documents. Need to fix the cookiecutter-cookiecutter hooks.
164+
165+
* fix(configuration): cookiecutter upgrader configuration fix.
166+
167+
* fix(template): Forgot to add configuration setting to main settings file.
168+
169+
* fix(template): Forgot to add configuration setting to main settings file.
170+
171+
* fix(theme): Update to latest just the docs theme.
172+
173+
* fix(template): minor fix.
174+
- Merge pull request #48 from jcook3701/develop
175+
176+
Feat 016 (#47)
157177

158178
### 🐛 Fixed
159179

160180
- *(template)* Updates to template cookiecutter.json file.
161-
- *(docs)* Docs are not being updated with upgrade for some reason. debugging.
162-
- *(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.
164-
- *(configuration)* Cookiecutter upgrader configuration fix.
165-
- *(template)* Forgot to add configuration setting to main settings file.
166-
- *(template)* Forgot to add configuration setting to main settings file.
167-
- *(theme)* Update to latest just the docs theme.
181+
- *(configuration)* I think this should fix the last of the problems with main showing up where master should for this repository.
182+
- *(links)* Major fixes for documentation links.
183+
- *(docs)* Fixed license image shield.
184+
185+
### 🚀 Added
186+
187+
- *(docs)* Updates to setup, getting-started, and initial tutorials.
188+
- *(faq)* Added the Frequently asked questions page.

cookiecutter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"America/Los_Angeles"
1010
],
1111
"license": [
12-
"MIT",
1312
"AGPL-3.0-or-later",
1413
"AGPL-3.0-only",
14+
"Apache-2.0",
1515
"GPL-3.0-or-later",
1616
"GPL-3.0-only",
17-
"Apache-2.0",
1817
"BSD-3-Clause",
1918
"BSD-2-Clause",
2019
"0BSD",
20+
"MIT",
2121
"Unlicense"
2222
],
2323
"contribution_model": [

docs/cookiecutter_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"__year_range": "2025-2026",
1616
"_checkout": "main",
1717
"_copy_without_render": [],
18-
"_default_branch": "main",
18+
"_default_branch": "master",
1919
"_extensions": [
2020
"jinja2.ext.do",
2121
"jinja2.ext.loopcontrols"

docs/jekyll/Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GEM
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.3.0)
7+
bigdecimal (4.0.1)
78
colorator (1.1.0)
89
concurrent-ruby (1.3.6)
910
csv (3.3.5)
@@ -112,6 +113,9 @@ PLATFORMS
112113
x86_64-linux
113114

114115
DEPENDENCIES
116+
base64
117+
bigdecimal
118+
csv
115119
faraday (~> 2.14)
116120
faraday-retry (~> 2.3)
117121
jekyll (~> 4.4)
@@ -122,6 +126,7 @@ DEPENDENCIES
122126
jekyll-seo-tag
123127
jekyll-sitemap
124128
just-the-docs (~> 0.11)
129+
logger
125130

126131
BUNDLED WITH
127132
2.5.23

docs/jekyll/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Template cookiecutter project for Github Pages (Jekyll). This project can utili
1212

1313
[![License](https://img.shields.io/github/license/jcook3701/github-docs-cookiecutter)](LICENSE)
1414

15+
<!-- [![CLA assistant](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/cla.yml/badge.svg)]() -->
1516
![dependency-check](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/dependency-check.yml/badge.svg)
1617
![format-check](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/format-check.yml/badge.svg)
1718
![lint-check](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/lint-check.yml/badge.svg)

{{ cookiecutter.project_slug }}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PUBLISHDIR ?=
4242
# 📚 Documentation (Sphinx + Jekyll)
4343
# --------------------------------------------------
4444
RUBY_INSTALL := bundle install
45-
JEKYLL_BUILD := bundle exec jekyll build --quiet
45+
JEKYLL_BUILD := bundle exec jekyll build --trace --verbose
4646
JEKYLL_CLEAN := bundle exec jekyll clean
4747
JEKYLL_SERVE := bundle exec jekyll serve
4848
# --------------------------------------------------

0 commit comments

Comments
 (0)