Skip to content

Commit cf60291

Browse files
authored
Merge pull request #26 from jcook3701/develop
Feat 007 cla continued (#25)
2 parents dd83b02 + a6853fc commit cf60291

31 files changed

Lines changed: 454 additions & 171 deletions

File tree

.github/workflows/jekyll-gh-pages.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,18 @@ jobs:
4848
steps:
4949
- name: Checkout
5050
uses: actions/checkout@v4
51+
- name: Setup Ruby
52+
uses: ruby/setup-ruby@v1
53+
with:
54+
ruby-version: '3.3' # Recommended for Jekyll 4.4 in 2026
55+
bundler-cache: true # Runs 'bundle install' and caches gems automatically
56+
working-directory: ./docs/jekyll
5157
- name: Setup Pages
5258
uses: actions/configure-pages@v5
5359
- name: Build with Jekyll site in /docs/jekyll
54-
uses: actions/jekyll-build-pages@v1
55-
with:
56-
source: ./docs/jekyll
57-
destination: ./_site
60+
run: bundle exec jekyll build --source ./docs/jekyll --destination ./_site
61+
env:
62+
JEKYLL_ENV: production
5863
- name: Upload artifact
5964
uses: actions/upload-pages-artifact@v3
6065

.markdownlint.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ MD007:
2828
# Many developers disable this to allow long URLs or technical prose
2929
MD013: false
3030

31+
# MD014/commands-show-output: Dollar signs used before commands without showing output
32+
# This prevents copy-paste errors by ensuring leading dollar signs are only used when
33+
# output is also present to distinguish them.
34+
MD014: false
35+
3136
# MD022/blanks-around-headings: Headings should be surrounded by blank lines
3237
# Disabling this allows headings to be immediately preceded or followed by text
3338
MD022: false
@@ -40,6 +45,9 @@ MD024:
4045
MD029:
4146
style: "ordered"
4247

48+
# MD031/blanks-around-fences: Fenced code blocks should be surrounded by blank linesmarkdownlintMD031
49+
MD031: false
50+
4351
# MD032/blanks-around-lists: Lists should be surrounded by blank lines
4452
# Setting this to false ignores the rule entirely
4553
MD032: false

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<h2 id="overview-1">Overview:</h2>
1515
<p>Template cookiecutter project for Github Pages (Jekyll). Skip the boring stuff and get to the work that matters.</p>
1616

17+
<hr />
18+
19+
<p><a href="LICENSE"><img src="https://img.shields.io/github/license/jcook3701/github-docs-cookiecutter" alt="License" /></a></p>
20+
1721
<p><img src="https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/dependency-check.yml/badge.svg" alt="dependency-check" />
1822
<img src="https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/format-check.yml/badge.svg" alt="format-check" />
1923
<img src="https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/lint-check.yml/badge.svg" alt="lint-check" />

changelogs/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,22 @@ Feat (005)
3737
- Merge pull request #21 from jcook3701/develop
3838

3939
Develop
40+
- Feat 006 (#23)
41+
42+
* feat(docs): Preparing project for Contributor License Agreements and getting major project documentation ready.
43+
44+
* chore(update): Update from cookiecutter-cookiecutter using cookiecutter_project_upgrader.
45+
- Merge pull request #24 from jcook3701/develop
46+
47+
Feat 006 (#23)
4048

4149
### 🐛 Fixed
4250

4351
- *(template)* Updates to template cookiecutter.json file.
4452

4553
### 🚀 Added
4654

47-
- *(docs)* Preparing project for Contributor License Agreements and getting major project documentation ready.
55+
- *(cla)* CLA documentation and much more. Getting project contribution guidelines setup.
4856
## [0.1.0] - 2025-12-05
4957

5058
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

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

5-
## [0.1.1] - 2026-01-15
5+
## [0.1.1] - 2026-01-20
66

77
### ⚙️ Miscellaneous
88

@@ -37,11 +37,19 @@ Feat (005)
3737
- Merge pull request #21 from jcook3701/develop
3838

3939
Develop
40+
- Feat 006 (#23)
41+
42+
* feat(docs): Preparing project for Contributor License Agreements and getting major project documentation ready.
43+
44+
* chore(update): Update from cookiecutter-cookiecutter using cookiecutter_project_upgrader.
45+
- Merge pull request #24 from jcook3701/develop
46+
47+
Feat 006 (#23)
4048

4149
### 🐛 Fixed
4250

4351
- *(template)* Updates to template cookiecutter.json file.
4452

4553
### 🚀 Added
4654

47-
- *(docs)* Preparing project for Contributor License Agreements and getting major project documentation ready.
55+
- *(cla)* CLA documentation and much more. Getting project contribution guidelines setup.

cookiecutter.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
"author": "Jared Cook",
55
"email": "jcook3701+github@gmail.com",
66
"version": "0.1.0",
7+
"timezone": [
8+
"America/Los_Angeles"
9+
],
710
"description": "Cookiecutter documentation for future project Github Wiki Pages.",
811
"theme": [
12+
"just-the-docs/just-the-docs@v0.11.0",
913
"pmarsceill/just-the-docs",
1014
"carlosperate/jekyll-theme-rtd"
1115
],

cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"useGitignore": true,
55
"words": [
66
"bumpversion",
7+
"cla",
78
"cli",
89
"codespell",
910
"cookiecutter",
@@ -45,6 +46,7 @@
4546
"npm",
4647
"python",
4748
"python-common",
49+
"rust",
4850
"softwareTerms",
4951
"typescript"
5052
]

docs/jekyll/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ __Version:__ {{ site.version }}
99
## Overview:
1010
Template cookiecutter project for Github Pages (Jekyll). Skip the boring stuff and get to the work that matters.
1111

12+
***
13+
14+
[![License](https://img.shields.io/github/license/jcook3701/github-docs-cookiecutter)](LICENSE)
15+
1216
![dependency-check](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/dependency-check.yml/badge.svg)
1317
![format-check](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/format-check.yml/badge.svg)
1418
![lint-check](https://github.com/jcook3701/github-docs-cookiecutter/actions/workflows/lint-check.yml/badge.svg)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

{{ cookiecutter.project_slug }}/CONTRIBUTING.md

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

0 commit comments

Comments
 (0)