Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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"
]
}