From cffc9a648072fc7f3ad8c067034e841a7123c215 Mon Sep 17 00:00:00 2001 From: Reed Nelson Date: Mon, 21 Aug 2023 16:09:12 -0500 Subject: [PATCH] add drinks --- src/content/blog/drinks.md | 21 ++++++++++++ src/content/drink/-index.md | 4 +++ src/content/drink/amaretto-sour.md | 2 +- src/content/drink/basilica.md | 34 +++++++++++++++++++ src/content/drink/berlin.md | 2 +- src/content/drink/boulevardier.md | 2 +- src/content/drink/bourbon-bash.md | 2 +- src/content/drink/clark-old-fashioned.md | 2 +- src/content/drink/cosmopolitan.md | 2 +- src/content/drink/elderflower-martini.md | 28 +++++++++++++++ src/content/drink/floradora.md | 30 ++++++++++++++++ src/content/drink/gin-buck.md | 28 +++++++++++++++ src/content/drink/gin-gin-mule.md | 33 ++++++++++++++++++ src/content/drink/hotel-georgia.md | 2 +- .../drink/improved-whiskey-cocktail.md | 2 +- src/content/drink/la-louisiane.md | 2 +- src/content/drink/lemon-drop-martini.md | 32 +++++++++++++++++ src/content/drink/london-gypsy.md | 2 +- src/content/drink/lucien-gaudin.md | 2 +- src/content/drink/manhattan.md | 8 ++--- src/content/drink/martinez.md | 2 +- src/content/drink/negroni.md | 2 +- src/content/drink/new-york-sour.md | 2 +- src/content/drink/old-fashioned.md | 2 +- src/content/drink/rosemary-gin-fizz.md | 30 ++++++++++++++++ src/content/drink/rosemary-sour.md | 2 +- src/content/drink/sazerac.md | 2 +- src/content/drink/trinidad-sour.md | 2 +- src/content/drink/vieux-carre.md | 2 +- src/content/drink/watermelon-martini.md | 34 +++++++++++++++++++ src/content/drink/whiskey-smash.md | 2 +- src/content/drink/whiskey-sour.md | 2 +- src/content/drink/wisconsin-old-fashioned.md | 2 +- 33 files changed, 300 insertions(+), 26 deletions(-) create mode 100644 src/content/blog/drinks.md create mode 100644 src/content/drink/basilica.md create mode 100644 src/content/drink/elderflower-martini.md create mode 100644 src/content/drink/floradora.md create mode 100644 src/content/drink/gin-buck.md create mode 100644 src/content/drink/gin-gin-mule.md create mode 100644 src/content/drink/lemon-drop-martini.md create mode 100644 src/content/drink/rosemary-gin-fizz.md create mode 100644 src/content/drink/watermelon-martini.md diff --git a/src/content/blog/drinks.md b/src/content/blog/drinks.md new file mode 100644 index 0000000..193a5fb --- /dev/null +++ b/src/content/blog/drinks.md @@ -0,0 +1,21 @@ +--- +title: On Drinks +meta_title: On Drinks +description: yeah +date: 2023-08-21T05:00:00Z +author: Reed Nelson +categories: [] +tags: [] +complexity: 1 +draft: true +--- + +I would like to make a few notes about my [collection of drinks](/drink). + +## Mixing + +Many of the recipes I wrote instruct the reader to combine ingredients in a mixing glass before straining it into the serving glass. This is arguably the "professional" thing to do. Sometimes this is appropriate, such as when there are particles to strain off, or you're preparing multiple drinks at once. But if it makes more sense to just build the drink in your serving glass, save yourself the time and dishes. + +## Fresh Juice + +Any time I refer to a fruit juice in a recipe, it's implied to be in a freshly squeezed form, unless that's particularly unreasonable. Lemon and lime juices, for example, you ought to squeeze fresh, but cranberry juice, probably not. Then again, mix with whatever you want. I'm not your mom. diff --git a/src/content/drink/-index.md b/src/content/drink/-index.md index 8403085..142e98b 100644 --- a/src/content/drink/-index.md +++ b/src/content/drink/-index.md @@ -2,4 +2,8 @@ title: Drinks meta_title: Drinks description: A selection of good cocktails. + +# SPIRITS: whiskey, gin, vodka, brandy, cognac, rum, tequila +# BOTTLES: [unrestricted] +# TAGS : classic, mellow, bold, crisp, creamy, bubbly, smokey, bitter, sweet, fruity, citrusy, herbacious, tropical, floral --- diff --git a/src/content/drink/amaretto-sour.md b/src/content/drink/amaretto-sour.md index 2361c46..1bfffb8 100644 --- a/src/content/drink/amaretto-sour.md +++ b/src/content/drink/amaretto-sour.md @@ -8,7 +8,7 @@ image: /assets/drink/amaretto-sour.jpg spirits: [whiskey] bottles: [amaretto] -tags: [sour] +tags: [creamy] ingredients: list: diff --git a/src/content/drink/basilica.md b/src/content/drink/basilica.md new file mode 100644 index 0000000..5af8a22 --- /dev/null +++ b/src/content/drink/basilica.md @@ -0,0 +1,34 @@ +--- +title: Basilica +meta_title: Basilica +author: Reed Nelson +draft: true +description: Basilica recipe. +image: /assets/drink/basilica.jpg + +spirits: [gin] +bottles: [ango, st-germain] +tags: [herbacious, floral] + +ingredients: + list: + - Gin + - St. Germain + - Lemon juice + - Basil + - Angostura bitters + - Simple syrup + qty: + - 1 3/4 oz + - 3/4 oz + - 1/2 oz + - 6 sm + - 2 dashes + - 1/2 oz + +instructions: + - Combine all ingredients in a shaking tin. + - Add ice, shake until well chilled. + - Double strain into a serving glass. + - Garnish with a cute basil leaf. +--- diff --git a/src/content/drink/berlin.md b/src/content/drink/berlin.md index 1c80fb3..cdf7daa 100644 --- a/src/content/drink/berlin.md +++ b/src/content/drink/berlin.md @@ -8,7 +8,7 @@ image: /assets/drink/berlin.jpg spirits: [whiskey] bottles: [sweet-vermouth, benedictine] -tags: [spirit-forward] +tags: [spirit-forward, bold] ingredients: list: diff --git a/src/content/drink/boulevardier.md b/src/content/drink/boulevardier.md index d05bedc..c9038fe 100644 --- a/src/content/drink/boulevardier.md +++ b/src/content/drink/boulevardier.md @@ -8,7 +8,7 @@ image: /assets/drink/boulevardier.jpg spirits: [whiskey] bottles: [sweet-vermouth, campari] -tags: [classic, spirit-forward, bitter] +tags: [classic, bold, bitter] ingredients: list: diff --git a/src/content/drink/bourbon-bash.md b/src/content/drink/bourbon-bash.md index 33b8805..ab79443 100644 --- a/src/content/drink/bourbon-bash.md +++ b/src/content/drink/bourbon-bash.md @@ -8,7 +8,7 @@ image: /assets/drink/bourbon-bash.jpg spirits: [whiskey] bottles: [] -tags: [] +tags: [citrusy] ingredients: list: diff --git a/src/content/drink/clark-old-fashioned.md b/src/content/drink/clark-old-fashioned.md index fc011e2..a77a9df 100644 --- a/src/content/drink/clark-old-fashioned.md +++ b/src/content/drink/clark-old-fashioned.md @@ -8,7 +8,7 @@ image: /assets/drink/clark-old-fashioned.jpg spirits: [brandy] bottles: [ango] -tags: [] +tags: [sweet] ingredients: list: diff --git a/src/content/drink/cosmopolitan.md b/src/content/drink/cosmopolitan.md index 5cd2ff6..f35c9b5 100644 --- a/src/content/drink/cosmopolitan.md +++ b/src/content/drink/cosmopolitan.md @@ -8,7 +8,7 @@ image: /assets/drink/cosmopolitan.jpg spirits: [vodka] bottles: [cointreau] -tags: [classic] +tags: [classic, sweet, citrusy] ingredients: list: diff --git a/src/content/drink/elderflower-martini.md b/src/content/drink/elderflower-martini.md new file mode 100644 index 0000000..62b2d6a --- /dev/null +++ b/src/content/drink/elderflower-martini.md @@ -0,0 +1,28 @@ +--- +title: Elderflower Martini +meta_title: Elderflower Martini +author: Reed Nelson +draft: true +description: Elderflower Martini recipe. +image: /assets/drink/elderflower-martini.jpg + +spirits: [vodka] +bottles: [st-germain] +tags: [floral] + +ingredients: + list: + - Vodka + - St. Germain + - Lemon juice + qty: + - 2 oz + - 1/2 oz + - 1/5 oz + +instructions: + - Combine all ingredients in a mixing glass with ice. + - Stir until well chilled. + - Serve neat. + - Garnish with a lemon twist. +--- diff --git a/src/content/drink/floradora.md b/src/content/drink/floradora.md new file mode 100644 index 0000000..c014984 --- /dev/null +++ b/src/content/drink/floradora.md @@ -0,0 +1,30 @@ +--- +title: Floradora +meta_title: Floradora +author: Reed Nelson +draft: true +description: Floradora recipe. +image: /assets/drink/floradora.jpg + +spirits: [gin] +bottles: [] +tags: [bubbly] + +ingredients: + list: + - Gin + - Lime juice + - Raspberry syrup + - Ginger ale + qty: + - 2 oz + - 1/2 oz + - 3/4 oz + - 3 oz + +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. + - Top with Ginger ale. +--- diff --git a/src/content/drink/gin-buck.md b/src/content/drink/gin-buck.md new file mode 100644 index 0000000..585dd66 --- /dev/null +++ b/src/content/drink/gin-buck.md @@ -0,0 +1,28 @@ +--- +title: Gin Buck +meta_title: Gin Buck +author: Reed Nelson +draft: true +description: Gin Buck recipe. +image: /assets/drink/gin-buck.jpg + +spirits: [Gin] +bottles: [] +tags: [bubbly, crisp, citrusy] + +ingredients: + list: + - Gin + - Lime juice + - Ginger ale + qty: + - 2 oz + - 1/2 oz + - 3 oz + +instructions: + - Combine gin and lime juice in a mixing glass with ice. + - Stir until well chilled. + - Strain into the serving glass (optinally) over ice. + - Top with Ginger ale. +--- diff --git a/src/content/drink/gin-gin-mule.md b/src/content/drink/gin-gin-mule.md new file mode 100644 index 0000000..65c22eb --- /dev/null +++ b/src/content/drink/gin-gin-mule.md @@ -0,0 +1,33 @@ +--- +title: Gin Gin Mule +meta_title: Gin Gin Mule +author: Reed Nelson +draft: true +description: Gin Gin Mule recipe. +image: /assets/drink/gin-gin-mule.jpg + +spirits: [Gin] +bottles: [] +tags: [bubbly, crisp, citrusy] + +ingredients: + list: + - Gin + - Lime juice + - Simple syrup + - Ginger ale + - Mint + qty: + - 2 oz + - 3/4 oz + - 1/2 oz + - 3 oz + - 8 leaves + +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. + - Top with Ginger ale. +--- diff --git a/src/content/drink/hotel-georgia.md b/src/content/drink/hotel-georgia.md index 07d91cd..7bfb02b 100644 --- a/src/content/drink/hotel-georgia.md +++ b/src/content/drink/hotel-georgia.md @@ -8,7 +8,7 @@ image: /assets/drink/hotel-georgia.jpg spirits: [gin] bottles: [] -tags: [] +tags: [citrusy] ingredients: list: diff --git a/src/content/drink/improved-whiskey-cocktail.md b/src/content/drink/improved-whiskey-cocktail.md index 455a71e..5891e95 100644 --- a/src/content/drink/improved-whiskey-cocktail.md +++ b/src/content/drink/improved-whiskey-cocktail.md @@ -8,7 +8,7 @@ image: /assets/drink/improved-whiskey-cocktail.jpg spirits: [whiskey] bottles: [maraschino, absinthe] -tags: [classic, spirit-forward] +tags: [classic, spirit-forward, bold] ingredients: list: diff --git a/src/content/drink/la-louisiane.md b/src/content/drink/la-louisiane.md index ee4d4fc..5ccac43 100644 --- a/src/content/drink/la-louisiane.md +++ b/src/content/drink/la-louisiane.md @@ -8,7 +8,7 @@ image: /assets/drink/la-louisiane.jpg spirits: [whiskey] bottles: [peychauds, sweet-vermouth, benedictine, absinthe] -tags: [] +tags: [bold] ingredients: list: diff --git a/src/content/drink/lemon-drop-martini.md b/src/content/drink/lemon-drop-martini.md new file mode 100644 index 0000000..0ee4487 --- /dev/null +++ b/src/content/drink/lemon-drop-martini.md @@ -0,0 +1,32 @@ +--- +title: Lemon Drop Martini +meta_title: Lemon Drop Martini +author: Reed Nelson +draft: true +description: Lemon Drop Martini recipe. +image: /assets/drink/lemon-drop-martini.jpg + +spirits: [vodka] +bottles: [cointreau] +tags: [sweet, citrusy] + +ingredients: + list: + - Vodka + - Cointreau + - Lemon juice + - Simple syrup + - Sugar + qty: + - 2 oz + - 1 oz + - 1 oz + - 3/4 oz + - some + +instructions: + - Coat the rim of the glass in sugar (optional). + - Combine all other ingredients in a mixing glass with ice. + - Stir until well chilled. + - Serve neat. +--- diff --git a/src/content/drink/london-gypsy.md b/src/content/drink/london-gypsy.md index 563970c..48bd947 100644 --- a/src/content/drink/london-gypsy.md +++ b/src/content/drink/london-gypsy.md @@ -8,7 +8,7 @@ image: /assets/drink/london-gypsy.jpg spirits: [gin] bottles: [ango, benedictine] -tags: [] +tags: [bold, herbacious] ingredients: list: diff --git a/src/content/drink/lucien-gaudin.md b/src/content/drink/lucien-gaudin.md index cad37fc..0f587aa 100644 --- a/src/content/drink/lucien-gaudin.md +++ b/src/content/drink/lucien-gaudin.md @@ -8,7 +8,7 @@ image: /assets/drink/lucien-gaudin.jpg spirits: [gin] bottles: [dry-vermouth, campari, cointreau] -tags: [bitter] +tags: [bold, bitter] ingredients: list: diff --git a/src/content/drink/manhattan.md b/src/content/drink/manhattan.md index fe9bd50..9c116ad 100644 --- a/src/content/drink/manhattan.md +++ b/src/content/drink/manhattan.md @@ -8,13 +8,13 @@ draft: false spirits: [whiskey] bottles: [sweet-vermouth, ango] -tags: [classic, spirit-forward] +tags: [classic, bold] ingredients: list: - - rye whiskey - - sweet vermouth - - angostura bitters + - Rye whiskey + - Sweet vermouth + - Angostura bitters qty: - 2 oz - 1 oz diff --git a/src/content/drink/martinez.md b/src/content/drink/martinez.md index 3e54b12..e40ddfd 100644 --- a/src/content/drink/martinez.md +++ b/src/content/drink/martinez.md @@ -8,7 +8,7 @@ image: /assets/drink/martinez.jpg spirits: [gin] bottles: [ango, sweet-vermouth, maraschino] -tags: [Classic] +tags: [Classic, bold] ingredients: list: diff --git a/src/content/drink/negroni.md b/src/content/drink/negroni.md index 8f9f0d8..a5b98d4 100644 --- a/src/content/drink/negroni.md +++ b/src/content/drink/negroni.md @@ -8,7 +8,7 @@ image: /assets/drink/negroni.jpg spirits: [gin] bottles: [campari, sweet-vermouth] -tags: [classic, spirit-forward, bitter] +tags: [classic, bold, bitter] ingredients: list: diff --git a/src/content/drink/new-york-sour.md b/src/content/drink/new-york-sour.md index a32622a..085843a 100644 --- a/src/content/drink/new-york-sour.md +++ b/src/content/drink/new-york-sour.md @@ -8,7 +8,7 @@ image: /assets/drink/new-york-sour.jpg spirits: [whiskey] bottles: [red-wine] -tags: [sour] +tags: [creamy] ingredients: list: diff --git a/src/content/drink/old-fashioned.md b/src/content/drink/old-fashioned.md index df4ad2f..3e712ff 100644 --- a/src/content/drink/old-fashioned.md +++ b/src/content/drink/old-fashioned.md @@ -8,7 +8,7 @@ image: /assets/drink/old-fashioned.jpg spirits: [whiskey] bottles: [ango] -tags: [classic, spirit-forward] +tags: [classic, bold, spirit-forward] ingredients: list: diff --git a/src/content/drink/rosemary-gin-fizz.md b/src/content/drink/rosemary-gin-fizz.md new file mode 100644 index 0000000..40b3c15 --- /dev/null +++ b/src/content/drink/rosemary-gin-fizz.md @@ -0,0 +1,30 @@ +--- +title: Rosemary Gin Fizz +meta_title: Rosemary Gin Fizz +author: Reed Nelson +draft: true +description: Rosemary Gin Fizz recipe. +image: /assets/drink/rosemary-gin-fizz.jpg + +spirits: [spirit] +bottles: [bottle] +tags: [bubbly, citrusy, crisp] + +ingredients: + list: + - Gin + - Lemon juice + - Rosemary syrup + - Soda water + qty: + - 2 oz + - 1 oz + - 1/2 oz + - 3 oz + +instructions: + - Combine gin, lemon juice, and rosemary syrup in a mixing glass with ice. + - Stir until well chilled. + - Pour over ice into a serving glass, top with soda water. + - Garnish with a lemon wedge and rosemary sprig. +--- diff --git a/src/content/drink/rosemary-sour.md b/src/content/drink/rosemary-sour.md index 83e0c9b..7325d22 100644 --- a/src/content/drink/rosemary-sour.md +++ b/src/content/drink/rosemary-sour.md @@ -8,7 +8,7 @@ image: /assets/drink/rosemary-sour.jpg spirits: [whiskey] bottles: [] -tags: [sour] +tags: [creamy, herbacious] ingredients: list: diff --git a/src/content/drink/sazerac.md b/src/content/drink/sazerac.md index 73c8b3f..40b7e4c 100644 --- a/src/content/drink/sazerac.md +++ b/src/content/drink/sazerac.md @@ -8,7 +8,7 @@ image: /assets/drink/sazerac.jpg spirits: [whiskey, cognac] bottles: [peychauds, absinthe] -tags: [classic, spirit-forward] +tags: [classic, bold, spirit-forward] ingredients: list: diff --git a/src/content/drink/trinidad-sour.md b/src/content/drink/trinidad-sour.md index feb469b..7148283 100644 --- a/src/content/drink/trinidad-sour.md +++ b/src/content/drink/trinidad-sour.md @@ -8,7 +8,7 @@ image: /assets/drink/trinidad-sour.jpg spirits: [whiskey] bottles: [ango] -tags: [classic] +tags: [classic, bold, bitter] ingredients: list: diff --git a/src/content/drink/vieux-carre.md b/src/content/drink/vieux-carre.md index 7f170af..f3d316a 100644 --- a/src/content/drink/vieux-carre.md +++ b/src/content/drink/vieux-carre.md @@ -8,7 +8,7 @@ image: /assets/drink/vieux-carre.jpg spirits: [whiskey, cognac] bottles: [ango, peychauds, sweet-vermouth, benedictine] -tags: [classic] +tags: [classic, bold] ingredients: list: diff --git a/src/content/drink/watermelon-martini.md b/src/content/drink/watermelon-martini.md new file mode 100644 index 0000000..2e423c3 --- /dev/null +++ b/src/content/drink/watermelon-martini.md @@ -0,0 +1,34 @@ +--- +title: Watermelon Martini +meta_title: Watermelon Martini +author: Reed Nelson +draft: true +description: Watermelon Martini recipe. +image: /assets/drink/watermelon-martini.jpg + +spirits: [vodka] +bottles: [cointreau] +tags: [sweet, fruity] + +ingredients: + list: + - Vodka + - Cointreau + - Lime juice + - Simple syrup + - Watermelon + - Mint leaves + qty: + - 2 oz + - 1 oz + - 1 oz + - 1/2 oz + - 1 cup + - 4 lg + +instructions: + - Muddle watermelon and mint in a shaking tin. + - Add all other ingredients. + - Add ice, shake until well chilled. + - Double strain into a serving glass. +--- diff --git a/src/content/drink/whiskey-smash.md b/src/content/drink/whiskey-smash.md index c42f59f..6f0cac8 100644 --- a/src/content/drink/whiskey-smash.md +++ b/src/content/drink/whiskey-smash.md @@ -8,7 +8,7 @@ image: /assets/drink/whiskey-smash.jpg spirits: [whiskey] bottles: [] -tags: [classic] +tags: [classic, citrusy] ingredients: list: diff --git a/src/content/drink/whiskey-sour.md b/src/content/drink/whiskey-sour.md index 59220a2..5d51e2a 100644 --- a/src/content/drink/whiskey-sour.md +++ b/src/content/drink/whiskey-sour.md @@ -8,7 +8,7 @@ image: /assets/drink/whiskey-sour.jpg spirits: [Whiskey] bottles: [] -tags: [classic, sour] +tags: [classic, creamy, citrusy] ingredients: list: diff --git a/src/content/drink/wisconsin-old-fashioned.md b/src/content/drink/wisconsin-old-fashioned.md index 4251d34..f272347 100644 --- a/src/content/drink/wisconsin-old-fashioned.md +++ b/src/content/drink/wisconsin-old-fashioned.md @@ -8,7 +8,7 @@ image: /assets/drink/wisconsin-old-fashioned.jpg spirits: [brandy] bottles: [ango] -tags: [classic] +tags: [classic, sweet] ingredients: list: