Add recipe archetype
This commit is contained in:
parent
60c8f483da
commit
7e7268b765
1 changed files with 13 additions and 0 deletions
13
archetypes/recettes.md
Normal file
13
archetypes/recettes.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: "" # FIXME
|
||||||
|
date: {{ .Date }} # FIXME?
|
||||||
|
veganness: "" # FIXME vegan | veganisable | vege
|
||||||
|
season: "" # FIXME winter | summer or remove
|
||||||
|
ingredients: # FIXME
|
||||||
|
- name: un truc
|
||||||
|
qt: 1 # or remove
|
||||||
|
|
||||||
|
draft: true # FIXME
|
||||||
|
---
|
||||||
|
|
||||||
|
Insérer la recette ici
|
Loading…
Reference in a new issue