diff --git a/build.sh b/build.sh index aeb47d3..589e3d9 100755 --- a/build.sh +++ b/build.sh @@ -101,7 +101,7 @@ function run-watch { start-server echo "Watching. Press ^C to cancel" - while true; do + fswatch src -i 'js$' -i 'png$' -i 'scss$' -i 'pug$' -e '.*' | while read FILE; do run-build sleep 2 done diff --git a/docs/chicken-marsala-florentine/index.html b/docs/chicken-marsala-florentine/index.html new file mode 100644 index 0000000..eded41c --- /dev/null +++ b/docs/chicken-marsala-florentine/index.html @@ -0,0 +1 @@ +

Chicken Marsala Florentine

prep 10 min, cook 30 min
× 4
This is a gorgeous chicken dish with sun-dried tomatoes, spinach, and mushrooms. The amazing blend of flavors and textures is out of this world!

1

  • 4
    chicken breasts
Place chicken breasts between two layers of parchment paper and flatten with a meat mallet until each piece is less than a half inch thick.

2

  • ¼ cup
    flour (white, all-purpose)
  • 1 tbsp
    oregano (dried)
  • salt & pepper (to taste)
Combine the flour and spices in a shallow dish, and dredge the chicken through the mixture so that each piece is completely covered.

3

  • 4 tbsp
    olive oil
Heat the oil on high in a skillet, and fry each piece of chicken until completely cooked and golden on both sides (160°F). Add more oil as needed. Once cooked, set the chicken aside in a warm place.

4

  • ¾ cup
    butter
  • 1 cup
    marsala wine
  • 3 cups
    mushrooms (brown)
  • ¾ cups
    sun-dried tomatoes
  • ½ cup
    spinach
Using the same skillet, melt the butter and add in the wine, mushrooms, and tomatoes. Cook until the mushrooms as soft (about 10 min). Add the spinach and cook until the spinach has turned soft (about a minute or two). Serve the vegetables and sauce over the chicken.
SHANOU, https://www.allrecipes.com/recipe/47688/chicken-marsala-florentine
\ No newline at end of file diff --git a/docs/chicken-marsala-florentine/large.png b/docs/chicken-marsala-florentine/large.png new file mode 100644 index 0000000..88b4e9a Binary files /dev/null and b/docs/chicken-marsala-florentine/large.png differ diff --git a/docs/index.html b/docs/index.html index a18c498..94933a5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -

Appetizers

Buffalo Wings

Baking

Bagels

Challah

Fluffy Pancakes

Gluten-Free Flour

Pizza

Rosemary Dinner Rolls

Southern Buttermilk Biscuits

Drinks

Eggnog

Soups

Caldo Verde

Clam Chowder

Cream of Spinach Soup

Curry Butternut Squash & Apple Soup

French Onion Soup

Hungarian Mushroom Beef Soup

Spicy Lamb Soup

Winter Lentil Soup

Salads

Caesar Salad

Cucumber Salad

Ruth's Chris Chopped Salad

Entrées

BBQ Pork Ribs

Beef Bourguignon

Butter Chicken

Chicken Breasts with Caper Cream Sauce

Chicken Cordon Bleu

Chicken Parmesan

Chicken Pastries

Chicken Pot Pie

Chicken Tikka Masala

Chili

Chole

Cornish Game Hens

Egg & Onion Pie

Garlic Prime Rib

Gnocchi

Keto Pork Ribs

Kielbasa and Cabbage

Kofta Kebabs

Lemon Chicken with Mushroom Sauce

Orange Chicken

Ratatouille

Ricotta Meatballs

Roast Leg of Lamb with Rosemary

Roast Fowl

Scrambled Eggs

Shrimp with Sweet Potatoes and Bacon

Sloppy Joe Sandwiches

Stuffed Green Peppers

Swedish Meatballs

Sides

Bok Choy with Garlic

Bourbon Glazed Carrots

Creamed Spinach

Garlic Broccoli

Hasselback Potatoes

Hummus

Pommes Purée

Sauteed Mushrooms

Sweet Potatoes with Honey and Rosemary

Tzatziki

\ No newline at end of file +

Appetizers

Buffalo Wings

Baking

Bagels

Challah

Fluffy Pancakes

Gluten-Free Flour

Pizza

Rosemary Dinner Rolls

Southern Buttermilk Biscuits

Drinks

Eggnog

Soups

Caldo Verde

Clam Chowder

Cream of Spinach Soup

Curry Butternut Squash & Apple Soup

French Onion Soup

Hungarian Mushroom Beef Soup

Spicy Lamb Soup

Winter Lentil Soup

Salads

Caesar Salad

Cucumber Salad

Ruth's Chris Chopped Salad

Entrées

BBQ Pork Ribs

Beef Bourguignon

Butter Chicken

Chicken Breasts with Caper Cream Sauce

Chicken Cordon Bleu

Chicken Marsala Florentine

Chicken Parmesan

Chicken Pastries

Chicken Pot Pie

Chicken Tikka Masala

Chili

Chole

Cornish Game Hens

Egg & Onion Pie

Garlic Prime Rib

Gnocchi

Keto Pork Ribs

Kielbasa and Cabbage

Kofta Kebabs

Lemon Chicken with Mushroom Sauce

Orange Chicken

Ratatouille

Ricotta Meatballs

Roast Leg of Lamb with Rosemary

Roast Fowl

Scrambled Eggs

Shrimp with Sweet Potatoes and Bacon

Sloppy Joe Sandwiches

Stuffed Green Peppers

Swedish Meatballs

Sides

Bok Choy with Garlic

Bourbon Glazed Carrots

Creamed Spinach

Garlic Broccoli

Hasselback Potatoes

Hummus

Pommes Purée

Sauteed Mushrooms

Sweet Potatoes with Honey and Rosemary

Tzatziki

\ No newline at end of file diff --git a/src/chicken-marsala-florentine/data.js b/src/chicken-marsala-florentine/data.js new file mode 100644 index 0000000..f609ab8 --- /dev/null +++ b/src/chicken-marsala-florentine/data.js @@ -0,0 +1,47 @@ +module.exports = require("../helpers")({ + title: "Chicken Marsala Florentine", + timings: { + prep: "10 min", + cook: "30 min", + }, + icons: [], + servings: 4, + description: "This is a gorgeous chicken dish with sun-dried tomatoes, spinach, and mushrooms. The amazing " + + "blend of flavors and textures is out of this world!", + steps: [{ + ingredients: [ + { amount: 4, item: "chicken breasts" }, + ], + directions: "Place chicken breasts between two layers of parchment paper and flatten with a meat mallet " + + "until each piece is less than a half inch thick." + }, { + ingredients: [ + { amount: 1/4, unit: "cup", item: "flour (white, all-purpose)" }, + { amount: 1, unit: "tbsp", item: "oregano (dried)" }, + { item: "salt & pepper (to taste)" }, + ], + directions: "Combine the flour and spices in a shallow dish, and dredge the chicken through the mixture so " + + "that each piece is completely covered." + }, { + ingredients: [ + { amount: 4, unit: "tbsp", item: "olive oil" }, + ], + directions: "Heat the oil on high in a skillet, and fry each piece of chicken until completely cooked and " + + "golden on both sides (160°F). Add more oil as needed. Once cooked, set the chicken aside in a warm place." + }, { + ingredients: [ + { amount: 3/4, unit: "cup", item: "butter" }, + { amount: 1, unit: "cup", item: "marsala wine" }, + { amount: 3, unit: "cups", item: "mushrooms (brown)" }, + { amount: 3/4, unit: "cups", item: "sun-dried tomatoes" }, + { amount: 1/2, unit: "cup", item: "spinach" }, + ], + directions: "Using the same skillet, melt the butter and add in the wine, mushrooms, and tomatoes. Cook " + + "until the mushrooms as soft (about 10 min). Add the spinach and cook until the spinach has turned soft " + + "(about a minute or two). Serve the vegetables and sauce over the chicken." + }], + credit: { + name: "SHANOU", + url: "https://www.allrecipes.com/recipe/47688/chicken-marsala-florentine" + } +}) diff --git a/src/chicken-marsala-florentine/large.png b/src/chicken-marsala-florentine/large.png new file mode 100644 index 0000000..88b4e9a Binary files /dev/null and b/src/chicken-marsala-florentine/large.png differ diff --git a/src/index.pug b/src/index.pug index fb65e79..3b54b53 100644 --- a/src/index.pug +++ b/src/index.pug @@ -130,6 +130,10 @@ html img(src="chicken-cordon-bleu/large.png") p Chicken Cordon Bleu + a(href="chicken-marsala-florentine") + img(src="chicken-marsala-florentine/large.png") + p Chicken Marsala Florentine + a(href="chicken-parmesan") img(src="chicken-parmesan/large.png") p Chicken Parmesan