mode dev avec LIBREZO_WEBSITE=dev

This commit is contained in:
tuxmain
2023-07-31 11:04:00 +02:00
parent 99f4ab27e2
commit 3a37374bab
2 changed files with 14 additions and 5 deletions

View File

@ -1,13 +1,20 @@
Proposition de design pour Librezo.
# Nouveau site web de Librezo
[voir le rendu](http://librezo.txmn.tk)
## Build
## Utilisation
[Install Zola](https://getzola.org)
[Installez Zola](https://getzola.org)
```bash
zola serve
# tester en local
zola serve
# compiler en démo publique
LIBREZO_WEBSITE=dev zola build
# compiler en prod
zola build
```
## Contribution