Skip to content

Commit

Permalink
add cocktails
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Nelson committed Nov 23, 2023
1 parent 96854da commit 7c25d00
Show file tree
Hide file tree
Showing 8 changed files with 119 additions and 0 deletions.
Binary file added src/assets/drinks/aviation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/drinks/berry-smoothie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/drinks/perfect-manhattan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/drinks/stormy-morning.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions src/content/drinks/aviation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Aviation
meta_title: Aviation
author: Reed Nelson
draft: false
description: Aviation recipe.
cover: "@assets/drinks/aviation.jpg"

spirits: [gin]
bottles: [creme-de-violette, maraschino]
tags: [citrusy]

ingredients:
list:
- Gin
- Maraschino liqueur
- Creme de violette
- Lemon juice
qty:
- 2 oz
- 1⁄2 oz
- 1⁄4 oz
- 3⁄4 oz

instructions:
- Combine all ingredients in a shaking tin with ice.
- Shake until well chilled.
- Strain into a serving glass.
---
31 changes: 31 additions & 0 deletions src/content/drinks/berry-smoothie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Berry Smoothie
meta_title: Berry Smoothie
author: Reed Nelson
draft: false
description: Berry Smoothie recipe.
cover: "@assets/drinks/berry-smoothie.jpg"

spirits: []
bottles: [almande]
tags: [light, creamy]

ingredients:
list:
- Bailey's Almande
- Coconut milk
- Marachino cherries
- Orange blossom water
- Sprite or soda water
qty:
- 2 oz
- 2 oz
- "2"
- 5-10 drops
- wash

instructions:
- Muddle cherries in a shaking tin.
- Add Almande, coconut milk, and ice. Shake.
- Double strain into a serving glass, wash with sprite or soda water and orange blossom water.
---
29 changes: 29 additions & 0 deletions src/content/drinks/perfect-manhattan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Perfect Manhattan
meta_title: Perfect Manhattan
description: Perfect Manhattan recipe.
cover: "@assets/drinks/perfect-manhattan.jpg"
author: Reed Nelson
draft: false

spirits: [whiskey]
bottles: [sweet-vermouth, dry-vermouth, ango]
tags: [classic, bold]

ingredients:
list:
- Rye whiskey
- Sweet vermouth
- Dry vermouth
- Angostura bitters
qty:
- 2 oz
- 1⁄2 oz
- 1⁄2 oz
- 4 dashes

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
---
30 changes: 30 additions & 0 deletions src/content/drinks/stormy-morning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Stormy Morning
meta_title: Stormy Morning
author: Reed Nelson
draft: false
description: Stormy Morning recipe.
cover: "@assets/drinks/stormy-morning.jpg"

spirits: []
bottles: [creme-de-violette, st-germain, white-wine]
tags: [citrusy, floral]

ingredients:
list:
- Creme de violette
- St. Germain
- Lime juice
- White wine
qty:
- 3⁄4 oz
- 1 1⁄2 oz
- 1 oz
- 4 oz

instructions:
- Combine creme de violette, St. Germain, and lime juice in a mixing glass with ice.
- Stir until well chilled.
- Strain into the serving glass over ice.
- Top with a white wine. Champagne or something sweeter is recommended.
---

0 comments on commit 7c25d00

Please sign in to comment.