Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added recipe for Ethiopian delight with photo #1429

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/recipes/ethiopian-delight.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions src/recipes/ethiopian-delight
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"name": "Ethiopian Delight",
"description": "A bold and refreshing cocktail featuring Ethiopian coffee, rum, vodka, and Coke, finished with a touch of mint and ice cubes.",
"github": "your-github-username",
"ingredients": [
{
"quantity": "1",
"measure": "oz",
"ingredient": "Ethiopian coffee (strong, cooled)"
},
{
"quantity": "1",
"measure": "tsp",
"ingredient": "sugar"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "light rum"
},
{
"quantity": "1",
"measure": "oz",
"ingredient": "vodka"
},
{
"quantity": "4",
"measure": "oz",
"ingredient": "Coke"
},
{
"quantity": "as needed",
"measure": "",
"ingredient": "ice cubes"
},
{
"quantity": "1",
"measure": "sprig",
"ingredient": "fresh mint leaves"
}
],
"directions": [
"Mix the Ethiopian coffee with sugar and stir until dissolved. Let it cool completely.",
"Fill a highball or Collins glass with ice cubes.",
"Add the rum, vodka, and sweetened Ethiopian coffee to the glass.",
"Top with Coke and stir gently to combine.",
"Garnish with a sprig of fresh mint and serve immediately."
],
"image": "ethiopian-delight.jpg",
"keywords": [
"Ethiopian coffee",
"rum",
"vodka",
"coke",
"cocktail",
"mint"
]
}