Init with template

This commit is contained in:
Akemi Izuko 2023-08-17 22:06:57 -06:00
commit 428e2433d4
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC
2 changed files with 17 additions and 0 deletions

5
README.md Normal file
View 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
View 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