Premier déploiement

This commit is contained in:
Quentin 2022-05-12 15:27:33 +02:00
parent fd4fc9574a
commit 2c6e3da7d6
Signed by: quentin
GPG Key ID: E9602264D639FF68
3 changed files with 32 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# man.deuxfleurs.fr
## Construire
```bash
zola buil
```
## Déployer
```bash
aws s3 sync ./public s3://man.deuxfleurs.fr
```
## Développer
```bash
zola serve
```

View File

@ -0,0 +1,7 @@
+++
title = "Déploiement"
description = "Déploiement"
weight = 10
sorted_by = "weight"
+++

View File

@ -0,0 +1,6 @@
+++
title = "Support"
description = "Support"
weight = 50
sorted_by = "weight"
+++