Skip to content

Commit 2f83ebc

Browse files
authored
Add recipe for Hugo cocktail (#1414)
* Create hugo.json Add Hugo cocktail recipe * Add files via upload
1 parent 36d4428 commit 2f83ebc

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

src/assets/recipes/hugo.jpg

87.1 KB
Loading

src/recipes/hugo.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"name": "Hugo",
3+
"description": "A refreshing summer cocktail with elderflower syrup, mint, and Prosecco.",
4+
"github": "Fab1anlocher",
5+
"ingredients": [
6+
{
7+
"quantity": "10",
8+
"measure": "cl",
9+
"ingredient": "Prosecco"
10+
},
11+
{
12+
"quantity": "2-3",
13+
"measure": "cl",
14+
"ingredient": "Elderflower syrup"
15+
},
16+
{
17+
"quantity": "5",
18+
"measure": "cl",
19+
"ingredient": "Soda water"
20+
},
21+
{
22+
"quantity": "2",
23+
"measure": "leaves",
24+
"ingredient": "Mint"
25+
},
26+
{
27+
"quantity": "1",
28+
"measure": "piece",
29+
"ingredient": "Lime"
30+
},
31+
{
32+
"quantity": "as needed",
33+
"measure": "",
34+
"ingredient": "Ice cubes"
35+
}
36+
],
37+
"directions": [
38+
"Lightly press the mint leaves and add them to a glass.",
39+
"Pour in the elderflower syrup, Prosecco, and soda water.",
40+
"Garnish with a lime slice and add ice cubes.",
41+
"Gently stir and enjoy your refreshing Hugo cocktail."
42+
],
43+
"image": "hugo.jpg",
44+
"keywords": [
45+
"summer cocktail",
46+
"Prosecco",
47+
"mint",
48+
"refreshing"
49+
]
50+
}

0 commit comments

Comments
 (0)