diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-15 19:36:26 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-15 19:36:26 -0800 |
commit | 6db6208fca8cfbe396f8ed0db729f8a922b989d3 (patch) | |
tree | 5a971db324fad5f70b498883dc8b7af816262d81 | |
parent | d8e9106137b63f352735676d2d88b008b09a9c89 (diff) |
Write recipe page for Pesto
Add image, description, ingredients, and instructions
-rw-r--r-- | recipes/pesto.html | 39 | ||||
-rw-r--r-- | recipes/pesto.jpg | bin | 0 -> 83955 bytes |
2 files changed, 39 insertions, 0 deletions
diff --git a/recipes/pesto.html b/recipes/pesto.html index 4dd03b4..ed0ced1 100644 --- a/recipes/pesto.html +++ b/recipes/pesto.html @@ -9,6 +9,45 @@ <h1> Pesto </h1> + <img src="pesto.jpg"> + <h3> + Pesto is one of my favorite condiments to keep on hand. Try + these easy, fun pesto recipe variations to brighten pasta, + salads, roasted veggies & more! + </h3> + <p> + One of my favorite things about summer is the bounty of fresh + herbs that are just outside my doorstep. Fresh herbs make any + meal instantly more flavorful and beautiful. My favorite thing + to do with all of those fresh herbs (aside from sprinkle them + on everything) is to make pesto! It’s especially great for lazy + summertime cooking. I like to dollop it on grilled vegetables, + pasta, spaghetti squash, salads, eggs, toasted bread, pizza, + sandwiches… you get the idea. With just a few easy steps, it + makes anything an instant tasty meal, whether you feel like + cooking or not. + </p> + <ul> + <li>½ cup toasted pine nuts</li> + <li>2 tablespoons fresh lemon juice</li> + <li>1 small garlic clove</li> + <li>¼ teaspoon sea salt</li> + <li>freshly ground black pepper</li> + <li>2 cups basil leaves</li> + <li>¼ cup extra-virgin olive oil, plus more for a smoother + pesto</li> + <li>¼ cup freshly grated Parmesan cheese, optional</li> + </ul> + <ol> + <li>In a food processor, combine the pine nuts, lemon juice, + garlic, salt, and pepper and pulse until well chopped. + <li>Add the basil and pulse until combined. + <li>With the food processor running, drizzle in the olive + oil and pulse until combined. Add the Parmesan cheese, + if using, and pulse to briefly combine. For a smoother + pesto, add more olive oil.</li> + </ol> + <a href="../index.html">Home</a> </body> </html>
\ No newline at end of file diff --git a/recipes/pesto.jpg b/recipes/pesto.jpg Binary files differnew file mode 100644 index 0000000..5e8cdae --- /dev/null +++ b/recipes/pesto.jpg |