redstrate.com/scripts/generate_favicon.sh
Joshua Goins 464b5d4406
All checks were successful
Deploy / Deploy Website (push) Successful in 31s
Update favicon, add script to generate it in the future
2025-04-10 17:31:24 -04:00

5 lines
238 B
Bash
Executable file

#!/bin/bash
convert -resize 32X32 assets/rss-image.jpg static/favicon-32x32.png &&
convert -resize 16X16 assets/rss-image.jpg static/favicon-16x16.png &&
icotool -c -o static/favicon.ico static/favicon-16x16.png static/favicon-32x32.png