Skip to content

Commit

Permalink
add drinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Nelson committed Aug 18, 2023
1 parent 141b4f2 commit ec0333d
Show file tree
Hide file tree
Showing 24 changed files with 549 additions and 60 deletions.
4 changes: 2 additions & 2 deletions src/content/drink/amaretto-sour.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ ingredients:
- Egg white
qty:
- 1 oz
- 1.5 oz
- 1 1/2 oz
- 1 oz
- 0.5 oz
- 1/2 oz
- "1"

instructions:
Expand Down
27 changes: 27 additions & 0 deletions src/content/drink/berlin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Berlin?
meta_title: Berlin
author: Reed Nelson
draft: true
description: Berlin recipe.
image: /assets/drink/.jpg

spirits: [whiskey]
bottles: [sweet-vermouth, benedictine]
tags: [spirit-forward]

ingredients:
list:
- Rye
- Sweet vermouth
- Benedictine
qty:
- 1 1/2 oz
- 3/4 oz
- 3/4 oz

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
---
27 changes: 27 additions & 0 deletions src/content/drink/boulevardier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Boulevardier
meta_title: Boulevardier
author: Reed Nelson
draft: true
description: Boulevardier recipe.
image: /assets/drink/boulevardier.jpg

spirits: [whiskey]
bottles: [sweet-vermouth, campari]
tags: [classic, spirit-forward, bitter]

ingredients:
list:
- Bourbon
- Sweet vermouth
- Campari
qty:
- 1 1/2 oz
- 3/4 oz
- 3/4 oz

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
---
28 changes: 28 additions & 0 deletions src/content/drink/bourbon-bash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Bourbon Bash
meta_title: Bourbon Bash
author: Reed Nelson
draft: true
description: Bourbon Bash recipe.
image: /assets/drink/bourbon-bash.jpg

spirits: [whiskey]
bottles: []
tags: []

ingredients:
list:
- Bourbon
- Lemon juice
- Rosemary syrup
qty:
- 2 oz
- 1 oz
- 1 oz

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
- Garnish with a lemon swath and rosemary sprig.
---
30 changes: 30 additions & 0 deletions src/content/drink/clark-old-fashioned.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Clark Old Fashioned
meta_title: Clark Old Fashioned
author: Reed Nelson
draft: true
description: Clark Old Fashioned recipe.
image: /assets/drink/clark-old-fashioned.jpg

spirits: [brandy]
bottles: [ango]
tags: []

ingredients:
list:
- Brandy
- Angostura bitters
- Grenadine
- Sprite
qty:
- 2 oz
- 4 dashes
- some
- wash

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
- Wash with Sprite.
---
32 changes: 32 additions & 0 deletions src/content/drink/cosmopolitan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Cosmopolitan
meta_title: Cosmopolitan
author: Reed Nelson
draft: true
description: Cosmopolitan recipe.
image: /assets/drink/cosmopolitan.jpg

spirits: [vodka]
bottles: [cointreau]
tags: [classic]

ingredients:
list:
- Cointreau
- Vodka
- Cranberry juice
- Lime juice
- Sprite
qty:
- 1 1/2 oz
- 1/2 oz
- 1/2 oz
- 1/2 oz
- wash

instructions:
- Combine all ingredients but Sprite in a mixing glass with ice.
- Stir until well chilled.
- Serve neat.
- Wash with Sprite.
---
32 changes: 32 additions & 0 deletions src/content/drink/de-la-louisiane.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: De La Louisiane
meta_title: De La Louisiane
author: Reed Nelson
draft: true
description: De La Louisiane recipe.
image: /assets/drink/de-la-louisiane.jpg

spirits: [whiskey]
bottles: [peychauds, sweet-vermouth, benedictine, absinthe]
tags: []

ingredients:
list:
- Rye
- Sweet vermouth
- Benedictine
- Absinthe
- Peychaud's bitters
qty:
- 1 oz
- 1 oz
- 1/2 oz
- rinse
- 2 dashes

instructions:
- Rinse the serving glass with Absinthe.
- Combine all other ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
---
15 changes: 6 additions & 9 deletions src/content/drink/drink.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ title: Drink
meta_title: Drink
author: Reed Nelson
draft: true
description: recipe.
description: recipe.
image: /assets/drink/.jpg

