diff options
-rwxr-xr-x | assets/images/polyguin.sh | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/assets/images/polyguin.sh b/assets/images/polyguin.sh index 6371991..49a7078 100755 --- a/assets/images/polyguin.sh +++ b/assets/images/polyguin.sh @@ -184,8 +184,8 @@ chown 1000:1000 icons/gen_polyguin_color_favicon.ico; ## # GitLab group/project avatar is 96x96 square. MUST be square. # -magick convert -background none -gravity center -resize 96x96 -extent 96x96 polyguin_color.svg gen_polyguin_color_avatar.png; -chown 1000:1000 gen_polyguin_color_avatar.png; +magick convert -background none -gravity center -resize 96x96 -extent 96x96 polyguin_color.svg gen_polyguin_color_gitlab.png; +chown 1000:1000 gen_polyguin_color_gitlab.png; ## # Twitter avatar is 400x400 square. MUST be square. @@ -199,6 +199,12 @@ chown 1000:1000 gen_polyguin_color_twitter.png; magick convert -background none -gravity center -resize 1200x900 -extent 1200x900 gen_polylogo_black_color_x900.png gen_polyguin_color_wordpress.png; chown 1000:1000 gen_polyguin_color_wordpress.png; +## +# GitHub group/project avatar is 500x500 square. MUST be square. +# +magick convert -background none -gravity center -resize 500x500 -extent 500x500 polyguin_color.svg gen_polyguin_color_github.png; +chown 1000:1000 gen_polyguin_color_github.png; + #=============================================================== EOF #=============================================================== |