Réorganisation des recettes

This commit is contained in:
Stanislas Jouffroy 2025-03-25 13:09:26 +01:00
parent a0415d2cda
commit deb9e415cd
16 changed files with 239 additions and 1 deletions

37
archetypes/apero.md Normal file
View file

@ -0,0 +1,37 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
lastmod: {{ .Date }}
publishdate: {{ .Date }}
description: "Recette"
weight: 10
categories: ["recette", "apéro"]
tags: []
---
{{% panel status="recipe" title="Ingrédients" %}}
- ingredient 1
- ingredient 2
{{% /panel %}}
{{% panel status="recipe" title="Matos" %}}
- matos 1
- matos 2
{{% /panel %}}
{{% panel status="recipe" title="Instructions" %}}
1. instruction 1
2. instruction 2
{{% /panel %}}
{{% panel status="recipe" title="Source" %}}
https://source.fr
{{% /panel %}}

37
archetypes/dessert.md Normal file
View file

@ -0,0 +1,37 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
lastmod: {{ .Date }}
publishdate: {{ .Date }}
description: "Recette"
weight: 10
categories: ["recette", "dessert"]
tags: []
---
{{% panel status="recipe" title="Ingrédients" %}}
- ingredient 1
- ingredient 2
{{% /panel %}}
{{% panel status="recipe" title="Matos" %}}
- matos 1
- matos 2
{{% /panel %}}
{{% panel status="recipe" title="Instructions" %}}
1. instruction 1
2. instruction 2
{{% /panel %}}
{{% panel status="recipe" title="Source" %}}
https://source.fr
{{% /panel %}}

37
archetypes/entrees.md Normal file
View file

@ -0,0 +1,37 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
lastmod: {{ .Date }}
publishdate: {{ .Date }}
description: "Recette"
weight: 10
categories: ["recette", "entree"]
tags: []
---
{{% panel status="recipe" title="Ingrédients" %}}
- ingredient 1
- ingredient 2
{{% /panel %}}
{{% panel status="recipe" title="Matos" %}}
- matos 1
- matos 2
{{% /panel %}}
{{% panel status="recipe" title="Instructions" %}}
1. instruction 1
2. instruction 2
{{% /panel %}}
{{% panel status="recipe" title="Source" %}}
https://source.fr
{{% /panel %}}

View file

@ -0,0 +1,37 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
lastmod: {{ .Date }}
publishdate: {{ .Date }}
description: "Recette"
weight: 10
categories: ["recette", "petit-déjeuner"]
tags: []
---
{{% panel status="recipe" title="Ingrédients" %}}
- ingredient 1
- ingredient 2
{{% /panel %}}
{{% panel status="recipe" title="Matos" %}}
- matos 1
- matos 2
{{% /panel %}}
{{% panel status="recipe" title="Instructions" %}}
1. instruction 1
2. instruction 2
{{% /panel %}}
{{% panel status="recipe" title="Source" %}}
https://source.fr
{{% /panel %}}

37
archetypes/plats.md Normal file
View file

@ -0,0 +1,37 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
lastmod: {{ .Date }}
publishdate: {{ .Date }}
description: "Recette"
weight: 10
categories: ["recette", "plat"]
tags: []
---
{{% panel status="recipe" title="Ingrédients" %}}
- ingredient 1
- ingredient 2
{{% /panel %}}
{{% panel status="recipe" title="Matos" %}}
- matos 1
- matos 2
{{% /panel %}}
{{% panel status="recipe" title="Instructions" %}}
1. instruction 1
2. instruction 2
{{% /panel %}}
{{% panel status="recipe" title="Source" %}}
https://source.fr
{{% /panel %}}

View file

@ -0,0 +1,10 @@
---
title: "Apéroooo !!"
date: 2025-03-25T12:29:08+01:00
lastmod: 2025-03-25T12:29:08+01:00
publishdate: 2025-03-25T12:29:08+01:00
description: "C'est l'heure de l'apéro !"
weight: 10
categories: ["recette", "apéro"]
tags: []
---

View file

@ -0,0 +1,10 @@
---
title: "Desserts"
date: 2025-03-25T12:29:01+01:00
lastmod: 2025-03-25T12:29:01+01:00
publishdate: 2025-03-25T12:29:01+01:00
description: "J'en connais une qui va aimer"
weight: 40
categories: ["recette", "apéro"]
tags: []
---

View file

@ -0,0 +1,11 @@
---
title: "Entrées"
date: 2025-03-25T12:27:55+01:00
lastmod: 2025-03-25T12:27:55+01:00
publishdate: 2025-03-25T12:27:55+01:00
description: "Le coin des entrées"
weight: 20
categories: ["recette", "entrée"]
tags: []
---

View file

@ -0,0 +1,12 @@
---
title: "_Index"
date: 2025-03-25T12:45:43+01:00
lastmod: 2025-03-25T12:45:43+01:00
publishdate: 2025-03-25T12:45:43+01:00
description: ""
weight: 10
categories: []
tags: []
---
Lorem Ipsum.

View file

@ -0,0 +1,10 @@
---
title: "Plats"
date: 2025-03-25T12:28:51+01:00
lastmod: 2025-03-25T12:28:51+01:00
publishdate: 2025-03-25T12:28:51+01:00
description: "On va s'en mettre plein la panse"
weight: 30
categories: ["recette", "plat"]
tags: []
---

View file

@ -1,3 +1,3 @@
{{- if and .Site.Params.git_doc_repository .File -}} {{- if and .Site.Params.git_doc_repository .File -}}
<a href="{{ .Site.Params.git_doc_repository }}/src/branch/{{ .Site.Params.git_doc_repository_branch | default "main" }}/content/{{ .Site.Params.git_doc_repository_path }}{{ .File.Path }}" class="edit-page"><img class="edit-page-picto" width="13" height="13 " src="{{"images/pen-square.svg" | absURL}}" alt="edit"/>&nbsp;Modifier sur la forge jouf</a> <a href="{{ .Site.Params.git_doc_repository }}/src/branch/{{ .Site.Params.git_doc_repository_branch | default "main" }}/content/{{ .Site.Params.git_doc_repository_path }}{{ .File.Path }}" class="edit-page"><img class="edit-page-picto" width="13" height="13 " src="{{"images/pen-square.svg" | absURL}}" alt="edit"/>&nbsp;Modifier</a>
{{- end -}} {{- end -}}