diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cc58549 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "cSpell.words": [ + "changefreq", + "Masala", + "parenturl", + "Spatchcock", + "spatchcocked", + "Tikka" + ] +} \ No newline at end of file diff --git a/content/recipes/chicken-mozzarella-pasta-with-sun-dried-tomatoes/index.md b/content/recipes/chicken-mozzarella-pasta-with-sun-dried-tomatoes/index.md index 50986d2..10ed258 100644 --- a/content/recipes/chicken-mozzarella-pasta-with-sun-dried-tomatoes/index.md +++ b/content/recipes/chicken-mozzarella-pasta-with-sun-dried-tomatoes/index.md @@ -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 diff --git a/content/recipes/chicken-tikka-masala/index.md b/content/recipes/chicken-tikka-masala/index.md index bcc3f9a..448c31d 100644 --- a/content/recipes/chicken-tikka-masala/index.md +++ b/content/recipes/chicken-tikka-masala/index.md @@ -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 diff --git a/content/recipes/crispy-smashed-potatoes/index.md b/content/recipes/crispy-smashed-potatoes/index.md index b08cd58..062f939 100644 --- a/content/recipes/crispy-smashed-potatoes/index.md +++ b/content/recipes/crispy-smashed-potatoes/index.md @@ -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 diff --git a/content/recipes/pasta-e-fagioli-soup/index.md b/content/recipes/pasta-e-fagioli-soup/index.md index 96660af..faea9ed 100644 --- a/content/recipes/pasta-e-fagioli-soup/index.md +++ b/content/recipes/pasta-e-fagioli-soup/index.md @@ -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 diff --git a/content/recipes/raspberry-streusel-crumb-bars-recipe/index.md b/content/recipes/raspberry-streusel-crumb-bars-recipe/index.md index 6c19516..55b2d39 100644 --- a/content/recipes/raspberry-streusel-crumb-bars-recipe/index.md +++ b/content/recipes/raspberry-streusel-crumb-bars-recipe/index.md @@ -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 diff --git a/content/recipes/sweet-potato-casserole-with-marshmallows-streusel/index.md b/content/recipes/sweet-potato-casserole-with-marshmallows-streusel/index.md index d4e1b4a..79b703f 100644 --- a/content/recipes/sweet-potato-casserole-with-marshmallows-streusel/index.md +++ b/content/recipes/sweet-potato-casserole-with-marshmallows-streusel/index.md @@ -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). - - diff --git a/go.mod b/go.mod index 02c57ba..6642b59 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 41e84a3..b14136b 100644 --- a/go.sum +++ b/go.sum @@ -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=