Update README.md
This commit is contained in:
parent
ad12fdee6a
commit
3471337523
13
README.md
13
README.md
|
@ -428,6 +428,19 @@ Pour les téléversements de version (release) :
|
|||
MAX_SIZE = 20
|
||||
```
|
||||
|
||||
# Personnalisation
|
||||
|
||||
## Favicon + logo page d'accueil + logo barre
|
||||
|
||||
Enrichier l'arborescence de personnalisation :
|
||||
```
|
||||
mkdir -p /srv/gitea/custom/public/img
|
||||
cd /srv/gitea/custom/public/img
|
||||
wget https://git.a-lec.org/a-lec/commissions/chalec/forge/-/raw/main/forge.chalec.org-logo.svg
|
||||
mv forge.chalec.org-logo.svg logo.svg
|
||||
chmod go+r *
|
||||
```
|
||||
|
||||
# Mettre à jour
|
||||
|
||||
Constat :
|
||||
|
|
Loading…
Reference in New Issue