Skip to content

Commit

Permalink
add tuscan salmon, update apple crisp
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBuda11 committed Jan 2, 2023
1 parent 27a24dd commit 1a43fc8
Showing 1 changed file with 35 additions and 7 deletions.
42 changes: 35 additions & 7 deletions app/scripts/Recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,19 @@ export default [
"For real, Mom's actual apple crisp. This recipe was taught to middle school home economics kids for decades.",
ingredients: [
'4-6 medium apples',
'1/2 Cup flour',
'1/2 Cup white or whole wheat flour',
'3/4 Cup oatmeal',
'1/2 Cup butter (may reduce by 2 Tbsp)',
'1/2 Cup brown sugar (may reduce by 2 Tbsp)',
'1 Tsbp wheat germ (optional)',
'1/2 tsp cinnamon',
'1/2 Cup brown sugar (may reduce by 1/4 Cup)',
'1 Tbsp wheat germ (optional)',
'2 Tbsp ground flaxmeal (optional)',
'1 tsp cinnamon, plus more to sprinkle',
],
steps: [
'Pre-heat oven to 350 degrees.',
'Lightly grease a 9-inch round or square baking pan.',
'Wash apples and peel skins. Slice into greased pan. Sprinkle with cinnamon',
'Combine oatmeal, brown sugar, wheat germ and cinnamon. Mix butter in with your fingers. Mixture will be crumbly.',
'Wash apples and peel skins. Slice into greased pan. Sprinkle with additional cinnamon.',
'Combine flour, oatmeal, brown sugar, wheat germ, flaxmeal and cinnamon. Mix butter in with your fingers. Mixture will be crumbly.',
'Place mixture over the sliced apples.',
'Place pan in center of oven. Bake 35-45 minutes, uncovered.',
],
Expand Down Expand Up @@ -388,7 +389,7 @@ export default [
],
image: 'black-bean-tostadas.png',
course: 'main',
notes: '',
notes: 'You may want to double amount of salsa.',
},
{
name: 'Cajun Spice Mix',
Expand Down Expand Up @@ -3638,4 +3639,31 @@ export default [
course: 'salads',
notes: '',
},
{
name: 'Tuscan Salmon',
id: '135',
description: '',
ingredients: [
'1 tsp each of salt, ground mustard, dried thyme',
'1/2 tsp ground black pepper',
'4 6oz salmon steaks',
'2 tsp honey',
'3 tsp olive oil, divided',
'8 cups spinach leaves',
'1/2 minced garlic',
'2 cups red seedless grapes, halved',
'1/2 dry red wine',
],
steps: [
'Preheat oven to 300 degrees.',
'Combine salt, mustard, thyme and pepper. Rub salmon with honey and sprinkle with 1/2 the seasoning mixture.',
'Heat 2 tsp oil in a nonstick skillet. Brown both sides of salmon.',
'Toss spinach and garlic with remaining oil in 13x9x2 baking dish. Place salmon on spinach and cover loosely with foil. Bake for 10 minutes.',
'Saute grapes in same skillet. Add wine, bring to a boil, season to taste with remaining seasoning mixture and salt. Reduce liquid by half.',
'Serve salmon on spinach and top with grape sauce.',
],
image: 'no-photo.png',
course: 'main',
notes: '',
},
];

0 comments on commit 1a43fc8

Please sign in to comment.