Skip to content

Commit

Permalink
Merge pull request #24 from reednel/develop
Browse files Browse the repository at this point in the history
add drinks
  • Loading branch information
Reed Nelson committed Aug 18, 2023
2 parents 5c4a6f8 + 69fc6ac commit 8935a48
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 44 deletions.
26 changes: 17 additions & 9 deletions src/content/drink/amaretto-sour.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,27 @@ draft: false
description: description
image: /assets/drink/amaretto-sour.jpg

spirits: [spirit]
bottles: [bottle1, bottle2]
tags: [tag1, tag2]
spirits: [whiskey]
bottles: [amaretto]
tags: [sour]

ingredients:
list:
- ingredient1
- ingredient2
- Bourbon
- Amaretto
- Lemon juice
- Orgeat
- Egg white
qty:
- qty1
- qty2
- 1 oz
- 1.5 oz
- 1 oz
- 0.5 oz
- "1"

instructions:
- Step1
- Step2
- Combine all ingredients in a shaking tin.
- Dry shake (optional).
- Add ice, shake.
- Strain into a glass.
---
26 changes: 18 additions & 8 deletions src/content/drink/improved-whiskey-cocktail.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,28 @@ description: description
image: /assets/drink/improved-whiskey-cocktail.jpg

spirits: [whiskey]
bottles: [bottle1, bottle2]
tags: [tag1, tag2]
bottles: [maraschino, absinthe]
tags: [classic, spirit-forward]

ingredients:
list:
- ingredient1
- ingredient2
- Rye (or Bourbon)
- Maraschino liqueur
- Simple syrup
- Absinthe
- Angostura bitters
- Peychaud's bitters
qty:
- qty1
- qty2
- 2 oz
- 1/4 oz
- 1/4 oz
- rinse
- 2 dashes
- 2 dashes

instructions:
- Step1
- Step2
- Wash the serving glass with Absinthe.
- Combine all other ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat.
---
15 changes: 9 additions & 6 deletions src/content/drink/negroni.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ tags: [classic, spirit-forward]

ingredients:
list:
- ingredient1
- ingredient2
- Gin
- Sweet Vermouth
- Campari
qty:
- qty1
- qty2
- 1 oz
- 1 oz
- 1 oz

instructions:
- Step1
- Step2
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
---
25 changes: 17 additions & 8 deletions src/content/drink/new-york-sour.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,27 @@ description: description
image: /assets/drink/new-york-sour.jpg

spirits: [whiskey]
bottles: [red-wine, bottle2]
tags: [tag1, tag2]
bottles: [red-wine]
tags: [sour]

ingredients:
list:
- ingredient1
- ingredient2
- Rye
- Red Wine
- Lemon juice
- Simple syrup
- Egg white
qty:
- qty1
- qty2
- 2 oz
- 0.5 oz
- 1 oz
- 0.5 oz
- "1"

instructions:
- Step1
- Step2
- Combine all ingredients, except the wine, in a shaking tin.
- Dry shake (optional).
- Add ice, shake.
- Strain into a glass.
- Using a spoon, float the wine on top as best as possible.
---
18 changes: 12 additions & 6 deletions src/content/drink/rosemary-sour.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@ tags: [sour]

ingredients:
list:
- ingredient1
- ingredient2
- Rye
- Lemon juice
- Rosemary syrup
- Egg white
qty:
- qty1
- qty2
- 2 oz
- 1 oz
- 0.75+ oz
- "1"

instructions:
- Step1
- Step2
- Combine all ingredients in a shaking tin.
- Dry shake (optional).
- Add ice, shake.
- Strain into a glass.
---
2 changes: 1 addition & 1 deletion src/content/drink/sazerac.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ingredients:

instructions:
- Wash the serving glass with Absinthe.
- Combine all ingredients in a mixing glass with ice.
- Combine all other ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat.
- Express the lemon swath over the drink.
Expand Down
18 changes: 12 additions & 6 deletions src/content/drink/whiskey-sour.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@ tags: [classic, sour]

ingredients:
list:
- ingredient1
- ingredient2
- Bourbon
- Lemon juice
- Simple syrup
- Egg white
qty:
- qty1
- qty2
- 2 oz
- 1 oz
- 0.5 oz
- "1"

instructions:
- Step1
- Step2
- Combine all ingredients in a shaking tin.
- Dry shake (optional).
- Add ice, shake.
- Strain into a glass.
---

0 comments on commit 8935a48

Please sign in to comment.