added a new recipie, updated metadata, moved to yaml config
This commit is contained in:
parent
9055e0f684
commit
ea6637808f
@ -1,8 +0,0 @@
|
|||||||
baseURL = 'https://jtom38.github.io/cookbook/'
|
|
||||||
languageCode = 'en-us'
|
|
||||||
title = 'Cookbook'
|
|
||||||
theme = "hugo-theme-learn"
|
|
||||||
|
|
||||||
[taxonomies]
|
|
||||||
category = 'categories'
|
|
||||||
tag = 'tags'
|
|
8
config.yaml
Normal file
8
config.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
baseURL: 'https://jtom38.github.io/cookbook/'
|
||||||
|
languageCode: 'en-us'
|
||||||
|
title: 'Cookbook'
|
||||||
|
theme: "hugo-bulma-cookbook"
|
||||||
|
|
||||||
|
taxonomies:
|
||||||
|
category: 'categories'
|
||||||
|
tag: 'tags'
|
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
title: "Sun-Dried Tomato Pasta with Chicken and Mozzarella"
|
||||||
|
subtitle:
|
||||||
|
date: 2022-09-28T06:36:00-07:00
|
||||||
|
draft: false
|
||||||
|
tags: [Pasta, Itilian, Chicken, Tomatoes]
|
||||||
|
listthumbnail: ./chicken-mozzarella-pasta-with-sun-dried-tomatoes/thumbnail.png
|
||||||
|
thumbnail: ./thumbnail.png
|
||||||
|
parenturl: https://juliasalbum.com/chicken-mozzarella-pasta-with-sun-dried-tomatoes/
|
||||||
|
---
|
||||||
|
|
||||||
|
## Ingredients
|
||||||
|
|
||||||
|
### sun-dried tomato sauce
|
||||||
|
|
||||||
|
- 3 garlic cloves
|
||||||
|
- 4 oz sun-dried tomatoes
|
||||||
|
- olive oil
|
||||||
|
- salt
|
||||||
|
- paprika
|
||||||
|
- basil
|
||||||
|
- 1 cup half-and-half (or ½ cup heavy cream + ½ cup milk)
|
||||||
|
- 1 cup Mozzarella cheese, shredded
|
||||||
|
- ¼ teaspoon red pepper flakes
|
||||||
|
|
||||||
|
## Instructions
|
||||||
|
|
||||||
|
1. In a large skillet, on medium heat sauté garlic and sun-dried tomatoes in the olive oil.
|
||||||
|
2. Remove the sun-dried tomatoes from the skillet when done.
|
||||||
|
3. Season sliced chicken with salt and paprika.
|
||||||
|
4. Add the chicken to the skillet and cook on high heat.
|
||||||
|
5. Add back the sun-dried tomatoes. Add half-and-half and shredded Mozzarella cheese.
|
||||||
|
6. Bring the mixture to boil, then reduce to simmer and stir the sun-dried tomato sauce until the cheese melts.
|
||||||
|
7. Add spices: basil, crushed red pepper flakes, salt.
|
||||||
|
8. Add cooked and drained penne pasta and stir to combine.
|
Binary file not shown.
After Width: | Height: | Size: 525 KiB |
@ -4,6 +4,7 @@ subtitle: Fantastic winter soup
|
|||||||
date: 2022-06-28T09:21:26-07:00
|
date: 2022-06-28T09:21:26-07:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: [Soup, Pasta, Itilian]
|
tags: [Soup, Pasta, Itilian]
|
||||||
|
listthumbnail: ./pasta-e-fagioli-soup/thumbnail.png
|
||||||
thumbnail: ./thumbnail.png
|
thumbnail: ./thumbnail.png
|
||||||
parenturl: https://www.savingdessert.com/pasta-e-fagioli-soup-recipe/
|
parenturl: https://www.savingdessert.com/pasta-e-fagioli-soup-recipe/
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user