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/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 %}}