Merge pull request #12 from jtom38/recipies/reto-update

getting recipies updated to the newer template and updated index
This commit is contained in:
James Tombleson 2022-10-08 10:13:38 -07:00 committed by GitHub
commit 3edf5d4298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 121 additions and 10 deletions

View File

@ -1,5 +1,21 @@
# Cookbook
I have always wanted to have a digital cookbook that i can use on a tablet. I have tried several different ways to make this happen. [Hugo](https://gohugo.io/) is how this now comes together. Its all then hosted on Github.io.
Welcome to the personal cookbook of [James Tombleson](https://github.com/jtom38/cookbook)! This site contains recipies that my family likes to cook and stored in a easy location that we can use on a tablet. The reason this site exists is so we can archive the recipies that we find online. We have had sites go offline and had to use the [Wayback Machine](https://web.archive.org/) to try to recover them. This does not always work so thats why I wanted to make this site. I dont want to lose anymore recipies that my family loves.
With this being a website, we can also share the recipies with family, friends, and now you!
You will be able to find everything that we have stored here! This is a work in progress so things will be added over time.
If you use github and find this helpful, leave a star to let me know you like it!
## Theme
The theme is custom and will be seperated from the site at a later time. For now, its sill very much in the works and not something that is ready for primetime.
## Built With
- [hugo](https://gohugo.io)
- [bulma css](https://bulma.io)
- [hugo theme](https://github.com/jtom38/cookbook/tree/master/themes/hugo-bulma-cookbook)
If you want to see some of the other things I am working on, check out my [github page](https://github.com/jtom38)!

View File

@ -0,0 +1,32 @@
---
title: "Crispy Smashed Potatoes"
subtitle:
date: 2022-10-07T09:30:00-07:00
draft: false
tags: ["Potatos", "Crispy"]
categories: ["Sides"]
listthumbnail: "./crispy-smashed-potatoes/thumbnail.png"
thumbnail: "./thumbnail.png"
parenturl: "https://www.howsweeteats.com/2019/05/crispy-smashed-potatoes/"
---
## Ingredients
- 2 pounds baby Yukon gold potatoes
- 3 tablespoons olive oil
- 1/2 teaspoon salt
- 1/2 teaspoon freshly cracked black pepper
- 1/2 teaspoon garlic powder
## Instructions
1. Place the potatoes in a large pot and fill it with cold water. Bring the water to a boil. Simmer the potatoes until they are just barely fork tender. Strain the potatoes and let them cool slightly.
1. Preheat the oven to 450 degrees F.
1. Brush a baking sheet with 1 1/2 tablespoons of olive oil. Place the potatoes on the sheet. Use your hand or the bottom of a glass to smash them once, trying to keep them in one piece. Drizzle the remaining olive oil over the potatoes. Sprinkle the potatoes with the salt, pepper and garlic powder.
1. Place the sheet in the oven and roast the potatoes for 25 to 30 minutes, until golden and crispy. Remove and serve immediately. If desired, you can serve them with sriracha yogurt dip.

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

View File

@ -0,0 +1,51 @@
---
title: "Gringo Air Friend Peruvian Chicken"
date: 2022-10-04T14:12:49-07:00
draft: true
tags: ["Side", "Beans", "Pressure Cooker"]
thumbnail:
parenturl:
author: Daniel Lawrence
---
## Ingredients
### Marinade
- 5 cloves of garlic
- 1/3 cup soy sauce
- 2 tbsp line juice
- 1 tbsp olive oil
- 2 tsp cumin
- 1 tsp paprika
- 1/2 tsp oregano
- black pepper
### Green Sauce
- 1/2 halapeno or more
- 1 cup cilantro
- 2 green onions (green parts only)
- 2 cloves of garlic
- 1/2 cup mayo
- 1/4 cup greek yogurt
- 1 tbsp line juice
- 2 tbsp olive oil
- 1/2 tsp salt
- 1/2 tsp pepper
### Chicken
- 2 lbs bone-in & skin on thighs
## Instructions
1. Marinate chicken for 1 hour, or longer if you have time
2. combline green sauce ingredients in a mixer or blender and mix until smooth set aside
3. set air fryper to 370F and cook chicken for 20-25 minuts
1. Make sure its cooked all the way
4. Drizzle chicken with green sauce
## Notes
I will double the marinade and chicken to make sure there are leftovers

View File

@ -2,8 +2,10 @@
title: "Instant Pot Pinto Beans"
date: 2022-06-27T14:12:49-07:00
draft: false
tags: ["Side", "Beans", "Pressure Cooker"]
thumbnail:
thumbnail: ./thumbnail.png
parenturl: https://www.apinchofhealthy.com/instant-pot-pinto-beans/
---

View File

@ -2,8 +2,13 @@
title: "Japanese Chicken Curry"
date: 2022-06-27T12:59:10-07:00
draft: false
tags: [Curry, Japanese, Chicken]
thumbnail:
categories: ["Main Dish"]
listthumbnail: "./japanese-curry/thumbnail.png"
thumbnail: ./thumbnail.png
parenturl: https://www.justonecookbook.com/simple-chicken-curry/#wprm-recipe-container-59001
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 KiB

View File

View File

@ -1,9 +1,12 @@
{{ partial "header.html" . }}
{{ partial "hero.html" . }}
<h1>hi from _default/index.html</h1>
<div class="content">
{{ .Content }}
<div class="container">
<br>
<div class="content">
{{ .Content }}
</div>
</div>

View File

@ -13,9 +13,11 @@
<div class="media-left">
<figure class="image is-128x128">
<a href="{{ .Permalink }}" >
{{ with .Params.listthumbnail }}
<img src="{{ . }}" alt="Placeholder image">
<img src="{{ . }}" alt="Placeholder image" >
{{ end }}
</a>
</figure>
</div>

View File

@ -1,3 +1,3 @@
footer part
</body>
</html>