Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
site-ng
Commits
15977e84
Commit
15977e84
authored
Aug 08, 2021
by
Zach van Rijn
Browse files
Add logo for Twitter.
parent
bba5eff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/images/polyguin.sh
View file @
15977e84
...
...
@@ -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.
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment