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 21, 2023
1 parent cffc9a6 commit 6a8d7dd
Show file tree
Hide file tree
Showing 36 changed files with 319 additions and 12 deletions.
Binary file added public/assets/drink/appley-cocktail.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 public/assets/drink/basilica.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 public/assets/drink/cucumber-martini.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 public/assets/drink/elderflower-martini.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 public/assets/drink/floradora.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 public/assets/drink/gin-buck.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 public/assets/drink/gin-gin-mule.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 public/assets/drink/irish-maid.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 public/assets/drink/kentucky-maid.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 public/assets/drink/lemon-drop-martini.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 public/assets/drink/mojito.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 public/assets/drink/orange-bite.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 public/assets/drink/pike-bay-special.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 public/assets/drink/raspberry-martini.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 public/assets/drink/raspberryy-cocktail.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 public/assets/drink/rosemary-gin-fizz.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 public/assets/drink/tom-collins.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 public/assets/drink/watermelon-martini.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions src/content/drink/appley-cocktail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Appley Cocktail
meta_title: Appley Cocktail
author: Reed Nelson
draft: false
description: Appley Cocktail recipe.
image: /assets/drink/appley-cocktail.jpg

spirits: [whiskey]
bottles: []
tags: [crisp, fruity]

ingredients:
list:
- Rye
- Apple
- Lemon juice
- Apple syrup
- Bitters
qty:
- 2 oz
- 1/2
- 3/4
- 1/2 oz
- 1 dash

instructions:
- Muddle the apple (quartered) in a shaking tin.
- Add the remaining ingredients and ice.
- Shake real good.
- Double strain into a serving glass.
- Garnish with an apple slice.
---
4 changes: 2 additions & 2 deletions src/content/drink/basilica.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Basilica
meta_title: Basilica
author: Reed Nelson
draft: true
draft: false
description: Basilica recipe.
image: /assets/drink/basilica.jpg

Expand All @@ -15,7 +15,7 @@ ingredients:
- Gin
- St. Germain
- Lemon juice
- Basil
- Basil leaves
- Angostura bitters
- Simple syrup
qty:
Expand Down
32 changes: 32 additions & 0 deletions src/content/drink/cucumber-martini.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Cucumber Martini
meta_title: Cucumber Martini
author: Reed Nelson
draft: false
description: Cucumber Martini recipe.
image: /assets/drink/cucumber-martini.jpg

spirits: [vodka]
bottles: []
tags: [mellow, sweet]

ingredients:
list:
- Vodka
- Lime juice
- Simple syrup
- Cucumber
- Basil leaves
qty:
- 2 oz
- 1/2 oz
- 1/2 oz
- 2 in
- "4"

instructions:
- Muddle the cucumber (quartered) and basil in a shaking tin.
- Add the remaining ingredients and ice.
- Shake real good.
- Double strain into a serving glass.
---
2 changes: 1 addition & 1 deletion src/content/drink/elderflower-martini.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Elderflower Martini
meta_title: Elderflower Martini
author: Reed Nelson
draft: true
draft: false
description: Elderflower Martini recipe.
image: /assets/drink/elderflower-martini.jpg

Expand Down
4 changes: 2 additions & 2 deletions src/content/drink/floradora.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Floradora
meta_title: Floradora
author: Reed Nelson
draft: true
draft: false
description: Floradora recipe.
image: /assets/drink/floradora.jpg

Expand All @@ -25,6 +25,6 @@ ingredients:
instructions:
- Combine gin, lime juice, and raspberry syrup in a mixing glass with ice.
- Stir until well chilled.
- Strain into the serving glass (optinally) over ice.
- Strain into the serving glass (optionally) over ice.
- Top with Ginger ale.
---
4 changes: 2 additions & 2 deletions src/content/drink/gin-buck.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Gin Buck
meta_title: Gin Buck
author: Reed Nelson
draft: true
draft: false
description: Gin Buck recipe.
image: /assets/drink/gin-buck.jpg

Expand All @@ -23,6 +23,6 @@ ingredients:
instructions:
- Combine gin and lime juice in a mixing glass with ice.
- Stir until well chilled.
- Strain into the serving glass (optinally) over ice.
- Strain into the serving glass (optionally) over ice.
- Top with Ginger ale.
---
4 changes: 2 additions & 2 deletions src/content/drink/gin-gin-mule.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Gin Gin Mule
meta_title: Gin Gin Mule
author: Reed Nelson
draft: true
draft: false
description: Gin Gin Mule recipe.
image: /assets/drink/gin-gin-mule.jpg

Expand All @@ -28,6 +28,6 @@ instructions:
- Muddle the mint leaves in the bottom of the serving glass.
- Combine gin, lime juice, and simple syrup in a mixing glass with ice.
- Stir until well chilled.
- Strain into the serving glass over the mint, and (optinally) ice.
- Strain into the serving glass over the mint, and (optionally) ice.
- Top with Ginger ale.
---
32 changes: 32 additions & 0 deletions src/content/drink/irish-maid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Irish Maid
meta_title: Irish Maid
author: Reed Nelson
draft: false
description: Irish Maid recipe.
image: /assets/drink/irish-maid.jpg

