mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
mode dev avec LIBREZO_WEBSITE=dev
This commit is contained in:
15
README.md
15
README.md
@ -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
|
||||
|
Reference in New Issue
Block a user