From d06e996f1c89b22af3b7d3e1e581e070feb4b349 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Tue, 13 Jul 2021 21:25:39 -0500 Subject: Enable favicon generation. --- assets/images/polyguin.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'assets') 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 #=============================================================== -- cgit v1.2.3-70-g09d2