Réorganisation des recettes
This commit is contained in:
parent
a0415d2cda
commit
deb9e415cd
16 changed files with 239 additions and 1 deletions
37
archetypes/apero.md
Normal file
37
archetypes/apero.md
Normal 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
37
archetypes/dessert.md
Normal 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
37
archetypes/entrees.md
Normal 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 %}}
|
37
archetypes/petit-dejeuner.md
Normal file
37
archetypes/petit-dejeuner.md
Normal 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
37
archetypes/plats.md
Normal 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 %}}
|
10
content/recettes/apero/_index.md
Normal file
10
content/recettes/apero/_index.md
Normal 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: []
|
||||
---
|
10
content/recettes/desserts/_index.md
Normal file
10
content/recettes/desserts/_index.md
Normal 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: []
|
||||
---
|
11
content/recettes/entrees/_index.md
Normal file
11
content/recettes/entrees/_index.md
Normal 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: []
|
||||
---
|
||||
|
12
content/recettes/petit-dejeuner/_index.md
Normal file
12
content/recettes/petit-dejeuner/_index.md
Normal 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.
|
10
content/recettes/plats/_index.md
Normal file
10
content/recettes/plats/_index.md
Normal 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: []
|
||||
---
|
|
@ -1,3 +1,3 @@
|
|||
{{- 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"/> 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"/> Modifier</a>
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue