From 094e28eb27f650f5a28cab976c8ffe21c9a03552 Mon Sep 17 00:00:00 2001 From: Joshua Seigler <2583159+seigler@users.noreply.github.com> Date: Mon, 5 May 2025 00:03:44 -0400 Subject: [PATCH] add some recipes --- mise.local.toml | 3 +-- package.json | 4 ++-- site/pages/recipes.md | 2 +- site/recipes/luther-salad.md | 36 ++++++++++++++++++++++++++++++ site/recipes/spanish-style-rice.md | 29 ++++++++++++++++++++++++ 5 files changed, 69 insertions(+), 5 deletions(-) create mode 100644 site/recipes/luther-salad.md create mode 100644 site/recipes/spanish-style-rice.md diff --git a/mise.local.toml b/mise.local.toml index 763c897..b800600 100644 --- a/mise.local.toml +++ b/mise.local.toml @@ -1,3 +1,2 @@ [tools] -pnpm = "latest" -node = "20" +npm = "latest" diff --git a/package.json b/package.json index e48c9a5..fc9be1b 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "dev": "pnpx @11ty/eleventy --serve", - "upload": "pnpx @11ty/eleventy && rsync -aP --delete dist/ joshua@seigler.net:/srv/www/joshua.seigler.net/public_html/" + "dev": "npx @11ty/eleventy --serve", + "upload": "npx @11ty/eleventy && rsync -aP --delete dist/ joshua@seigler.net:/srv/www/joshua.seigler.net/public_html/" }, "keywords": [], "author": "Joshua Seigler", diff --git a/site/pages/recipes.md b/site/pages/recipes.md index 916ef21..fe4f12e 100644 --- a/site/pages/recipes.md +++ b/site/pages/recipes.md @@ -1 +1 @@ -These are my best recipes, the ones people ask for at potlucks: \ No newline at end of file +My most-made or most-requested recipes: diff --git a/site/recipes/luther-salad.md b/site/recipes/luther-salad.md new file mode 100644 index 0000000..078ac2b --- /dev/null +++ b/site/recipes/luther-salad.md @@ -0,0 +1,36 @@ +--- +title: Luther Salad +description: Simple italian pasta salad +--- + +## Ingredients + +- 1 lb tri-color rotini +- italian dressing +- extras + - cubed low-moisture mozzarella + - frozen peas + - shredded chicken + +## Instructions + +1. Cook rotini in well salted water according to box directions. While rotini cooks, prepare your extras. +2. Drain pasta and rinse twice in cold water to remove starch and stop carryover cooking. +3. In a large bowl combine rotini and extras. Add italian dressing, at least 8 oz. Mix and serve or refrigerate. + +## Notes + +At first we called this "worm salad" but this proved off-putting, and we needed a new name. We had recently learned about the [1521 Diet of Worms](https://en.wikipedia.org/wiki/Diet_of_Worms) where Martin Luther was summoned to defend or recant his beliefs, so we called it "Luther salad" instead. + +The base salad already covers elements of [salt, fat, acid, and heat](https://www.saltfatacidheat.com/), so your extras are mostly for texture, leaving lots of room for variations: + +### Vegan / healthy: +- halved cherry tomatoes +- slivered sweet peppers +- paysanne cucumber + +### Italian: +- halved cherry tomatoes +- sliced black olives, drained +- cubed cheese +- chopped pepperoni diff --git a/site/recipes/spanish-style-rice.md b/site/recipes/spanish-style-rice.md new file mode 100644 index 0000000..ba53ee3 --- /dev/null +++ b/site/recipes/spanish-style-rice.md @@ -0,0 +1,29 @@ +--- +title: Spanish Style Rice +description: One-pan restaurant style spanish rice +--- + +## Ingredients + +- 3 Tbsp neutral oil +- 2 cups long grain white rice +- 4 cups water +- 8 oz tomato sauce +- 2 Tbsp chicken or vegetable bullion powder +- 1.5 cups water + +## Instructions + +1. Add oil to a large frying pan over medium-high heat. +2. Add uncooked rice, stirring continually until rice is toasted. +3. Stir in 4 cups water, tomato sauce, and bullion. +4. Return to boil and leave uncovered **10 minutes**. +5. Stir in 1.5 cups water and return to a boil. +6. Reduce heat to low and cover. Simmer **10 minutes**. +7. Turn off heat and leave in place, covered for **20 minutes**. + +Enjoy! + +## Notes + +[Recipe from @dollartreedinners on TikTok](https://www.tiktok.com/t/ZT2Qy1AtF/)