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/arnold-palmer.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/recipes/arnold-palmer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "arnold palmer",
"description": "drink popularized by golfer arnold palmer. consists of 1 part lemonade and 1 part black tea. simple and delicious",
"github": "caleb-p93",
"ingredients": [
{
"quantity": "1",
"measure": "cup",
"ingredient": "lemonade (any kind)"
},
{
"quantity": "1",
"measure": "cup",
"ingredient": "black tea"
}
],
"directions": [
"pour lemonade into glass",
"pour black tea into glaass",
"stir",
"adjust sweetness accordingly"
],
"image": "arnold-palmer.jpg",
"source": "https://cdn.twistandtoast.com/uploads/2025/04/arnold_palmer_drink-step-3-1000x1500.jpeg",
"keywords": [
"lemonade",
"black tea",
"simple"
]
}