Skip to content

Add logo source files and generation script#120

Merged
pentaxis93 merged 3 commits intomainfrom
feat/logo-asset-pipeline
Mar 10, 2026
Merged

Add logo source files and generation script#120
pentaxis93 merged 3 commits intomainfrom
feat/logo-asset-pipeline

Conversation

@pentaxis93
Copy link
Owner

@pentaxis93 pentaxis93 commented Mar 10, 2026

Summary

  • add canonical logo sources at assets/logo/groundwork-mark.svg and assets/logo/groundwork-full.svg
  • add assets/logo/generate.py to generate favicon/logo/social/avatar assets into assets/logo/dist/
  • ignore generated assets by adding assets/logo/dist/ to .gitignore

Generated assets

  • favicon.ico
  • favicon.svg
  • apple-touch-icon.png
  • logo-32.png
  • logo-64.png
  • logo-128.png
  • logo-256.png
  • logo-512.png
  • github-social-preview.png
  • og-image.png
  • avatar-500.png

Verification

  • python3 -m venv /tmp/groundwork-logo-venv
  • /tmp/groundwork-logo-venv/bin/python -m pip install cairosvg Pillow
  • /tmp/groundwork-logo-venv/bin/python assets/logo/generate.py
  • validated output image dimensions for all generated PNGs

@github-actions
Copy link

github-actions bot commented Mar 10, 2026

The change adds logo source assets, a generation script, and documentation without introducing clear correctness or reliability regressions in existing behavior. I did not find actionable defects in the diff that would likely require a fix.

Raw outputs: codex-review.md, codex-review.jsonl

@pentaxis93 pentaxis93 merged commit ce1a60b into main Mar 10, 2026
1 check passed
@pentaxis93 pentaxis93 deleted the feat/logo-asset-pipeline branch March 10, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant