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