diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-03-26 15:47:02 -0500 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-03-26 15:47:02 -0500 |
| commit | 7f8ac9dba3bb0c8ef1395e9ae2b8e3ba02ffbde5 (patch) | |
| tree | cd8732c074fb6f873708ed44686dc1ba7b28eb56 | |
| parent | 52da42b4ad9091f2bc41e9e9d7c518ded9c1aa0c (diff) | |
| download | cookbook-7f8ac9dba3bb0c8ef1395e9ae2b8e3ba02ffbde5.tar cookbook-7f8ac9dba3bb0c8ef1395e9ae2b8e3ba02ffbde5.tar.gz cookbook-7f8ac9dba3bb0c8ef1395e9ae2b8e3ba02ffbde5.tar.bz2 cookbook-7f8ac9dba3bb0c8ef1395e9ae2b8e3ba02ffbde5.tar.lz cookbook-7f8ac9dba3bb0c8ef1395e9ae2b8e3ba02ffbde5.tar.xz cookbook-7f8ac9dba3bb0c8ef1395e9ae2b8e3ba02ffbde5.tar.zst cookbook-7f8ac9dba3bb0c8ef1395e9ae2b8e3ba02ffbde5.zip | |
Whoops, had to fix keys
| -rw-r--r-- | Bacon-Bean Bake.cook | 4 | ||||
| -rw-r--r-- | Butter Cookies.cook | 2 | ||||
| -rw-r--r-- | Cornbread.cook | 4 | ||||
| -rw-r--r-- | Instant-pot Cheesecake.cook | 4 | ||||
| -rw-r--r-- | Irish Soda Bread.cook | 4 | ||||
| -rw-r--r-- | MaryAnn's Chocolate Cake.cook | 4 | ||||
| -rw-r--r-- | Onion Masala.cook | 4 | ||||
| -rw-r--r-- | Pancakes.cook | 4 | ||||
| -rw-r--r-- | Vadas.cook | 4 |
9 files changed, 17 insertions, 17 deletions
diff --git a/Bacon-Bean Bake.cook b/Bacon-Bean Bake.cook index 482639b..115d490 100644 --- a/Bacon-Bean Bake.cook +++ b/Bacon-Bean Bake.cook @@ -1,6 +1,6 @@ --- -prep time: 30 min -cook time: 1.5 hours +prep_time: 30 min +cook_time: 1.5 hours servings: 12 tags: side --- diff --git a/Butter Cookies.cook b/Butter Cookies.cook index 340ec24..bfcad39 100644 --- a/Butter Cookies.cook +++ b/Butter Cookies.cook @@ -1,6 +1,6 @@ --- serves: 30 -total time: 1 hour 5 minutes +time: 1 hour 5 minutes tags: cookie, dessert --- diff --git a/Cornbread.cook b/Cornbread.cook index e5a96c2..f5f6afd 100644 --- a/Cornbread.cook +++ b/Cornbread.cook @@ -1,6 +1,6 @@ --- -prep time: 5 min -cook time: 20 min +prep_time: 5 min +cook_time: 20 min tags: bread, side --- diff --git a/Instant-pot Cheesecake.cook b/Instant-pot Cheesecake.cook index 80f39d0..bcf4454 100644 --- a/Instant-pot Cheesecake.cook +++ b/Instant-pot Cheesecake.cook @@ -1,6 +1,6 @@ --- -prep time: 15 mins -cook time: 45 mins +prep_time: 15 mins +cook_time: 45 mins tags: cake, dessert, instant-pot --- diff --git a/Irish Soda Bread.cook b/Irish Soda Bread.cook index 0af9ed8..b204d9a 100644 --- a/Irish Soda Bread.cook +++ b/Irish Soda Bread.cook @@ -1,6 +1,6 @@ --- -prep time: 10 min -cook time: 30 min +prep_time: 10 min +cook_time: 30 min servings: 8 tags: irish, bread --- diff --git a/MaryAnn's Chocolate Cake.cook b/MaryAnn's Chocolate Cake.cook index 9bff06b..cac8ab7 100644 --- a/MaryAnn's Chocolate Cake.cook +++ b/MaryAnn's Chocolate Cake.cook @@ -1,6 +1,6 @@ --- -prep time: 10 min -cook time: 50 min +prep_time: 10 min +cook_time: 50 min tags: dessert, cake --- diff --git a/Onion Masala.cook b/Onion Masala.cook index 0de0df0..63486ef 100644 --- a/Onion Masala.cook +++ b/Onion Masala.cook @@ -1,6 +1,6 @@ --- -prep time: 30 min -cook time: 20 min +prep_time: 30 min +cook_time: 20 min tags: indian, instant-pot --- diff --git a/Pancakes.cook b/Pancakes.cook index dc6a88f..fc99c57 100644 --- a/Pancakes.cook +++ b/Pancakes.cook @@ -1,6 +1,6 @@ --- -prep time: 20 min -cook time: 20 min +prep_time: 20 min +cook_time: 20 min servings: 9 tags: breakfast, pancake --- @@ -1,6 +1,6 @@ --- -prep time: 30 min -cook time: 2 hour +prep_time: 30 min +cook_time: 2 hour tags: hungarian, stew --- |
