From 2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 12 May 2022 15:27:33 +0200 Subject: [PATCH] =?UTF-8?q?Premier=20d=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ content/operations/deploiement/_index.md | 7 +++++++ content/operations/support/_index.md | 6 ++++++ 3 files changed, 32 insertions(+) create mode 100644 README.md create mode 100644 content/operations/deploiement/_index.md create mode 100644 content/operations/support/_index.md 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" ++++