diff --git a/docs/sauteed-mushrooms/index.html b/docs/sauteed-mushrooms/index.html new file mode 100644 index 0000000..eb66c98 --- /dev/null +++ b/docs/sauteed-mushrooms/index.html @@ -0,0 +1,8 @@ +

Sauteed Mushrooms

prep 10 min, cook 15 min
× 4
These are the best sauteed mushrooms I've ever had. Slighly salty, and very savory, they serve very +well as a topping for steak, baked potatoes and whatever else needs a strong flavor. +

1

  • 3 tbsp
    olive oil
  • 3 tbsp
    butter
  • 1 lb
    button mushrooms (sliced)
Heat the olive oil and butter in a large saucepan over medium heat until it foams. Add the mushrooms +and cook until reduced somewhat in size and slightly yellowed (about 5 minutes). +

2

  • 1 clove
    garlic (minced)
  • 1 tbsp
    red wine
  • 1 tbsp
    tamari (or soy-sauce)
  • ¼ tsp
    garlic salt (or kosher salt)
  • ~
    black pepper
Add the remaining ingredients and cook until the mushrooms are slightly browned and the sauced +thickened (about 5-10 minutes). +
IrishMountainGirl, AllRecipes.com, +http://allrecipes.com/recipe/222795/superb-sauteed-mushrooms
\ No newline at end of file diff --git a/docs/sauteed-mushrooms/large.png b/docs/sauteed-mushrooms/large.png new file mode 100644 index 0000000..3066562 Binary files /dev/null and b/docs/sauteed-mushrooms/large.png differ diff --git a/src/sauteed-mushrooms/index.pug b/src/sauteed-mushrooms/index.pug new file mode 100644 index 0000000..b4b3bcd --- /dev/null +++ b/src/sauteed-mushrooms/index.pug @@ -0,0 +1,71 @@ +doctype html +html + head + link(href="../style2.css" rel="stylesheet" type="text/css") + meta(charset="UTF-8") + meta(name="viewport" content="user-scalable=no, width=device-width") + + body.recipe + section.header + .image(style="background-image: url('./large.png')") + + .about + h1 Sauteed Mushrooms + + .timing prep 10 min, cook 15 min + + .icons + .icon.gluten-free + .icon.low-carb + .icon.vegetarian + .icon.serving + | × 4 + + .description. + These are the best sauteed mushrooms I've ever had. Slighly salty, and very savory, they serve very + well as a topping for steak, baked potatoes and whatever else needs a strong flavor. + + section.instructions + .step + h3 1 + .ingredients + ul + li + .amount 3 tbsp + .item olive oil + li + .amount 3 tbsp + .item butter + li + .amount 1 lb + .item button mushrooms (sliced) + .detail. + Heat the olive oil and butter in a large saucepan over medium heat until it foams. Add the mushrooms + and cook until reduced somewhat in size and slightly yellowed (about 5 minutes). + + .step + h3 2 + .ingredients + ul + li + .amount 1 clove + .item garlic (minced) + li + .amount 1 tbsp + .item red wine + li + .amount 1 tbsp + .item tamari (or soy-sauce) + li + .amount ¼ tsp + .item garlic salt (or kosher salt) + li + .amount ~ + .item black pepper + .detail. + Add the remaining ingredients and cook until the mushrooms are slightly browned and the sauced + thickened (about 5-10 minutes). + + section.credits. + IrishMountainGirl, AllRecipes.com, + http://allrecipes.com/recipe/222795/superb-sauteed-mushrooms diff --git a/src/sauteed-mushrooms/large.png b/src/sauteed-mushrooms/large.png new file mode 100644 index 0000000..3066562 Binary files /dev/null and b/src/sauteed-mushrooms/large.png differ