gitea png to logo (#13974)

* gitea png to logo.svg

* gitea safari svg to logo

* minify svgs

* Update english docs

* Update missing section on customizing logo
This commit is contained in:
Kyle D 2020-12-18 20:17:27 -05:00 committed by GitHub
parent e25e7b9598
commit 4cd94e3689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 52 additions and 25 deletions

View file

@ -57,6 +57,10 @@ To make Gitea serve custom public files (like pages and images), use the folder
For example, a file `image.png` stored in `custom/public/`, can be accessed with
the url `http://gitea.domain.tld/image.png`.
## Changing the default logo
To automatically update custom logo png and svg files replace `assets/logo.svg` and run `make generate-images`. This will update the user-designated logo files served in `public/img`. Alternatively, you can manually update each `logo-X.png` and `logo.svg` file in `public/img`.
## Changing the default avatar
Place the png image at the following path: `custom/public/img/avatar_default.png`