added a new recipie, updated metadata, moved to yaml config

This commit is contained in:
James Tombleson 2022-09-28 23:08:00 -07:00
parent 9055e0f684
commit ea6637808f
6 changed files with 50 additions and 8 deletions

View File

@ -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
View 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'

View File

@ -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

View File

@ -4,6 +4,7 @@ subtitle: Fantastic winter soup
date: 2022-06-28T09:21:26-07:00
draft: false
tags: [Soup, Pasta, Itilian]
listthumbnail: ./pasta-e-fagioli-soup/thumbnail.png
thumbnail: ./thumbnail.png
parenturl: https://www.savingdessert.com/pasta-e-fagioli-soup-recipe/
---

6
makefile Normal file
View File

@ -0,0 +1,6 @@
.PHONY: help
help: ## Shows this help command
@egrep -h '\s##\s' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
dev: ## builds the application with the current go runtime
hugo server -b localhost