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 new Drink Dayak Onion Tea #1431

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/dayak-onion-tea.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/recipes/dayak-onion-tea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Dayak Onion Tea",
"description": "A traditional herbal tea made from Dayak onions, known for its medicinal properties and unique flavor.",
"github": "Diegratia",
"ingredients": [
{
"quantity": "2",
"measure": "pieces",
"ingredient": "Dayak onions"
},
{
"quantity": "2",
"measure": "cups",
"ingredient": "water"
},
{
"quantity": "1",
"measure": "teaspoon",
"ingredient": "honey"
}
],
"directions": [
"Peel and slice the Dayak onions into thin pieces.",
"Boil 2 cups of water in a pot and add the sliced Dayak onions.",
"Simmer for 10-15 minutes until the water turns reddish.",
"Strain the tea into a cup and let it cool slightly.",
"Add honey to taste, and serve warm."
],
"image": "dayak-onion-tea.jpg",
"keywords": [
"herbal tea",
"Dayak onion",
"traditional drink",
"healthy tea"
]
}