From 0f82decb56ed8b63b0223d6604f179b4edcf34d6 Mon Sep 17 00:00:00 2001 From: Erik Rodabaugh Date: Thu, 4 Jan 2024 11:23:50 -0700 Subject: [PATCH 1/2] 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", +} From 41e532ce427a4757aeaa19a63518c8b4a4eedf7d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 29 Aug 2026 11:25:47 +0200 Subject: [PATCH 2/2] json fix --- data/authors/erik-rodabaugh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/authors/erik-rodabaugh.json b/data/authors/erik-rodabaugh.json index dac5dbd..0aa9636 100644 --- a/data/authors/erik-rodabaugh.json +++ b/data/authors/erik-rodabaugh.json @@ -1,4 +1,4 @@ { "name": "Erik Rodabaugh", - "website": "https://erikrodabaugh.com", + "website": "https://erikrodabaugh.com" }