Skip to content

Commit

Permalink
Added Şayran Recipe (#1023)
Browse files Browse the repository at this point in the history
* Create sayran.json

* added şayran image

* Update sayran.json
  • Loading branch information
torelafes authored Nov 2, 2020
1 parent 0f9c5ef commit 1768b79
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Binary file added src/assets/recipes/sayran.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions src/recipes/sayran.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "Şayran",
"description": "Extremely refreshing salty yogurt and turnip juice mix, can be consumed not only in summer but all the seasons.",
"github": "torelafes",
"ingredients": [
{
"quantity": "1/2",
"measure": "cup",
"ingredient": "yogurt"
},
{
"quantity": "125",
"measure": "ml",
"ingredient": "cold water"
},
{
"quantity": "1/2",
"measure": "teaspoon",
"ingredient": "salt"
},
{
"quantity": "1/2",
"measure": "cup",
"ingredient": "turnip juice"
}
],
"directions": [
"In a blender, combine yogurt, cold water and salt. Blend until combined.",
"Pour the turnip juice and keep blending and you're good to go."
],
"image": "sayran.jpg",
"keywords": [
"yogurt",
"salt",
"refreshing",
"traditional"
]
}

0 comments on commit 1768b79

Please sign in to comment.