diff --git a/README.md b/README.md new file mode 100644 index 0000000..54a4677 --- /dev/null +++ b/README.md @@ -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 +``` diff --git a/content/operations/deploiement/_index.md b/content/operations/deploiement/_index.md new file mode 100644 index 0000000..e828ece --- /dev/null +++ b/content/operations/deploiement/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Déploiement" +description = "Déploiement" +weight = 10 +sorted_by = "weight" ++++ + diff --git a/content/operations/support/_index.md b/content/operations/support/_index.md new file mode 100644 index 0000000..39da05d --- /dev/null +++ b/content/operations/support/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Support" +description = "Support" +weight = 50 +sorted_by = "weight" ++++