Skip to content

Instantly share code, notes, and snippets.

@angelomiranda
Created December 31, 2020 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelomiranda/66656983079308e7d616629ea5bdbea1 to your computer and use it in GitHub Desktop.
Save angelomiranda/66656983079308e7d616629ea5bdbea1 to your computer and use it in GitHub Desktop.
Create a website - First Challenge
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vegan Leek and Potato Soup Recipe</title>
</head>
<body>
<h1>Slow Cooker Vegan Leek and Potato Soup</h1>
<p>A hearty soup without animal products but still full of rich flavor. Sauteing before slow cooking brings out the flavor of seemingly simple ingredients.</p>
<h2>Ingredients</h2>
<p>¼ cup vegan butter</p>
<p>1 cup minced Pleurotus mushrooms</p>
<p>2 pounds potatoes, peeled and diced</p>
<h2>Directions</h2>
<h3>Step 1:</h3>
<p>Turn on the Saute function on your slow cooker. Heat vegan butter and olive oil. Add leeks, onion, carrot, and mushrooms. Cook and stir until leeks and onions are translucent and softened, carrots have softened, and minced mushrooms have liquefied, about 7 minutes. Add potatoes and vegetable broth; mix well. Mix 1 tablespoon of the oat milk with potato starch to create a slurry and stir it into the soup.</p>
<h3>Step 2:</h3>
<p>Heat remaining oat milk in a microwave-safe bowl in the microwave until hot, about 30 seconds. Pour it into the soup and season with salt and pepper. Turn off Saute function.</p>
<h3>Step 3:</h3>
<p>Cook in the slow cooker on Low for 6 hours or on High for 3 1/2 hours. Stir soup before serving.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment