2020-04-11 07:15:07 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-04-16 06:28:15 +00:00
|
|
|
<title>Zk | Writing</title>
|
2020-04-11 07:15:07 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
|
|
|
<header>
|
2020-04-11 23:45:06 +00:00
|
|
|
<h1>Zk | Writing</h1>
|
2020-04-11 07:15:07 +00:00
|
|
|
</header>
|
|
|
|
<article class="content">
|
2020-04-11 10:39:44 +00:00
|
|
|
<p><span class="tag">writing</span></p>
|
2020-04-15 19:31:54 +00:00
|
|
|
<ul>
|
|
|
|
<li class="done0"> Todo</li>
|
|
|
|
<li class="done1"> Outlined</li>
|
|
|
|
<li class="done2"> Written</li>
|
|
|
|
<li class="done3"> First pass</li>
|
|
|
|
<li class="done4"> Second pass</li>
|
|
|
|
</ul>
|
2020-04-16 05:09:30 +00:00
|
|
|
<h2 id="collections-universes-and-larger-works">Collections, universes, and larger works</h2>
|
2020-04-11 07:15:07 +00:00
|
|
|
<ul>
|
2020-04-23 07:05:07 +00:00
|
|
|
<li class="done3"> <a href="sawtooth/index.html">Sawtooth Universe</a></li>
|
|
|
|
<li class="done3"> <a href="post-self/index.html">Post-Self</a></li>
|
|
|
|
<li class="done2"> <a href="on-furry/index.html">On Furry</a></li>
|
|
|
|
<li class="done4"> <a href="rum-and-coke/index.html">Rum and Coke</a></li>
|
|
|
|
<li class="rejected"> <a href="consequences-of-dissonance/index.html">Consequences of Dissonance</a></li>
|
|
|
|
<li class="done2"> <a href="jaroudi/index.html">Jaroudi</a></li>
|
|
|
|
<li class="done3"> <a href="https://ally.id">ally</a></li>
|
|
|
|
<li class="done1"> <a href="no-thoughts-our-own/index.html">No Thoughts Our Own</a></li>
|
|
|
|
<li class="rejected"> <a href="inner-demons/index.html">Inner Demons</a></li>
|
2020-04-11 10:50:06 +00:00
|
|
|
<li>Poetry:<ul>
|
2020-04-23 07:05:07 +00:00
|
|
|
<li class="done4"> <a href="eigengrau.html">Eigengrau</a></li>
|
|
|
|
<li class="done3"> <a href="poetry/index.html">Ongoing</a></li>
|
2020-04-11 10:50:06 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
2020-04-16 05:09:30 +00:00
|
|
|
<h2 id="individual-stories">Individual stories</h2>
|
2020-04-11 10:50:06 +00:00
|
|
|
<ul>
|
2020-04-23 07:05:07 +00:00
|
|
|
<li class="done2"> <a href="acethetic.html"><em>untitled ace werewolf thing</em></a></li>
|
|
|
|
<li class="done4"> <a href="belek.html">The Presence Between the Pages</a></li>
|
|
|
|
<li class="done4"> <a href="missives.html">Missives</a></li>
|
|
|
|
<li class="done4"> <a href="light.html">Light</a></li>
|
|
|
|
<li class="done4"> <a href="tu-pater-et-mater.html">Tu Pater Et Mater</a></li>
|
|
|
|
<li class="done4"> <a href="all-of-time-at-once.html">All of Time at Once</a></li>
|
|
|
|
<li class="done4"> <a href="where-the-dust-comes-from.html">Where the Dust Comes From</a></li>
|
|
|
|
<li class="done4"> <a href="at-his-whim.html">At His Whim</a></li>
|
2020-04-11 07:15:07 +00:00
|
|
|
</ul>
|
2020-04-16 03:05:04 +00:00
|
|
|
<span class="control">Expand all</span>
|
2020-04-11 07:15:07 +00:00
|
|
|
</article>
|
|
|
|
<footer>
|
2020-04-23 07:05:07 +00:00
|
|
|
<p>Page generated on 2020-04-23</p>
|
2020-04-11 07:15:07 +00:00
|
|
|
</footer>
|
|
|
|
</main>
|
2020-04-16 02:58:36 +00:00
|
|
|
<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}`;
|
|
|
|
}
|
|
|
|
});
|
2020-04-16 06:40:07 +00:00
|
|
|
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
|
|
|
el.classList.remove('has-nested', 'closed');
|
|
|
|
});
|
2020-04-16 02:58:36 +00:00
|
|
|
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>
|
2020-04-11 07:15:07 +00:00
|
|
|
</body>
|
|
|
|
</html>
|