zk_html/lj-dump/L-750.html

59 lines
3.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | [no subject]</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 | [no subject]</h1>
</header>
<article class="content">
<p>Ahem.. so.. here's what happened. I picked three bamboo steamer baskets and a lid (they stack, you see), along with some azuki, with the intention of making steamed buns last night. Well.. I made some, and they actually came out pretty good. Well.. the first half of the batch came out pretty good. The second half, I forgot that I had to add water to the pan during the steaming, and all the water that -was- there evaporated. Shannon noticed the smoke about a minute before they were supposed to be done and caught the whole thing before it actually caught on fire. The bottom-most steamer was charred quite badly, and the buns on that layer were lost. The rest of the buns.. well.. now they're smoked buns :oP I have yet to try one, but they should be sufficiently weird..</p>
<p>Anyway, I need to go pick up another basket from E-W Imports, and wash the two I have thoroughly to hopefully get rid of <em>some</em> of the smoke flavor.</p>
<p>By the way, the internet says I'm most like River Tam. I think it's because I said I'm most likely to say, "My food is problematic."</p>
<p>Edit: I kinda got roped willingly into working as line manager at 5:30AM on weekends again. The problem is that my manager changed his schedule, so instead of working that position on sundays, I now work it on saturdays. Looks like no Alley Cat for me after the furmeets.</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2006-01-14 13:00:08</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>