From d55bb8b3a56819c6c7003cdc8047f5d7104939ab Mon Sep 17 00:00:00 2001 From: Dilan Gilluly Date: Wed, 28 Dec 2022 11:58:13 -0500 Subject: [PATCH] Added dilan-gilluly as author, added chocolate frosting recipe. --- content/chocolate-frosting.md | 26 ++++++++++++++++++++++++++ data/authors/dilan-gilluly.json | 4 ++++ 2 files changed, 30 insertions(+) create mode 100644 content/chocolate-frosting.md create mode 100644 data/authors/dilan-gilluly.json diff --git a/content/chocolate-frosting.md b/content/chocolate-frosting.md new file mode 100644 index 0000000..492ff2b --- /dev/null +++ b/content/chocolate-frosting.md @@ -0,0 +1,26 @@ +--- +title: "Homemade Chocolate Frosting" +date: 2022-12-28 +tags: ['chocolate', 'dessert'] +author: dilan-gilluly +--- + + +This is a recipe shared to me from a friend. Some folks like it on brownies, but I find most people like it on peanut butter cookie bars. But you can experiment with using it to top various things. + +- 🍳 Cook time: ~15 minutes +- 🍽️ Servings: one 13"x9" sheet (brownies or cookie bars) + +## Ingredients + +- 4 ounces semi-sweet baking chocolate +- 4 tbsp of butter +- 1 1/2 cups of confectioner's sugar +- 1 tsp vanilla extract +- 5 tbsp of hot water + +## Directions + +1. Start melting the 4 tbsp of butter in a medium saucepan. Once enough melts to where it can act as a buffer for the chocolate, start adding the 4 ounces of semi-sweet chocolate a row at a time. After all of the chocolate is added, stir until both the butter and chocolate are fully melted together. +2. Once chocolate and butter are melted together, take it off the heat and add the 5 tbsp of hot water, 1 tsp vanilla extract, and cup and a half of confectioner's sugar. +3. Give it one final stir before pouring it on the brownies or cookie bars you want it to cover. It takes 3-4 hours to harden enough to cut it easily. \ No newline at end of file diff --git a/data/authors/dilan-gilluly.json b/data/authors/dilan-gilluly.json new file mode 100644 index 0000000..fc283f9 --- /dev/null +++ b/data/authors/dilan-gilluly.json @@ -0,0 +1,4 @@ +{ + "name": "Dilan Gilluly", + "website": "https://dilangilluly.us" +}