1.6 KiB
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 bannerbanner-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