Skip to content
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/spiked-berry-delight.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions src/recipes/spiked-berry-delight.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Spiked Berry Delight",
"description": "A refreshing berry cocktail with a splash of vodka",
"github": "lennyhurni",
"ingredients": [
{
"quantity": "1",
"measure": "cup",
"ingredient": "mixed berries"
},
{
"quantity": "1",
"measure": "ounce",
"ingredient": "vodka"
},
{
"quantity": "1",
"measure": "cup",
"ingredient": "sparkling water"
}
],
"directions": [
"Blend the berries until smooth",
"Stir in vodka",
"Top with sparkling water and serve"
],
"image": "spiked-berry-delight.jpg",
"source": "<source url if available, otherwise remove this line>",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing source.

"keywords": [
"cocktail",
"berry",
"vodka"
]
}