Réorganisation des recettes
This commit is contained in:
parent
a0415d2cda
commit
deb9e415cd
16 changed files with 239 additions and 1 deletions
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 %}}
|
Loading…
Add table
Add a link
Reference in a new issue