diff --git a/src/assets/recipes/sloe-tom-collins.jpg b/src/assets/recipes/sloe-tom-collins.jpg new file mode 100644 index 000000000..dd6d8ebf3 Binary files /dev/null and b/src/assets/recipes/sloe-tom-collins.jpg differ diff --git a/src/recipes/sloe-tom-collins.json b/src/recipes/sloe-tom-collins.json new file mode 100644 index 000000000..07eab4f87 --- /dev/null +++ b/src/recipes/sloe-tom-collins.json @@ -0,0 +1,64 @@ +{ + "name": "Sloe Tom Collins", + "description": "A slighty fruitier but very delicous take on a classic cocktail. A sparkling lemonade base with the added tartness of sloe/blackthorn berries.", + "github": "light-orth", + "ingredients": [ + { + "quantity": "1", + "measure": "ounce", + "ingredient": "dry gin" + }, + { + "quantity": "1", + "measure": "ounce", + "ingredient": "sloe gin" + }, + { + "quantity": "1/2", + "measure": "ounce", + "ingredient": "simple syrup (optional to increase sweetness)" + }, + { + "quantity": "1", + "measure": "ounce", + "ingredient": "lemon juice (about 1 lemon)" + }, + { + "quantity": "", + "measure": "", + "ingredient": "Fresh rapsberries" + }, + { + "quantity": "3", + "measure": "ounces", + "ingredient": "club soda (chilled)" + }, + { + "quantity": "", + "measure": "", + "ingredient": "ice" + }, + { + "quantity": "", + "measure": "", + "ingredient": "Optional: lemon slice as additional garnish" + } + ], + "directions": [ + "Fill a shaker 1/2-2/3 with ice.", + "Add lemon juice, both gins, and syrup (optional) into shaker.", + "Shake thoroughly until cold.", + "Pour contents of the shaker into collins glass with ice.", + "Add rapsberries and garnish.", + "Top with club soda", + "Stir gently.", + "Enjoy your creation!" + ], + "image": "sloe-tom-collins.jpg", + "keywords": [ + "gin", + "sloe", + "lemon juice", + "alcoholic" + ] +}