From 15977e8485101c5a9542d6181d9f7e77800afb27 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Sun, 8 Aug 2021 17:36:40 -0500 Subject: Add logo for Twitter. --- assets/images/polyguin.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets/images') diff --git a/assets/images/polyguin.sh b/assets/images/polyguin.sh index a6952b4..6371991 100755 --- a/assets/images/polyguin.sh +++ b/assets/images/polyguin.sh @@ -187,6 +187,12 @@ chown 1000:1000 icons/gen_polyguin_color_favicon.ico; 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; +## +# Twitter avatar is 400x400 square. MUST be square. +# +magick convert -background none -gravity center -resize 400x400 -extent 400x400 polyguin_color.svg gen_polyguin_color_twitter.png; +chown 1000:1000 gen_polyguin_color_twitter.png; + ## # WordPress theme screenshot is 1200x900. MUST be this. # -- cgit v1.2.3-70-g09d2