Skip to content

Commit

Permalink
drink overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Nelson committed Aug 17, 2023
1 parent 7d25d03 commit a1bc084
Show file tree
Hide file tree
Showing 21 changed files with 427 additions and 174 deletions.
4 changes: 4 additions & 0 deletions src/config/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
{
"name": "Blog",
"url": "/blog"
},
{
"name": "Drinks",
"url": "/drink"
}
],
"footer": [
Expand Down
24 changes: 24 additions & 0 deletions src/content/drink/amaretto-sour.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Amaretto Sour
meta_title: Amaretto Sour
author: Reed Nelson
draft: false
description: description
image: /assets/drink/amaretto-sour.jpg

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

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

instructions:
- Step1
- Step2
---
28 changes: 14 additions & 14 deletions src/content/drink/drink.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
title: "Drink"
meta_title: "Drink"
author: "Reed Nelson"
title: Drink
meta_title: Drink
author: Reed Nelson
draft: true
description: "description"
image: ""
description: description
image: /assets/drink/.jpg

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

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

instructions:
- "Step1"
- "Step2"
- Step1
- Step2
---
24 changes: 24 additions & 0 deletions src/content/drink/improved-whiskey-cocktail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Improved Whiskey Cocktail
meta_title: Improved Whiskey Cocktail
author: Reed Nelson
draft: false
description: description
image: /assets/drink/improved-whiskey-cocktail.jpg

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

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

instructions:
- Step1
- Step2
---
34 changes: 17 additions & 17 deletions src/content/drink/manhattan.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
title: "Manhattan"
meta_title: "Manhattan"
description: "none"
image: "/assets/drink/manhattan.jpg"
author: "Reed Nelson"
title: Manhattan
meta_title: Manhattan
description: none
image: /assets/drink/manhattan.jpg
author: Reed Nelson
draft: false

spirits: ["whiskey"]
bottles: ["sweet-vermouth", "ango"]
tags: ["classic", "spirit-forward"]
spirits: [whiskey]
bottles: [sweet-vermouth, ango]
tags: [classic, spirit-forward]

ingredients:
list:
- "rye whiskey"
- "sweet vermouth"
- "angostura bitters"
- rye whiskey
- sweet vermouth
- angostura bitters
qty:
- "2 oz"
- "1 oz"
- "4 dashes"
- 2 oz
- 1 oz
- 4 dashes

instructions:
- "Combine all ingredients in a mixing glass with ice."
- "Stir until well chilled."
- "Serve neat or on a rock."
- 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/drink/martini.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Martini
meta_title: Martini
author: Reed Nelson
draft: false
description: description
image: /assets/drink/martini.jpg

spirits: [gin]
bottles: [dry-vermouth, orange-bitters]
tags: [classic, spirit-forward]

ingredients:
list:
- Gin
- Dry Vermouth
- Orange bitters
- Lemon
qty:
- 2 oz
- 1/2 oz
- 1 dash
- 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.
---
24 changes: 24 additions & 0 deletions src/content/drink/negroni.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Negroni
meta_title: Negroni
author: Reed Nelson
draft: false
description: description
image: /assets/drink/negroni.jpg

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

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

instructions:
- Step1
- Step2
---
24 changes: 24 additions & 0 deletions src/content/drink/new-york-sour.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: New York Sour
meta_title: New York Sour
author: Reed Nelson
draft: false
description: description
image: /assets/drink/new-york-sour.jpg

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

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

instructions:
- Step1
- Step2
---
36 changes: 20 additions & 16 deletions src/content/drink/old-fashioned.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
---
title: "Old Fashioned"
meta_title: "Old Fashioned"
author: "Reed Nelson"
title: Old Fashioned
meta_title: Old Fashioned
author: Reed Nelson
draft: false
description: "description"
image: "/assets/drink/old-fashioned.jpg"
description: description
image: /assets/drink/old-fashioned.jpg

spirits: ["whiskey"]
bottles: ["ango"]
tags: ["classic", "spirit-forward"]
spirits: [whiskey]
bottles: [ango]
tags: [classic, spirit-forward]

ingredients:
list:
- "Whiskey"
- "Angostura bitters"
- "Agave Syrup"
- Whiskey
- Angostura bitters
- Agave Syrup
- Orange
qty:
- "2 oz"
- "4 dashes"
- "1/4 oz"
- 2 oz
- 4 dashes
- 1/4 oz
- swath

instructions:
- "Stir"
- "Pour over a rock"
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
- Express the orange swath over the drink.
---
24 changes: 24 additions & 0 deletions src/content/drink/rosemary-sour.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Rosemary Sour
meta_title: Rosemary Sour
author: Reed Nelson
draft: false
description: description
image: /assets/drink/rosemary-sour.jpg

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

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

instructions:
- Step1
- Step2
---
35 changes: 35 additions & 0 deletions src/content/drink/sazerac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Sazerac
meta_title: Sazerac
author: Reed Nelson
draft: false
description: description
image: /assets/drink/sazerac.jpg

spirits: [whiskey, cognac]
bottles: [peychauds, absinthe]
tags: [classic, spirit-forward]

ingredients:
list:
- Rye
- Cognac
- Peychaud's bitters
- Absinthe
- Simple syrup
- Lemon
qty:
- 1 oz
- 1 oz
- 4 dashes
- rinse
- 1/4 oz
- 1 swath

instructions:
- Wash the serving glass with Absinthe.
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat.
- Express the lemon swath over the drink.
---
24 changes: 24 additions & 0 deletions src/content/drink/whiskey-sour.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Whiskey Sour
meta_title: Whiskey Sour
author: Reed Nelson
draft: false
description: description
image: /assets/drink/whiskey-sour.jpg

spirits: [Whiskey]
bottles: []
tags: [classic, sour]

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

instructions:
- Step1
- Step2
---
Loading

0 comments on commit a1bc084

Please sign in to comment.