Merge pull request #25 from jtom38/features/spelling-and-theme-bump

corrected spelling and bumped the version to 0.2.2
This commit is contained in:
James Tombleson 2022-10-27 10:11:18 -07:00 committed by GitHub
commit 187e404332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 8 deletions

10
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"cSpell.words": [
"changefreq",
"Masala",
"parenturl",
"Spatchcock",
"spatchcocked",
"Tikka"
]
}

View File

@ -5,7 +5,7 @@ date: 2022-09-28T06:36:00-07:00
draft: false
tags: [Pasta, Chicken, Tomatoes]
cuisine: [Itilian, American]
cuisine: [Italian, American]
course: [Main]
prepTimeMinutes: 20
cookTimeMinutes: 20

View File

@ -4,7 +4,7 @@ subtitle:
date: 2022-06-27T11:30:26-07:00
draft: false
tags: [Bon Apptite Recipie]
tags: [bonappetit.com]
cuisine: [Indian]
course: [Main]
prepTimeMinutes: 30

View File

@ -4,7 +4,7 @@ subtitle:
date: 2022-10-07T09:30:00-07:00
draft: false
tags: ["Potatos", "Crispy"]
tags: ["Potatoes", "Crispy"]
cuisine: [American]
course: [Side]
prepTimeMinutes: 30

View File

@ -5,7 +5,7 @@ date: 2022-06-28T09:21:26-07:00
draft: false
tags: [Pasta]
cuisine: [Itialian]
cuisine: [Italian]
course: [Soup]
prepTimeMinutes: 30
cookTimeMinutes: 30

View File

@ -4,7 +4,7 @@ subtitle: These are always a hit
date: 2022-10-21T00:00:00-07:00
draft: false
tags: [Desert, Bars, Rasperry]
tags: [Desert, Bars, Raspberry]
cuisine: [American]
course: [Side Dish]
prepTimeMinutes: 20

View File

@ -44,5 +44,3 @@ Transfer the mashed potatoes to the prepared casserole dish. Place in the oven u
- You can assemble the cooked and seasoned mashed sweet potatoes in a casserole dish and refrigerate tightly covered for 2 days (without any topping).
- You can also prepare the streusel topping (without the marshmallows) and refrigerate that separately.
- Before serving, bring the streusel topping to room temperature. Heat the potatoes (without any topping) in the oven at 375°F until heated all the way through (30-ish minutes depending on the size of your casserole dish). Or speed it along by microwaving. Once the potatoes are warmed through, sprinkle on the marshmallows and streusel and return to the oven for 8-15 minutes, until the marshmallows are lightly toasted (broil briefly for a darker color).

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/jtom38/cookbook
go 1.19
require github.com/jtom38/hugo-cookbook v0.2.1 // indirect
require github.com/jtom38/hugo-cookbook v0.2.2 // indirect

2
go.sum
View File

@ -4,3 +4,5 @@ github.com/jtom38/hugo-cookbook v0.2.0 h1:JLYS83a8rfa63425wvxQK4mrKqSpmU+mcI4SNa
github.com/jtom38/hugo-cookbook v0.2.0/go.mod h1:6vjLiMbIqQBhRIa8M7bTvUAuv6WqXbswSnFAvB2fjSM=
github.com/jtom38/hugo-cookbook v0.2.1 h1:h5hs+iWpAF88YqpleBrnnSEXy7q8dBTz8b0a6VCAtlk=
github.com/jtom38/hugo-cookbook v0.2.1/go.mod h1:6vjLiMbIqQBhRIa8M7bTvUAuv6WqXbswSnFAvB2fjSM=
github.com/jtom38/hugo-cookbook v0.2.2 h1:goWqhq0e32gssQ3jTXzOOPol14Dvl/Zi1TI/4cu//Cc=
github.com/jtom38/hugo-cookbook v0.2.2/go.mod h1:6vjLiMbIqQBhRIa8M7bTvUAuv6WqXbswSnFAvB2fjSM=