diff options
author | Zach van Rijn <me@zv.io> | 2021-07-13 21:25:39 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-13 21:25:39 -0500 |
commit | d06e996f1c89b22af3b7d3e1e581e070feb4b349 (patch) | |
tree | 7c314289de0cdfc588c547fa5367ca617357a9c7 /assets | |
parent | 4209315823bdbff72cea7ec9defefed4692f648b (diff) | |
download | site-ng-d06e996f1c89b22af3b7d3e1e581e070feb4b349.tar.gz site-ng-d06e996f1c89b22af3b7d3e1e581e070feb4b349.tar.bz2 site-ng-d06e996f1c89b22af3b7d3e1e581e070feb4b349.tar.xz site-ng-d06e996f1c89b22af3b7d3e1e581e070feb4b349.zip |
Enable favicon generation.
Diffstat (limited to 'assets')
-rwxr-xr-x | assets/images/polyguin.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/images/polyguin.sh b/assets/images/polyguin.sh index 39daa8a..68d7af6 100755 --- a/assets/images/polyguin.sh +++ b/assets/images/polyguin.sh @@ -166,6 +166,16 @@ for r in x28 x54 x200; do chown 1000:1000 gen_polylogo_black_mono_${r}.png; done # r +#--------------------------------------------------------------- +# Favicon generation. + +## +# 32x32 is GitLab +# Website uses native SVG +# +magick convert -background none -resize 32x32 polyguin_color.svg gen_polyguin_color_favicon.ico; + + #=============================================================== EOF #=============================================================== |