From 81230339df8a7aec9cea15ecd0aa37391cf8ae4b Mon Sep 17 00:00:00 2001 From: stanislas Date: Fri, 21 Mar 2025 22:45:41 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20de=20la=20section=20recettes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archetypes/recettes.md | 27 +++++++++++++++++++++++++++ content/recettes/_index.md | 11 +++++++++++ 2 files changed, 38 insertions(+) create mode 100644 archetypes/recettes.md create mode 100644 content/recettes/_index.md diff --git a/archetypes/recettes.md b/archetypes/recettes.md new file mode 100644 index 0000000..b0ff546 --- /dev/null +++ b/archetypes/recettes.md @@ -0,0 +1,27 @@ +--- +title: "{{ replace .TranslationBaseName "-" " " | title }}" +date: {{ .Date }} +lastmod: {{ .Date }} +publishdate: {{ .Date }} +description: "Recette" +weight: 10 +--- + +## Ingrédients + +- ingredient 1 +- ingredient 2 + +# Matos + +- matos 1 +- matos 2 + +## Instructions + +1. instruction 1 +2. instruction 2 + +## Source + +https://source.fr diff --git a/content/recettes/_index.md b/content/recettes/_index.md new file mode 100644 index 0000000..b6b2b1f --- /dev/null +++ b/content/recettes/_index.md @@ -0,0 +1,11 @@ +--- +title: "Recettes" +date: 2025-03-21T21:54:13+01:00 +lastmod: 2025-03-21T21:54:13+01:00 +publishdate: 2025-03-21T21:54:13+01:00 +description: "Page d'accueil des recettes" +weight: 10 +--- + +Un petit horizon de différentes recettes testées et validées. +Aucune recette n'est de moi, je citerai donc la source (quasi) systématiquement !