Init with template
This commit is contained in:
commit
428e2433d4
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Recipes
|
||||||
|
|
||||||
|
A small collection of some things I cook (no meat). All recipes are structured
|
||||||
|
yaml files, see `template.yaml` for the structure. Let me know if you have any
|
||||||
|
comments!
|
12
template.yaml
Normal file
12
template.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: food name
|
||||||
|
category: null
|
||||||
|
tried: no
|
||||||
|
how_good: null
|
||||||
|
source: null
|
||||||
|
ingredients:
|
||||||
|
- ingredient 1
|
||||||
|
- ingredient 2
|
||||||
|
directions:
|
||||||
|
1: Step 1
|
||||||
|
2: Step 2
|
||||||
|
notes: null
|
Loading…
Reference in a new issue