spirits: [spirit]
bottles: [bottle1, bottle2]
tags: [tag1, tag2]
bottles: [bottle]
tags: [tag]

ingredients:
list:
- ingredient1
- ingredient2
- Ingredient
qty:
- qty1
- qty2
- qty

instructions:
- Step1
- Step2
- Step
---
32 changes: 32 additions & 0 deletions src/content/drink/hotel-georgia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Hotel Georgia
meta_title: Hotel Georgia
author: Reed Nelson
draft: true
description: Hotel Georgia recipe.
image: /assets/drink/hotel-georgia.jpg

spirits: [gin]
bottles: []
tags: []

ingredients:
list:
- Gin
- Lemon juice
- Orgeat
- Egg white
- Orange flower water
qty:
- 2 oz
- 1/2 oz
- 1/2 oz
- "1"
- 10 drops

instructions:
- Combine all ingredients in a shaking tin.
- Dry shake (optional).
- Add ice, shake.
- Strain into a glass.
---
29 changes: 29 additions & 0 deletions src/content/drink/improved-japanese-cocktail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Improved Japanese Cocktail
meta_title: Improved Japanese Cocktail
author: Reed Nelson
draft: true
description: Improved Japanese Cocktail recipe.
image: /assets/drink/improved-japanese-cocktail.jpg

spirits: [brandy]
bottles: [peychauds]
tags: [tag]

ingredients:
list:
- Brandy
- Lemon juice
- Orgeat
- Peychaud's bitters
qty:
- 2 oz
- 1 oz
- 1 oz
- 3 dashes

instructions:
- Combine all ingredients in a shaking tin.
- Add ice, shake.
- Strain into a glass.
---
27 changes: 27 additions & 0 deletions src/content/drink/london-gypsy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: London Gypsy
meta_title: London Gypsy
author: Reed Nelson
draft: true
description: London Gypsy recipe.
image: /assets/drink/london-gypsy.jpg

spirits: [gin]
bottles: [ango, benedictine]
tags: []

ingredients:
list:
- Gin
- Benedictine
- Angostura bitters
qty:
- 1 1/2 oz
- 1 oz
- 2 dashes

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
---
29 changes: 29 additions & 0 deletions src/content/drink/lucien-gaudin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Lucien Gaudin
meta_title: Lucien Gaudin
author: Reed Nelson
draft: true
description: Lucien Gaudin recipe.
image: /assets/drink/lucien-gaudin.jpg

spirits: [gin]
bottles: [dry-vermouth, campari, cointreau]
tags: [bitter]

ingredients:
list:
- Gin (London Dry)
- Campari
- Dry vermouth
- Cointreau
qty:
- 1 oz
- 1/2 oz
- 1/2 oz
- 1/2 oz

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
---
32 changes: 32 additions & 0 deletions src/content/drink/martinez.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Martinez
meta_title: Martinez
author: Reed Nelson
draft: true
description: Martinez recipe.
image: /assets/drink/martinez.jpg

spirits: [gin]
bottles: [ango, sweet-vermouth, maraschino]
tags: [Classic]

ingredients:
list:
- Gin
- Sweet vermouth
- Maraschino liqueur
- Angostura bitters
- Lemon
qty:
- 1 1/2 oz
- 1 1/2 oz
- 1/4 oz
- 2 dashes
- swath

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
- Express the lemon swath over the drink.
---
2 changes: 1 addition & 1 deletion src/content/drink/negroni.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image: /assets/drink/negroni.jpg

spirits: [gin]
bottles: [campari, sweet-vermouth]
tags: [classic, spirit-forward]
tags: [classic, spirit-forward, bitter]

ingredients:
list:
Expand Down
4 changes: 2 additions & 2 deletions src/content/drink/new-york-sour.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ ingredients:
- Egg white
qty:
- 2 oz
- 0.5 oz
- 1/2 oz
- 1 oz
- 0.5 oz
- 1/2 oz
- "1"

instructions:
Expand Down
Loading

0 comments on commit ec0333d

Please sign in to comment.