commit 428e2433d4213ca540322a785a5e0874485b1e1f Author: Akemi Izuko Date: Thu Aug 17 22:06:57 2023 -0600 Init with template diff --git a/README.md b/README.md new file mode 100644 index 0000000..b667d7c --- /dev/null +++ b/README.md @@ -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! diff --git a/template.yaml b/template.yaml new file mode 100644 index 0000000..974997f --- /dev/null +++ b/template.yaml @@ -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