Commit Graph

5 Commits (9692ebcc5464fcd27ba3d669c7311dc0aa6d3b60)

Author SHA1 Message Date
silverwind d86f878b3e optimize all images in public/img ()
Fixes: https://github.com/go-gitea/gitea/pull/6357
Lauris BH 60d7e56c69 Add task to generate images from SVG and change to new logo ()
* Add makefile task to generate images from SVG and change to new logo

* use absolute path on generate-images
Peter Dave Hello 2368bbb672 Optimize png images via Google zopflipng [ci skip] ()
Rachid Zarouali c040f2fbb1 first batch of Readme updates ()
Sandro Santilli 8a248696e9 Use a gopher as default avatar (rather than the gravatar logo) ()
Also changes the avatar from a jpeg to a png, to allow for
transparent background. The indexed png is also smaller in size.

Note that at the moment the default avatar is only used when
the user requested a custom avatar and the custom avatar file
is not found (should never happen).

In the future the default avatar could be used as a default
return when by-mail avatar lookups fail too (both gravatar
and libravatar support passing a default)