update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-09-22 13:55:14 -07:00
parent 7835ca52fd
commit ea6e7448a3
2 changed files with 35 additions and 5 deletions

View File

@ -14,14 +14,15 @@
<article class="content">
<p><span class="tag">writing</span> <span class="tag">fiction</span> <span class="tag">scifi</span> <span class="tag">book</span></p>
<p>In which Maddy mushes together some stories into a post-human romp of ~~a book~~ two books and an RPG setting.</p>
<h2 id="qoheleth-and-ge">Qoheleth and GE</h2>
<h2 id="books">Books</h2>
<ul>
<li class="done4"> Qoheleth + Gallery Exhibition<ul>
<li class="done4"> Novel: <a href="qoheleth/index.html">Qoheleth</a></li>
<li class="done4"> Novella: <a href="gallery-exhibition.html">Gallery Exhibition</a></li>
</ul>
<h2 id="toledot">Toledot</h2>
<ul>
<li class="done1"> Novel: <a href="toledot/index.html">Toledot</a></li>
</li>
<li class="done2"> Novel: <a href="toledot/index.html">Toledot</a></li>
<li class="done0"> Idea: <a href="neviim/index.html">Nevi&rsquo;im</a></li>
</ul>
<h2 id="post-self">Post-Self</h2>
<ul>
@ -42,7 +43,7 @@
</blockquote>
</article>
<footer>
<p>Page generated on 2021-08-26</p>
<p>Page generated on 2021-09-22</p>
</footer>
</main>
<script type="text/javascript">

View File

@ -0,0 +1,29 @@
<!doctype html>
<html>
<head>
<title>Zk | Nevi'im</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 | Nevi'im</h1>
</header>
<article class="content">
<p>In which the Dreamer Module comes to roost and now they&rsquo;ve got aliens.</p>
</article>
<footer>
<p>Page generated on 2021-09-22</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>