From e8a76154659949db2f538fa77b08ed66a5534993 Mon Sep 17 00:00:00 2001 From: ADRN Date: Sat, 7 Dec 2024 14:47:54 +0100 Subject: fix: compilation du site grace a l'ajout du dossier (section) 'vision' --- README.md | 4 +++- content/_index.md | 2 +- content/prise_en_main/_index.md | 2 +- content/vision/_index.md | 11 +++++++++++ 4 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 content/vision/_index.md diff --git a/README.md b/README.md index 39beb1b..463b824 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # [guide.deuxfleurs.fr](https://guide.deuxfleurs.fr) ## Construire @@ -10,7 +9,10 @@ zola build ## Déployer ```bash +# Pousser sur https://guide.deuxfleurs.fr aws s3 sync ./public s3://guide.deuxfleurs.fr +# Pousser sur https://preprod-guide.web.deuxfleurs.fr +aws s3 sync ./public s3://preprod-guide ``` ## Développer diff --git a/content/_index.md b/content/_index.md index 928ba5d..c687329 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,7 +6,7 @@ sort_by: weight [Utilisation des services](@/services/_index.md) - Ce manuel vous accompagne dans la découverte de l'utilisation de nos services. -[Motivations](@/motivations/_index.md) - Cette section est dédiée à la présentation de nos idées, réflexions, arguments, désirs, inspirations et motivations. +[Vision](@/vision/_index.md) - Cette section est dédiée à la présentation de nos idées, réflexions, arguments, désirs, inspirations et motivations. [Vie associative](@/vie_associative/_index.md) - Cette section est dédiée au contenu administratif, et aux considérations autour de Deuxfleurs en tant qu'association. diff --git a/content/prise_en_main/_index.md b/content/prise_en_main/_index.md index c48134a..8e47d2a 100644 --- a/content/prise_en_main/_index.md +++ b/content/prise_en_main/_index.md @@ -1,7 +1,7 @@ --- title: "Prise en main" description: "Prise en main" -weight: 10 +weight: 20 sort_by: "weight" extra: parent: 'prise_en_main/_index.md' diff --git a/content/vision/_index.md b/content/vision/_index.md new file mode 100644 index 0000000..7e597de --- /dev/null +++ b/content/vision/_index.md @@ -0,0 +1,11 @@ +--- +title: "Vision" +description: "Vision" +weight: 11 +sort_by: "weight" +extra: + parent: 'vision/_index.md' +--- + +Tout doux (en anglais : to do) + -- cgit v1.2.3