4f0592e342
- docs/hugo.toml: set geekdocLogo to images/releaser-logo-1024.png so Geekdoc renders it in the site header - docs/static/images/releaser-logo-128.png: 128×128 version resized from the 1024×1024 source via ImageMagick for README display - README.md: add logo above the release badge - .gitignore: scope releaser-* to repo root (/releaser-*) so it no longer matches files inside docs/static/images/ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
157 B
Plaintext
13 lines
157 B
Plaintext
# build output
|
|
/bin/
|
|
/releaser-*
|
|
|
|
# test coverage
|
|
coverage.out
|
|
coverage.html
|
|
|
|
# docs build artifacts (downloaded at build time)
|
|
/docs/themes/
|
|
/docs/public/
|
|
|