Mise à jour de 'services/qrcode.libre-service.eu.md'
This commit is contained in:
parent
9bb8dc3e50
commit
ba87c694e1
1 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ cd /srv/qrcode.libre-service.eu/
|
||||||
ln -s /var/www/qrcode.libre-service.eu www
|
ln -s /var/www/qrcode.libre-service.eu www
|
||||||
```
|
```
|
||||||
|
|
||||||
Création d'un dépôt ''tools'' à lier à un projet ''qrcode.libre-service.eu-tools'' sur la forge Devinsy :
|
Création d'un dépôt `tools` à lier à un projet `qrcode.libre-service.eu-tools` sur la forge Devinsy :
|
||||||
```
|
```
|
||||||
cd /srv/qrcode.libre-service.eu/tools/
|
cd /srv/qrcode.libre-service.eu/tools/
|
||||||
echo "# Service qrcode.libre-service.eu" > README.md
|
echo "# Service qrcode.libre-service.eu" > README.md
|
||||||
|
@ -134,21 +134,21 @@ Modifier le style dans `style.less` :
|
||||||
|
|
||||||
## Favicon
|
## Favicon
|
||||||
|
|
||||||
Placer le fichier favicon source dans ''themes/libre-service.eu/icons/source.png'' puis :
|
Placer le fichier favicon source dans `themes/libre-service.eu/icons/source.png` puis :
|
||||||
```
|
```
|
||||||
cd /var/www/qrcode.libre-service.eu/
|
cd /var/www/qrcode.libre-service.eu/
|
||||||
php themes/resize.php libre-service.eu
|
php themes/resize.php libre-service.eu
|
||||||
```
|
```
|
||||||
|
|
||||||
## Logo principal
|
## Logo principal
|
||||||
Placer le fichier logo dans ''themes/libre-service.eu/icons/libre-service.eu-libreqr-logo.png'' puis modifier ''index.php'' :
|
Placer le fichier logo dans `themes/libre-service.eu/icons/libre-service.eu-libreqr-logo.png` puis modifier `index.php` :
|
||||||
```
|
```
|
||||||
- <img alt="" id="logo" src="themes/<?php echo $theme; ?>/icons/128.png">
|
- <img alt="" id="logo" src="themes/<?php echo $theme; ?>/icons/128.png">
|
||||||
+ <img alt="" id="logo" src="themes/<?php echo $theme; ?>/icons/libre-service.eu-libreqr-logo.png">
|
+ <img alt="" id="logo" src="themes/<?php echo $theme; ?>/icons/libre-service.eu-libreqr-logo.png">
|
||||||
```
|
```
|
||||||
|
|
||||||
## Titre
|
## Titre
|
||||||
Modifier ''index.php'' :
|
Modifier `index.php` :
|
||||||
```
|
```
|
||||||
- <h1>LibreQR</h1>
|
- <h1>LibreQR</h1>
|
||||||
+ <h1>QRCode.libre-service.eu</h1>
|
+ <h1>QRCode.libre-service.eu</h1>
|
||||||
|
|
Loading…
Reference in a new issue