mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 18:50:34 -05:00
Some rough recipe notes
This commit is contained in:
parent
9bf7cfb744
commit
a97f795865
5 changed files with 41 additions and 8 deletions
|
@ -35,6 +35,7 @@ The following menu contains meals that are in rotation at my home. These are mad
|
||||||
### Breakfast
|
### Breakfast
|
||||||
|
|
||||||
- {{< vegetarian >}}Breakfast Burrito
|
- {{< vegetarian >}}Breakfast Burrito
|
||||||
|
- {{< vegetarian >}}Potatos and Eggs (Goya / Unami / Spicy)
|
||||||
- {{< vegetarian >}}Egg Sandwich
|
- {{< vegetarian >}}Egg Sandwich
|
||||||
- {{< vegetarian >}}Scrambled Eggs
|
- {{< vegetarian >}}Scrambled Eggs
|
||||||
- {{< vegetarian >}}Muffins
|
- {{< vegetarian >}}Muffins
|
||||||
|
@ -42,14 +43,14 @@ The following menu contains meals that are in rotation at my home. These are mad
|
||||||
|
|
||||||
### Lunch
|
### Lunch
|
||||||
|
|
||||||
- Turkey Club
|
- [Turkey Club](turkey-club-sandwich)
|
||||||
- {{< vegetarian >}}Black Bean Quesadilla
|
- {{< vegetarian >}}[Black Bean Quesadilla](black-bean-quesadilla)
|
||||||
- Chicken-Chickpea Salad
|
- [Chicken-Chickpea Salad](chicken-chickpea-salad)
|
||||||
- Tuna Sandwich
|
- Tuna Sandwich
|
||||||
|
|
||||||
### Dinner
|
### Dinner
|
||||||
|
|
||||||
- {{< vegetarian >}}Fried Rice
|
- {{< vegetarian >}}[Fried Rice](fried-rice)
|
||||||
- {{< vegetarian >}}Pre-made Indian Curries
|
- {{< vegetarian >}}Pre-made Indian Curries
|
||||||
* Butter Chicken
|
* Butter Chicken
|
||||||
* Tikka Marsala
|
* Tikka Marsala
|
||||||
|
|
|
@ -1,8 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Black Bean Quesadilla"
|
title: "Black Bean Quesadilla"
|
||||||
draft: true
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
IN PROGRESS
|
||||||
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
|
- Shredded Mexican Cheese
|
||||||
|
- Black Beans
|
||||||
|
- Tortilla
|
||||||
|
- Taco Sauce
|
||||||
|
|
||||||
|
|
||||||
## Recipe
|
## Recipe
|
||||||
|
|
|
@ -1,8 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "Chicken Chickpea Salad"
|
title: "Chicken Chickpea Salad"
|
||||||
draft: true
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
IN PROGRESS
|
||||||
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
|
- Spinach or Mixed Greens
|
||||||
|
- Cooked Chickpeas
|
||||||
|
- Shredded Mexican Cheese
|
||||||
|
- Cooked Quinoa
|
||||||
|
- Shaved Carrot
|
||||||
|
- Shredded Chicken
|
||||||
|
|
||||||
## Recipe
|
## Recipe
|
||||||
|
|
|
@ -1,8 +1,18 @@
|
||||||
---
|
---
|
||||||
title: "Fried Rice"
|
title: "Fried Rice"
|
||||||
draft: true
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
IN PROGRESS
|
||||||
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
|
- Cooked Rice
|
||||||
|
- Soy Sauce
|
||||||
|
- Onion Powder
|
||||||
|
- Ginger
|
||||||
|
- Green Peppers
|
||||||
|
- Carrots
|
||||||
|
- Scrambled Eggs
|
||||||
|
- Cooked Chicken (Optional)
|
||||||
|
|
||||||
## Recipe
|
## Recipe
|
||||||
|
|
|
@ -1,8 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Turkey Club Sandwich"
|
title: "Turkey Club Sandwich"
|
||||||
draft: true
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
IN PROGRESS
|
||||||
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
|
- Tortilla
|
||||||
|
- Shredded Mexican Cheese
|
||||||
|
- Turkey
|
||||||
|
- Chipotle Mayo
|
||||||
|
- Bacon (Optional)
|
||||||
|
|
||||||
## Recipe
|
## Recipe
|
||||||
|
|
Loading…
Reference in a new issue