2022-08-31 21:41:39 +02:00
|
|
|
# [guide.deuxfleurs.fr](https://guide.deuxfleurs.fr)
|
2022-05-12 15:27:33 +02:00
|
|
|
|
|
|
|
## Construire
|
|
|
|
|
|
|
|
```bash
|
2022-05-13 16:14:57 +02:00
|
|
|
zola build
|
2022-05-12 15:27:33 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Déployer
|
|
|
|
|
|
|
|
```bash
|
2022-06-01 15:37:13 +02:00
|
|
|
aws s3 sync ./public s3://guide.deuxfleurs.fr
|
2022-05-12 15:27:33 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Développer
|
|
|
|
|
|
|
|
```bash
|
|
|
|
zola serve
|
|
|
|
```
|
2024-12-13 23:02:54 +01:00
|
|
|
|
|
|
|
|