Skip to content

Commit 5f564e5

Browse files
authored
Add Dayak Onion Tea recipe (#1431)
1 parent bbd0787 commit 5f564e5

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
36.2 KB
Loading

src/recipes/dayak-onion-tea.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "Dayak Onion Tea",
3+
"description": "A traditional herbal tea made from Dayak onions, known for its medicinal properties and unique flavor.",
4+
"github": "Diegratia",
5+
"ingredients": [
6+
{
7+
"quantity": "2",
8+
"measure": "pieces",
9+
"ingredient": "Dayak onions"
10+
},
11+
{
12+
"quantity": "2",
13+
"measure": "cups",
14+
"ingredient": "water"
15+
},
16+
{
17+
"quantity": "1",
18+
"measure": "teaspoon",
19+
"ingredient": "honey"
20+
}
21+
],
22+
"directions": [
23+
"Peel and slice the Dayak onions into thin pieces.",
24+
"Boil 2 cups of water in a pot and add the sliced Dayak onions.",
25+
"Simmer for 10-15 minutes until the water turns reddish.",
26+
"Strain the tea into a cup and let it cool slightly.",
27+
"Add honey to taste, and serve warm."
28+
],
29+
"image": "dayak-onion-tea.jpg",
30+
"keywords": [
31+
"herbal tea",
32+
"Dayak onion",
33+
"traditional drink",
34+
"healthy tea"
35+
]
36+
}

0 commit comments

Comments
 (0)