From 428e2433d4213ca540322a785a5e0874485b1e1f Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Thu, 17 Aug 2023 22:06:57 -0600 Subject: [PATCH] Init with template --- README.md | 5 +++++ template.yaml | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 README.md create mode 100644 template.yaml 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