This commit is contained in:
Joshua Seigler 2025-06-12 22:27:04 -04:00
commit 86faf63084
113 changed files with 9557 additions and 0 deletions

View file

@ -0,0 +1,184 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=b0813e810319" />
<link
rel="webmention"
href="https://webmention.io/joshua.seigler.net/webmention"
/>
<title>Creamy Chicken Orzo - joshua.seigler.net</title>
<meta
name="description"
content="Rich and comforting chicken and pasta dish"
/>
<meta property="og:title" content="Creamy Chicken Orzo" />
<meta property="og:type" content="" />
<meta
property="og:url"
content="https://joshua.seigler.net/recipes/creamy-chicken-orzo/"
/>
<meta name="twitter:title" content="Creamy Chicken Orzo" />
<meta
name="twitter:description"
content="Rich and comforting chicken and pasta dish"
/>
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=cd61c39d895d"></script>
</head>
<body data-font="english" data-path="/recipes/creamy-chicken-orzo/">
<header>
<nav>
<div class="nav-row">
<div class="nav-home"><a href="/">joshua.seigler.net</a></div>
<div class="nav-settings">
<div class="nav-toggles">
<label class="nav-toggle-button" title="Light mode"
>☀️<input type="radio" name="theme" value="light"
/></label>
<label class="nav-toggle-button" title="Automatic"
>🔄<input type="radio" name="theme" value="auto"
/></label>
<label class="nav-toggle-button" title="Dark mode"
>🌒<input type="radio" name="theme" value="dark"
/></label>
</div>
<div class="nav-toggles">
<label class="nav-toggle-button" data-language="english"
>English<input type="radio" name="language" value="english"
/></label>
<label class="nav-toggle-button" data-language="aurebesh"
>Aurebesh<input type="radio" name="language" value="aurebesh"
/></label>
</div>
</div>
</div>
<div class="nav-categories">
<a class="" href="/posts/">/posts</a>
<a class="" href="/about/">/about</a>
<a class="" href="/now/">/now</a>
<a class="" href="/uses/">/uses</a>
<a class="nav-active" href="/recipes/">/recipes</a>
<a class="" href="/music/">/music</a>
<a class="" href="/books/">/books</a>
<a class="" href="/search/">/search</a>
</div>
</nav>
<h1>Creamy Chicken Orzo</h1>
<div class="header-meta"></div>
</header>
<main data-pagefind-body>
<h2 id="ingredients" tabindex="-1">
<a class="header-anchor" href="#ingredients" aria-hidden="true"></a>
Ingredients
</h2>
<ul>
<li>2 Boneless Skinless Chicken Breasts, cooked and diced</li>
<li>8 ounces Orzo Pasta</li>
<li>2 Celery Stalks, finely diced</li>
<li>2 Carrots, finely diced</li>
<li>1/2 Yellow Onion, finely diced</li>
<li>5 tablespoons Butter</li>
<li>2 tablespoons Olive Oil</li>
<li>2 cups Chicken Broth</li>
<li>½ cup Heavy Whipping Cream</li>
<li>1 teaspoon Chicken Boullion Powder</li>
<li>1/3 cup All Purpose Flour</li>
</ul>
<h2 id="instructions" tabindex="-1">
<a class="header-anchor" href="#instructions" aria-hidden="true"></a>
Instructions
</h2>
<ol>
<li>Cook the orzo per the package instructions.</li>
<li>
While that cooks, make a mirepoix:
<ol>
<li>
In a large skillet over medium high heat add the butter and olive
oil.
</li>
<li>
Once the butter is melted add in the diced onion, carrots and
celery.
</li>
<li>
Allow the veggies to sauté for 4-5 minutes until they start to
soften up.
</li>
</ol>
</li>
<li>
Reduce the heat to low and sprinkle the all-purpose flour over the
veggies and whisk together until it forms a paste/roux. While stirring
constantly, allow the roux to cook for 2-3 minutes.
</li>
<li>
Pour into the roux the chicken broth and heavy whipping cream. Whisk
together until no clumps are present and the mixture starts to
thicken.
</li>
<li>
Add in the diced chicken and allow the mixture to simmer until it
reaches desired thickness. Pour in drained orzo and stir to combine.
Serve &amp; enjoy!
</li>
</ol>
<h2 id="notes" tabindex="-1">
<a class="header-anchor" href="#notes" aria-hidden="true"></a> Notes
</h2>
<p>
You can use rotisserie chicken or cook your own chicken for this recipe.
If you use a rotisserie chicken then no additional seasonings are
needed, but if you are planning to cook your own chicken then you will
need to season it to your liking. I typically use a blend of onion
powder, garlic powder, paprika, salt and black pepper.
</p>
<p>
Original recipe from
<a
href="https://cookingwithkatiecross.com/creamy-chicken-pot-pie-orzo/"
target="_blank"
rel="noopener"
>Cooking with Katie Cross</a
>
</p>
</main>
<footer>
<section>
&copy; Joshua Seigler 2025. -
<a href="https://github.com/seigler" rel="me noopener" target="_blank"
>GitHub</a
>
-
<a href="/feed.xml">RSS</a>
-
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a>
</section>
<section>
Webrings:
<strong>Unoffice Hours</strong>
<a href="https://unofficehours.com/prev.html" rel="noopener">Prev</a>
<a href="https://unofficehours.com/next.html" rel="noopener">Next</a>
<a href="https://unofficehours.com/random.html" rel="noopener"
>Random</a
>
<a href="https://unofficehours.com" rel="noopener">List</a>
</section>
</footer>
<div id="effects"></div>
</body>
</html>