update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-11-20 18:40:09 -08:00
parent 60de6c0165
commit ef52c598d2
2 changed files with 35 additions and 1 deletions

View File

@ -35,9 +35,13 @@
</ul>
<h2 id="outline">Outline</h2>
<ul>
<li>On Lyut&rsquo;s daily routine</li>
<li>On Lyut&rsquo;s life<ul>
<li><a href="making-incense.html">On making incense</a></li>
<li>On foraging and fishing</li>
<li>On going to bed hungry and subsisting on the smoke of prayer</li>
<li>On cycles, days, sun, heat</li>
</ul>
</li>
<li>Confounding with sight</li>
</ul>
</article>

View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>Zk | making-incense</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 | making-incense</h1>
</header>
<article class="content">
<p>On the morning of every day, when days are warm and there is no rain, on days when Lyut knows when it is day and when it is night, he will gather his ingredients onto a small board and sit at the entrance to his cave and make his incense for the day.</p>
<p>Lyut works with measured care, for he does not want to injure the pads of his paws nor nick his already-scuffed claws nor shave off any of his fur, nor, </p>
</article>
<footer>
<p>Page generated on 2020-11-20</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>