Skip to content

Commit

Permalink
Add a new recipe "Labneh"
Browse files Browse the repository at this point in the history
  • Loading branch information
Astral92 committed Feb 20, 2025
1 parent c070e57 commit 6d1caf4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/hummus.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
</head>
<body>
<h1>Hummus</h1>
<img src="../img/hummus.jpg" alt="">
<a href="../index.html">Home</a>
<img src="../img/hummus.jpg" alt="A plate of hummus with vegetables and bread nearby" height="310" width="310">
<h3>Description</h3>
<p>Hummus is a delicious spread (or dip) made from chickpeas, tahini, lemon, and spices. It is a popular dish in the Middle East and the Mediterranean</p>
<h3>Ingredients</h3>
Expand All @@ -26,5 +25,6 @@ <h3>Steps</h3>
<li>After a minute, add chickpeas to the processor</li>
<li>When it looks close to done, add a splash of water while the processor still running</li>
</ol>
<a href="../index.html">Home</a>
</body>
</html>
30 changes: 30 additions & 0 deletions recipes/labneh.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Labneh</title>
</head>
<body>
<h1>Labneh</h1>
<img src="../img/labneh.jpg" alt="A plate of labneh with vegetables and bread around it" height="310" width="310">
<h3>Description</h3>
<p>Labneh, pronounced “leb-nay,” is a savory yogurt cheese with Mediterranean roots. The word “labneh” comes from the Arabic word “laban,” meaning “white” or “milk.”</p>
<p>Also known as “labnah” or “labne,” it’s made by mixing yogurt with a little salt, then straining it to remove the whey. What’s left is a thick, creamy, and spreadable dip. It’s essentially an early phase of cheese, which is why we commonly refer to it as labneh cheese.</p>
<h3>Ingredients</h3>
<ul>
<li>Whole milk yogurt</li>
<li>Salt</li>
<li>Olive oil (addition)</li>
<li>Black sesame (addition)</li>
</ul>
<h3>Steps</h3>
<ol>
<li>Line a fine-mesh sieve with thick cheesecloth and set it over a bowl. Spoon the yogurt into the cheesecloth and sprinkle with salt.</li>
<li>Stir to incorporate the salt.</li>
<li>Tie the cheesecloth on the top and let the yogurt drain at room temperature or in the refrigerator for 24-72 hours.</li>
<li>Open up the cheesecloth to reveal thick and creamy homemade labneh.</li>
</ol>
<a href="../index.html">Home</a>
</body>
</html>

0 comments on commit 6d1caf4

Please sign in to comment.