docs: add logo for project, expand readme #7

Merged
mvhutz merged 10 commits from feat/logo into main 2026-03-21 01:14:18 +00:00

10 Commits

Author SHA1 Message Date
7713d681ac revert: fix h2 header in README
All checks were successful
CI / Go Lint (pull_request) Successful in 24s
CI / Markdown Lint (pull_request) Successful in 9s
CI / Unit Tests (pull_request) Successful in 20s
CI / Makefile Lint (pull_request) Successful in 21s
CI / Fuzz Tests (pull_request) Successful in 50s
CI / Mutation Tests (pull_request) Successful in 59s
2026-03-20 21:08:20 -04:00
762a868a70 fix: use DavidAnson/markdownlint-cli2-action
Some checks failed
CI / Makefile Lint (pull_request) Successful in 22s
CI / Go Lint (pull_request) Successful in 25s
CI / Unit Tests (pull_request) Successful in 19s
CI / Markdown Lint (pull_request) Failing after 12s
CI / Fuzz Tests (pull_request) Successful in 51s
CI / Mutation Tests (pull_request) Successful in 1m17s
- Using `make lint-markdown` poses a 'Docker-in-Docker' problem, and the `markdownlint-cli2` container does not have any files that it should.
- Use the dedicated `DavidAnson/markdownlint-cli2-action` GitHub action to process the test instead.
2026-03-20 21:05:44 -04:00
a32681a39b test: added markdownlint config, and bugged README
All checks were successful
CI / Makefile Lint (pull_request) Successful in 23s
CI / Go Lint (pull_request) Successful in 24s
CI / Markdown Lint (pull_request) Successful in 9s
CI / Unit Tests (pull_request) Successful in 30s
CI / Fuzz Tests (pull_request) Successful in 51s
CI / Mutation Tests (pull_request) Successful in 59s
2026-03-20 20:59:47 -04:00
1e237891e0 feat: add markdown lint target and job
All checks were successful
CI / Makefile Lint (pull_request) Successful in 17s
CI / Go Lint (pull_request) Successful in 23s
CI / Unit Tests (pull_request) Successful in 14s
CI / Markdown Lint (pull_request) Successful in 14s
CI / Fuzz Tests (pull_request) Successful in 51s
CI / Mutation Tests (pull_request) Successful in 1m2s
2026-03-20 20:39:14 -04:00
20d43e8b15 feat: add link to pkg.go.dev in README.md 2026-03-20 20:24:06 -04:00
c049f430ac style: no center 2026-03-20 20:20:19 -04:00
87a1d386fe style: update logo 2026-03-20 20:10:43 -04:00
9ab96db43f style: use SVG instead in README.md 2026-03-20 19:50:07 -04:00
390a12b84e style: add icon to README.md 2026-03-20 19:32:57 -04:00
351e021b5d feat: add logo to assets 2026-03-19 23:23:17 -04:00