spirits: [whiskey]
bottles: []
tags: [mellow, sweet]

ingredients:
list:
- Irish whisky
- St. Germain
- Lemon juice
- Simple syrup
- Cucumber
qty:
- 2 oz
- 1/2 oz
- 3/4 oz
- 3/4 oz
- 1 in

instructions:
- Muddle the cucumber (quartered) in a shaking tin.
- Add the remaining ingredients and ice.
- Shake real good.
- Double strain into a serving glass.
---
32 changes: 32 additions & 0 deletions src/content/drink/kentucky-maid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Kentucky Maid
meta_title: Kentucky Maid
author: Reed Nelson
draft: false
description: Kentucky Maid recipe.
image: /assets/drink/kentucky-maid.jpg

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

ingredients:
list:
- Bourbon
- Lime juice
- Simple syrup
- Cucumber
- Mint leaves
qty:
- 2 oz
- 1 oz
- 3/4 oz
- 1 in
- "3"

instructions:
- Muddle the cucumber (quartered) and mint in a shaking tin.
- Add the remaining ingredients and ice.
- Shake real good.
- Double strain into a serving glass.
---
2 changes: 1 addition & 1 deletion src/content/drink/lemon-drop-martini.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Lemon Drop Martini
meta_title: Lemon Drop Martini
author: Reed Nelson
draft: true
draft: false
description: Lemon Drop Martini recipe.
image: /assets/drink/lemon-drop-martini.jpg

Expand Down
32 changes: 32 additions & 0 deletions src/content/drink/mojito.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Mojito
meta_title: Mojito
author: Reed Nelson
draft: false
description: Mojito recipe.
image: /assets/drink/mojito.jpg

spirits: [rum]
bottles: []
tags: [crisp, citrusy, mellow]

ingredients:
list:
- Light rum
- Lime juice
- Mint leaves
- Turbinado sugar
- Soda water
qty:
- 2 oz
- 1/2 oz
- "10"
- 1 tbsp
- wash

instructions:
- Gently muddle the mint and turbinado, expressing the mint oils around the glass.
- Add the rum and lime juice, dissolving most of the turbinado.
- Add ice, stir until chilled.
- Top with soda water.
---
31 changes: 31 additions & 0 deletions src/content/drink/orange-bite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Orange Bite
meta_title: Orange Bite
author: Reed Nelson
draft: false
description: Orange Bite recipe.
image: /assets/drink/orange-bite.jpg

spirits: [gin]
bottles: [cointreau, orange-bitters]
tags: [creamy, bitter, citrusy]

ingredients:
list:
- Gin
- Triple sec
- Orgeat
- Orange bitters
- Orange blossom water
qty:
- 1 1/2 oz
- 1/2 oz
- 3/4 oz
- 4 dashes
- 15 drops

instructions:
- Combine all ingredients in a mixing class.
- Stir until well chilled.
- Strain into serving glass over crushed ice.
---
26 changes: 26 additions & 0 deletions src/content/drink/pike-bay-special.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Pike Bay Special
meta_title: Pike Bay Special
author: Reed Nelson
draft: false
description: Pike Bay Special recipe.
image: /assets/drink/pike-bay-special.jpg

spirits: [vodka]
bottles: [irish-cream, schnapps]
tags: [creamy, sweet]

ingredients:
list:
- Vodka
- Irish cream
- Butterscotch schnapps
qty:
- 1 oz
- 1 oz
- 1 oz

instructions:
- Build in the serving glass with ice.
- A coffee mug suffices as a serving glass.
---
30 changes: 30 additions & 0 deletions src/content/drink/raspberry-martini.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Raspberry Martini
meta_title: Raspberry Martini
author: Reed Nelson
draft: false
description: Raspberry Martini recipe.
image: /assets/drink/raspberry-martini.jpg

spirits: [vodka]
bottles: []
tags: [fruity]

ingredients:
list:
- Vodka
- Lemon juice
- Cranberry juice
- Raspberry syrup
qty:
- 2 oz
- 1/2 oz
- 1 oz
- 1 oz

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat.
- Garnish with a raspberry skewer.
---
29 changes: 29 additions & 0 deletions src/content/drink/raspberryy-cocktail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Raspberryy Cocktail
meta_title: Raspberryy Cocktail
author: Reed Nelson
draft: false
description: Raspberryy Cocktail recipe.
image: /assets/drink/raspberryy-cocktail.jpg

spirits: [whiskey]
bottles: [peychauds]
tags: [fruity, sweet]

ingredients:
list:
- Irish whisky
- Lime juice
- Raspberry Syrup
- Peychaud's bitters
qty:
- 2 oz
- 1/2 oz
- 1 oz
- 4 dashes

instructions:
- Combine all ingredients in a mixing class.
- Stir until well chilled.
- Strain into serving glass over crushed ice.
---
2 changes: 1 addition & 1 deletion src/content/drink/rosemary-gin-fizz.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Rosemary Gin Fizz
meta_title: Rosemary Gin Fizz
author: Reed Nelson
draft: true
draft: false
description: Rosemary Gin Fizz recipe.
image: /assets/drink/rosemary-gin-fizz.jpg

Expand Down
Loading

0 comments on commit 6a8d7dd

Please sign in to comment.