Convert more recipes to the new format

This commit is contained in:
Andrew Miner
2017-10-09 08:18:51 -07:00
parent 7f8ead1bd0
commit 4a16afc51f
104 changed files with 406 additions and 558 deletions
+32
View File
@@ -0,0 +1,32 @@
module.exports = require("../helpers")({
title: "",
timings: {
prep: " min",
cook: " hours",
},
icons: ["gluten-free", "low-carb", "overnight", "vegetarian"],
servings: ,
description: "",
steps: [{
ingredients: [
{ amount: , unit: "", item: "" },
{ amount: , unit: "", item: "" },
{ amount: , unit: "", item: "" },
],
directions: ""
}, {
ingredients: [
{ amount: , unit: "", item: "" },
{ amount: , unit: "", item: "" },
{ amount: , unit: "", item: "" },
],
directions: ""
}, {
ingredients: [
{ amount: , unit: "", item: "" },
{ amount: , unit: "", item: "" },
{ amount: , unit: "", item: "" },
],
directions: ""
}]
})