From 0f82decb56ed8b63b0223d6604f179b4edcf34d6 Mon Sep 17 00:00:00 2001 From: Erik Rodabaugh Date: Thu, 4 Jan 2024 11:23:50 -0700 Subject: [PATCH] Added a basic Manhattan cocktail --- content/manhattan.md | 22 ++++++++++++++++++++++ data/authors/erik-rodabaugh.json | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 content/manhattan.md create mode 100644 data/authors/erik-rodabaugh.json diff --git a/content/manhattan.md b/content/manhattan.md new file mode 100644 index 0000000..0542c03 --- /dev/null +++ b/content/manhattan.md @@ -0,0 +1,22 @@ +--- +title: Manhattan +tags: ['alcohol', 'liquor'] +date: 2024-01-04 +author: "erik-rodabaugh" +--- + +- ⏲️ Prep time: 3 min +- 🍽️ Servings: 1 + +## Ingredients + +- 2oz whisky (generally a rye or bourbon) +- 1oz sweet vermouth +- 2-3 dashes aromatic bitters +- Cherry or lemon twist to garnish (optional) + +## Directions + +1. Stir the wiskey, sweet vermouth, and bitters in a mixing glass with ice +2. Strain into a coupe glass +3. Garnish as desired diff --git a/data/authors/erik-rodabaugh.json b/data/authors/erik-rodabaugh.json new file mode 100644 index 0000000..dac5dbd --- /dev/null +++ b/data/authors/erik-rodabaugh.json @@ -0,0 +1,4 @@ +{ + "name": "Erik Rodabaugh", + "website": "https://erikrodabaugh.com", +}