Convert more recipes to the new format
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
module.exports = require("../helpers")({
|
||||
title: "Tzatziki",
|
||||
timings: {
|
||||
prep: "10 min",
|
||||
cook: "20 min",
|
||||
},
|
||||
icons: ["gluten-free", "low-carb"],
|
||||
servings: 3,
|
||||
description: "Tzatziki has a creamy tartness with just a tiny bit of crunch from the cucumber. It makes a great " +
|
||||
"accompaniment to spicy strong dishes to help cool things off. We always serve this with Kofta",
|
||||
steps: [{
|
||||
ingredients: [
|
||||
{ amount: 1, unit: "", item: "cucumber" },
|
||||
],
|
||||
directions: "Peel the cucumber and remove all the seeds. Dice into ¼” cubes."
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: 1, unit: "cup", item: "greek yogurt" },
|
||||
{ amount: 2, unit: "cloves", item: "garlic (minced)" },
|
||||
{ amount: 2, unit: "tbsp", item: "dill (chopped)" },
|
||||
{ amount: 1, unit: "tbsp", item: "lemon juice" },
|
||||
{ amount: 1, unit: "tsp", item: "lemon zest" },
|
||||
{ amount: 1, unit: "tsp", item: "salt" },
|
||||
{ amount: 1/2, unit: "tsp", item: "black pepper" },
|
||||
],
|
||||
directions: "Combine all the ingredients with the cucumber and mix. Place in the refrigerator for at least " +
|
||||
"20 min to chill."
|
||||
}]
|
||||
})
|
||||
@@ -1,51 +0,0 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
link(href="../style.css" rel="stylesheet" type="text/css")
|
||||
meta(charset="UTF-8")
|
||||
meta(name="viewport" content="user-scalable=no, width=device-width")
|
||||
|
||||
body.recipe
|
||||
h1 Tzatziki
|
||||
|
||||
section.ingredients
|
||||
.image
|
||||
img(src="final.png")
|
||||
.list
|
||||
table
|
||||
tr
|
||||
td 1 cup
|
||||
td greek yogurt
|
||||
tr
|
||||
td 1
|
||||
td cucumber (large)
|
||||
tr
|
||||
td 2 cloves
|
||||
td garlic (diced)
|
||||
tr
|
||||
td 1 tsp
|
||||
td lemon zest
|
||||
tr
|
||||
td 1 tbsp
|
||||
td lemon juice
|
||||
tr
|
||||
td 2 tbsp
|
||||
td dill (fresh, chopped)
|
||||
tr
|
||||
td
|
||||
td salt & pepper
|
||||
|
||||
section.directions
|
||||
table
|
||||
tr
|
||||
td 1
|
||||
td Peel the cucumber, quarter, and remove all the seeds. Dice finely.
|
||||
td 15 min
|
||||
tr
|
||||
td 2
|
||||
td Combine all the ingredients in a mixing bowl.
|
||||
td 2 min
|
||||
tr
|
||||
td 3
|
||||
td Chill before serving.
|
||||
td 30 min
|
||||
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Reference in New Issue
Block a user