Commit Graph

37 Commits

Author SHA1 Message Date
7fc742d199 chore: update dependencies and fix blog styling (#24)
All checks were successful
Node.js CI / CI (push) Successful in 45s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 2m36s
## Summary

### Dependency Updates
- Pin all dependencies to exact versions
- Bump minor/patch versions across all packages
- Upgrade **Next.js** 15 → 16.1.6 (async params/cookies already handled)
- Upgrade **react-markdown** 9 → 10.1.0 (no breaking changes in use)
- Upgrade **@types/node** 20 → 24.10.13 (aligns with Node 24 runtime)
- Upgrade **Tailwind CSS** 3 → 4.2.0 (CSS-first config with `@tailwindcss/postcss`)

### Style Fixes
- Replace Inter font import with CDN-based global font settings
- Fix blockquote dark mode text visibility using `.is-dark` selector
- Replace full dotted blockquote border with left-only accent border
- Move `<link>` elements into proper `<head>` to resolve React hydration error
- Add `precedence="default"` to highlight.js stylesheet link
- Wrap global element rules in `@layer base` to restore Tailwind v4 utility precedence

Closes #8
Closes #9
Closes #10
Closes #11
Closes #12
Closes #13
Closes #14
Closes #15
Closes #16
Closes #17
Closes #18
Closes #19
Closes #20
Closes #21
Closes #22
Closes #23

 This PR was created with help from Hikari~ 🌸

Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Reviewed-on: #24
Co-authored-by: Hikari <hikari@nhcarrigan.com>
Co-committed-by: Hikari <hikari@nhcarrigan.com>
2026-03-03 19:37:59 -08:00
30415c5e7e chore: replace .npmrc with pnpm-workspace.yaml
Some checks failed
Node.js CI / CI (push) Failing after 17s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m19s
2026-03-02 16:26:51 -08:00
d0c38ab520 feat: post about ai workflow
Some checks failed
Node.js CI / CI (push) Failing after 9s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 2m21s
2026-02-27 17:17:51 -08:00
6109ec3183 Merge branch 'main' of https://git.nhcarrigan.com/nhcarrigan/blog
Some checks failed
Node.js CI / CI (push) Failing after 8s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 50s
2026-02-24 19:19:35 -08:00
59e2f53cfa feat: add personal essay on living with mental illness 2026-02-24 19:19:17 -08:00
faa553b42d docs: update README to standard template
Some checks failed
Node.js CI / CI (push) Failing after 9s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m54s
2026-01-26 12:42:41 -08:00
6083564185 feat: add opinion piece about current events
Some checks failed
Node.js CI / CI (push) Failing after 7s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m0s
2025-12-22 19:13:35 -08:00
d108ddecd5 feat: add spellcheck
Some checks failed
Node.js CI / CI (push) Failing after 7s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 49s
2025-12-22 18:11:19 -08:00
b0315e6e18 feat: automated upload of .gitea/workflows/ci.yml
Some checks failed
Node.js CI / CI (push) Failing after 7s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 48s
2025-12-22 19:41:55 +01:00
9c5cae2812 feat: automated upload of .gitea/workflows/ci.yml
Some checks failed
Node.js CI / CI (push) Has been cancelled
Security Scan and Upload / Security & DefectDojo Upload (push) Has been cancelled
2025-12-22 19:35:20 +01:00
6a4dd72384 feat: automated upload of .gitea/workflows/ci.yml
Some checks failed
Node.js CI / Lint and Test (push) Failing after 3s
Security Scan and Upload / Security & DefectDojo Upload (push) Has been cancelled
2025-12-22 19:25:11 +01:00
6236029975 feat: automated upload of .npmrc
All checks were successful
Node.js CI / Lint and Test (push) Successful in 48s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 58s
2025-12-22 19:16:06 +01:00
573a9f9b1e feat: automated upload of .gitea/workflows/security.yml
All checks were successful
Node.js CI / Lint and Test (push) Successful in 52s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m3s
2025-12-18 03:08:01 +01:00
1aa7583f51 feat: automated upload of .gitea/workflows/security.yml
All checks were successful
Node.js CI / Lint and Test (push) Successful in 54s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 51s
2025-12-17 23:26:00 +01:00
739119b72a feat: automated upload of .gitea/workflows/security.yml
Some checks failed
Node.js CI / Lint and Test (push) Successful in 47s
Security Scan / Security Audit (push) Failing after 5m1s
2025-12-12 03:37:46 +01:00
5e933826c3 feat: automated upload of .gitea/workflows/security.yml
Some checks failed
Node.js CI / Lint and Test (push) Successful in 42s
Security Scan / Trivy Security Scan (push) Failing after 4m48s
2025-12-11 20:11:58 +01:00
c66409fe86 chore: linter
All checks were successful
Node.js CI / Lint and Test (push) Successful in 44s
2025-12-10 12:17:50 -08:00
85f80fb159 feat: break down how I turn each step into code
Some checks failed
Node.js CI / Lint and Test (push) Failing after 20s
2025-12-10 12:11:05 -08:00
bbac528845 feat: add syntax highlighting and fix code alignment 2025-12-10 11:46:41 -08:00
07aa12a042 feat: add post about thinking algorithmically
All checks were successful
Node.js CI / Lint and Test (push) Successful in 45s
2025-12-10 11:32:29 -08:00
fba7ca4d50 chore: remove sonar workflow
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m33s
2025-10-31 14:53:44 -07:00
f1f6bfcee5 feat: add learning in public post
Some checks failed
Code Analysis / SonarQube (push) Failing after 20s
Node.js CI / Lint and Test (push) Has been cancelled
2025-10-31 14:52:44 -07:00
2de1f4e36e fix: dedupe read time
Some checks failed
Code Analysis / SonarQube (push) Failing after 16s
Node.js CI / Lint and Test (push) Successful in 1m33s
v1.0.0
2025-10-29 14:49:11 -07:00
297948fb46 release: v1.0.0
Some checks failed
Code Analysis / SonarQube (push) Failing after 25s
Node.js CI / Lint and Test (push) Successful in 1m34s
2025-10-29 14:46:26 -07:00
0dd715f9a1 fix: new font 2025-10-29 14:44:51 -07:00
24218f53e6 feat: add reading time (#6)
Some checks failed
Code Analysis / SonarQube (push) Failing after 17s
Node.js CI / Lint and Test (push) Successful in 1m32s
### 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

- [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

- [ ] 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: #6
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-07-08 18:30:51 -07:00
0a5eb573be feat: add post about networking (#5)
Some checks failed
Node.js CI / Lint and Test (push) Successful in 1m51s
Code Analysis / SonarQube (push) Failing after 16s
### 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

- [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

- [ ] 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-07-08 18:22:35 -07:00
294a8ab817 feat: add link to article version history and our community (#4)
Some checks failed
Code Analysis / SonarQube (push) Failing after 19s
Node.js CI / Lint and Test (push) Successful in 1m28s
### 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-07-08 15:04:34 -07:00
50efbb4864 feat: add community curation article (#3)
Some checks failed
Code Analysis / SonarQube (push) Failing after 16s
Node.js CI / Lint and Test (push) Successful in 1m23s
### 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.
- [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

_No response_

Reviewed-on: #3
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-06-26 12:47:55 -07:00
94f5048326 feat: add post about ai dm (#2)
Some checks failed
Node.js CI / Lint and Test (push) Failing after 50s
Code Analysis / SonarQube (push) Failing after 1m1s
### Explanation

_No response_

### Issue

_No response_

### Attestations

- [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)
- [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
- [ ] 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

- [ ] I have run the linter and resolved any errors.
- [ ] My pull request uses an appropriate title, matching the conventional commit standards.
- [ ] 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: #2
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-05-22 14:10:49 -07:00
a0285af933 chore: add sonar workflow
All checks were successful
Node.js CI / Lint and Test (push) Successful in 2m2s
Code Analysis / SonarQube (push) Successful in 1m9s
2025-02-26 13:38:25 -08:00
c39f443e05 feat: setup actions (#1)
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m15s
### Explanation

_No response_

### Issue

_No response_

### Attestations

- [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)
- [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
- [ ] 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

- [ ] I have run the linter and resolved any errors.
- [ ] My pull request uses an appropriate title, matching the conventional commit standards.
- [ ] 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: #1
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2025-01-23 01:59:56 -08:00
d546799f66 feat: convert to blog 2025-01-22 23:02:54 -08:00
3a6a8fff18 fix: ports 2025-01-22 22:41:46 -08:00
fd4ce85d33 chore: gitea 2025-01-22 22:40:38 -08:00
9d81ce456b feat: set up announcements page 2025-01-22 22:40:19 -08:00
1d2f8061fe Initial commit from Create Next App 2025-01-22 21:45:11 -08:00