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
Owner

I made a logo! Let's add it to the project, and the README.

  • Added logo16x16.png, logo128x128.png, and logo.svg to the assets/ folder. (The 128x128 image is for the logo in Gitea, the logo.svg is for the README, and the logo.png is for editing.)
  • Updated the README to link to pkg.go.dev, and contain the logo.
  • Added make lint-markdown target, and the lint-markdown CI job.
I made a logo! Let's add it to the project, and the README. - Added `logo16x16.png`, `logo128x128.png`, and `logo.svg` to the `assets/` folder. (The 128x128 image is for the logo in Gitea, the `logo.svg` is for the README, and the `logo.png` is for editing.) - Updated the README to link to `pkg.go.dev`, and contain the logo. - Added `make lint-markdown` target, and the `lint-markdown` CI job.
mvhutz added 7 commits 2026-03-21 00:41:06 +00:00
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
1e237891e0
mvhutz added 1 commit 2026-03-21 01:00:23 +00:00
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
a32681a39b
mvhutz added 1 commit 2026-03-21 01:07:01 +00:00
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
762a868a70
- 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.
mvhutz added 1 commit 2026-03-21 01:08:33 +00:00
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
7713d681ac
mvhutz merged commit e00e6fcb1b into main 2026-03-21 01:14:18 +00:00
mvhutz deleted branch feat/logo 2026-03-21 01:14:18 +00:00
Sign in to join this conversation.