Files
unhappychoice--gittype/docs/images/README.md
T
wehub-resource-sync 8c89588461
CI / Coverage (push) Waiting to run
CI / Format (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / Test (push) Waiting to run
CI / Nix Build (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:16:47 +08:00

1.6 KiB

GitType Banner Images

This directory contains the banner images used in the project.

Files

  • gittype-banner.png - Main banner image (1200x630px, OGP-ready)
  • gittype-banner.svg - Vector version of the banner
  • banner-source.sh - Shell script that generates the banner content

Regenerating the Banner

To regenerate the banner images, use the following commands:

Dependencies

npm install -g oh-my-logo
go install github.com/charmbracelet/freeze@latest

PNG Banner (1200x630px - OGP ready)

freeze --execute "docs/images/banner-source.sh" \
  -o docs/images/gittype-banner.png \
  --theme "Dracula" \
  --window \
  --background="#1e1e2e" \
  --margin 10 \
  --padding 40 \
  --border.radius 15 \
  --font.family "Ubuntu Mono" \
  --font.size 22 \
  --width 1200 \
  --height 630

SVG Banner

freeze --execute "docs/images/banner-source.sh" \
  -o docs/images/gittype-banner.svg \
  --theme "Dracula" \
  --window \
  --background="#1e1e2e" \
  --margin 10 \
  --padding 40 \
  --border.radius 15 \
  --font.family "Ubuntu Mono" \
  --font.size 22 \
  --width 1200 \
  --height 630

Banner Design

The banner features:

  • GitType ASCII logo with purple gradient generated by oh-my-logo
  • Project tagline: "Show your AI who's boss: just you, your keyboard, and your coding sins"
  • Feature highlights with ASCII icons: [*] Addictive gameplay [>] Real-time feedback [+] Track your progress
  • Installation commands for brew and usage
  • GitHub repository URL
  • Terminal-style appearance with window controls and dark Dracula theme background
  • Ubuntu Mono font for optimal readability and emoji compatibility