41 lines
1.6 KiB
HTML
41 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | From Floid.</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | From Floid.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Fox nuts are infinitely better cooked in soup. Takes out the dirt/bitter and they puff up not entirely unlike barley or bulgur or rice or whatever. Recipe follows.</p>
|
|
<p>~1/3 cup fox nuts,
|
|
~5 cups water,
|
|
one skinless chicken breast snipped up with kitchen scissors,
|
|
powdered ginger,
|
|
two astragalus shaved-twig things,
|
|
green onion/scallion,
|
|
two pods cardamom,
|
|
“dried black fungus” (shredded),
|
|
1 cup orange juice, </p>
|
|
<p>alternatingly boil and simmer all that crap together for a few hours until the chicken falls apart like in Campbell’s soup. == Yum. Makes like 2-4 servings after the broth’s boiled down</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2006-11-21 04:39:50</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|