102 Commits

Author SHA1 Message Date
90de31a17d
chore: system updoot
Some checks failed
Node.js CI / Lint and Test (push) Successful in 1m17s
Code Analysis / SonarQube (push) Failing after 1m16s
2025-04-05 13:11:36 -07:00
ea060a775c
feat: track domain, path, title
Some checks failed
Node.js CI / Lint and Test (push) Successful in 1m21s
Code Analysis / SonarQube (push) Failing after 1m22s
2025-04-04 15:10:47 -07:00
1022316d35
feat: new colours
Some checks failed
Code Analysis / SonarQube (push) Failing after 1m39s
Node.js CI / Lint and Test (push) Successful in 1m40s
2025-04-03 00:46:47 -07:00
db7a34e975
feat: enable dark theme and theme switcher
Some checks failed
Node.js CI / Lint and Test (push) Successful in 1m26s
Code Analysis / SonarQube (push) Failing after 1m29s
2025-03-27 14:53:47 -07:00
bd47ff2bb3
chore: update sig
Some checks failed
Code Analysis / SonarQube (push) Failing after 1m30s
Node.js CI / Lint and Test (push) Successful in 1m34s
2025-03-24 19:20:10 -07:00
0ec64ba2b0
feat: add instructions for verifying social accounts
Some checks failed
Code Analysis / SonarQube (push) Failing after 1m21s
Node.js CI / Lint and Test (push) Successful in 1m25s
2025-03-24 17:44:00 -07:00
a7daa5093f
chore: system update
Some checks failed
Node.js CI / Lint and Test (push) Successful in 1m31s
Code Analysis / SonarQube (push) Failing after 1m36s
2025-03-24 14:26:51 -07:00
6a95effaaf
feat: remove deprecated platforms
Some checks failed
Node.js CI / Lint and Test (push) Successful in 1m23s
Code Analysis / SonarQube (push) Failing after 1m24s
2025-03-11 15:27:43 -07:00
26136259d3
feat: add blinkies
Some checks failed
Code Analysis / SonarQube (push) Failing after 1m24s
Node.js CI / Lint and Test (push) Successful in 1m28s
2025-03-11 12:40:52 -07:00
dd5fa6f7a2
feat: custom theming for code blocks
Some checks failed
Code Analysis / SonarQube (push) Failing after 1m26s
Node.js CI / Lint and Test (push) Successful in 1m30s
2025-03-05 16:41:11 -08:00
38149e092e
feat: use codeblock titles for environment 2025-03-05 16:31:37 -08:00
d562560dea
chore: system update
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m25s
Code Analysis / SonarQube (push) Successful in 1m24s
2025-03-05 16:00:49 -08:00
05b0763366
feat: update configs
All checks were successful
Code Analysis / SonarQube (push) Successful in 1m26s
Node.js CI / Lint and Test (push) Successful in 1m29s
2025-03-05 15:10:37 -08:00
73a44b0bf9
feat: new theme
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m18s
Code Analysis / SonarQube (push) Successful in 1m18s
2025-03-01 02:09:11 -08:00
543edcf899
feat: colours
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m13s
Code Analysis / SonarQube (push) Successful in 1m14s
2025-03-01 00:25:23 -08:00
7692d2a757 chore: replace codeberg URL link with this instance (#7)
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m18s
Code Analysis / SonarQube (push) Successful in 1m18s
### Explanation

Right now there are still links to Codeberg that go nowhere. That's kind of an issue when you want to make a quick peek at the source code behind such an awesome website.

### Issue

Related to #6

### Attestations

- [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)
- [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
- [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/).

### Dependencies

- [x] I have pinned the dependencies to a specific patch version.

### Style

- [x] I have run the linter and resolved any errors.
- [x] My pull request uses an appropriate title, matching the conventional commit standards.
- [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request.

### Tests

- [x] My contribution adds new code, and I have added tests to cover it.
- [x] My contribution modifies existing code, and I have updated the tests to reflect these changes.
- [x] All new and existing tests pass locally with my changes.
- [x] Code coverage remains at or above the configured threshold.

### Documentation

_No response_

### Versioning

Patch - My pull request introduces bug fixes ONLY.

Reviewed-on: #7
Reviewed-by: Naomi Carrigan <accounts@nhcarrigan.com>
Co-authored-by: Anna <a.rcottrill521@gmail.com>
Co-committed-by: Anna <a.rcottrill521@gmail.com>
2025-02-28 23:33:08 -08:00
98d4757914
chore: system update
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m25s
Code Analysis / SonarQube (push) Successful in 1m25s
2025-02-28 18:39:05 -08:00
7751e35283 feat: add link to sitemap (#5)
All checks were successful
Code Analysis / SonarQube (push) Successful in 1m17s
Node.js CI / Lint and Test (push) Successful in 1m19s
### Explanation

_No response_

### Issue

_No response_

### Attestations

- [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)
- [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
- [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/).

### Dependencies

- [ ] I have pinned the dependencies to a specific patch version.

### Style

- [x] I have run the linter and resolved any errors.
- [x] My pull request uses an appropriate title, matching the conventional commit standards.
- [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request.

### Tests

- [ ] My contribution adds new code, and I have added tests to cover it.
- [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes.
- [ ] All new and existing tests pass locally with my changes.
- [ ] Code coverage remains at or above the configured threshold.

### Documentation

_No response_

### Versioning

_No response_

Reviewed-on: #5
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-02-26 16:49:21 -08:00
3294fdc1e4
chore: add sonar workflow
All checks were successful
Code Analysis / SonarQube (push) Successful in 1m19s
Node.js CI / Lint and Test (push) Successful in 1m31s
2025-02-26 13:20:34 -08:00
92a42feb8d
chore: system update
All checks were successful
Node.js CI / Lint and Test (push) Successful in 58s
2025-02-23 17:24:08 -08:00
51ccfa5627
feat: managing music metadata
Some checks failed
Node.js CI / Lint and Test (push) Failing after 31s
2025-02-20 22:20:32 -08:00
d53423bd5d feat: add additional emails to contact policy (#4)
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m1s
### Explanation

_No response_

### Issue

_No response_

### Attestations

- [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)
- [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
- [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/).

### Dependencies

- [ ] I have pinned the dependencies to a specific patch version.

### Style

- [x] I have run the linter and resolved any errors.
- [x] My pull request uses an appropriate title, matching the conventional commit standards.
- [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request.

### Tests

- [ ] My contribution adds new code, and I have added tests to cover it.
- [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes.
- [ ] All new and existing tests pass locally with my changes.
- [ ] Code coverage remains at or above the configured threshold.

### Documentation

_No response_

### Versioning

_No response_

Reviewed-on: #4
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-02-20 11:24:30 -08:00
9b730e740e
feat: social icons
All checks were successful
Node.js CI / Lint and Test (push) Successful in 53s
2025-02-16 17:31:46 -08:00
05a7784433
fix: fullscreen the overlay video, remove hubspot
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m6s
2025-02-16 17:17:31 -08:00
9ce0f8271e
chore: system update
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m4s
2025-02-11 09:47:03 -08:00
144685e92c
feat: back to vscode
All checks were successful
Node.js CI / Lint and Test (push) Successful in 2m6s
2025-02-06 18:00:10 -08:00
2d58bd6d6b
feat: system update
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m11s
2025-02-03 12:31:36 -08:00
f47c637edd
feat: use our favicon 2025-02-03 11:50:16 -08:00
e2bf180633
feat: config updates
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m46s
2025-02-03 10:35:27 -08:00
2f1ff2969c
feat: update dev environment
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m35s
2025-02-02 13:36:46 -08:00
cd0cf7c478
feat: document matrix
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m3s
2025-01-23 14:44:53 -08:00
43fa0f5643 feat: setup actions (#1)
All checks were successful
Node.js CI / Lint and Test (push) Successful in 49s
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-23 02:23:01 -08:00
7e3a9f64ac
chore: last wave of tweaks 2025-01-22 21:19:03 -08:00
a7d906e150
fix: more donate stuff 2025-01-22 21:09:51 -08:00
8509e6d62c
fix: direct donate links 2025-01-22 21:07:50 -08:00
40808b6dfe
feat: various docs updates 2025-01-22 20:58:28 -08:00
b8650dfa73
chore: gitea templates 2025-01-22 16:05:43 -08:00
92292aa430
feat: call out neutrality in the face of oppression 2025-01-21 20:46:25 -08:00
070dc848e4
feat: move from vscode to emacs entirely 2025-01-21 18:58:27 -08:00
6475381da0
feat: document logs 2025-01-20 18:44:28 -08:00
39ff4211ef
feat: system update 2025-01-13 15:20:27 -08:00
0dfdf303b5 feat: document eslint-config, alt-gen, and naomiai (#54)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/54
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-06 04:53:12 +00:00
0ce62b2faa chore: remove crisp from subprocessors, update hubspot (#53)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/53
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-06 03:07:50 +00:00
691b5390bf feat: write style guide (#52)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/52
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-06 03:05:31 +00:00
82d9038cdd feat: document donor perks and ticket system (#51)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/51
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-05 06:03:44 +00:00
e5e6587540 chore: updates (#50)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/50
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-05 03:11:20 +00:00
e81471daff feat: update security policy with new scanning tools (#49)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/49
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-12-27 02:50:09 +00:00
6fc0695aad chore: add sonarcloud (#48)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/48
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-12-26 21:02:43 +00:00
2c5a9b6702 chore: system update and customisation (#47)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/47
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-12-26 20:48:21 +00:00
23d8a47f10 feat: align styles with other sites (#46)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/46
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-12-21 04:16:38 +00:00