update from sparkleup
This commit is contained in:
parent
e329bcc905
commit
537abe4695
|
@ -23,7 +23,7 @@
|
|||
</ul>
|
||||
<h2 id="workshops">Workshops</h2>
|
||||
<ul>
|
||||
<li class="done0"> “It is/was” story starters</li>
|
||||
<li class="done0"> <a href="../writing/workshops/it-was.html">“It is/was” story starters</a></li>
|
||||
<li class="done0"> Writing voice for characters/types out of your wheelhouse<ul>
|
||||
<li>I have no clue about detectives, haven’t liked those kinds of stories</li>
|
||||
<li>Write one</li>
|
||||
|
@ -61,7 +61,7 @@
|
|||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-04-06</p>
|
||||
<p>Page generated on 2022-04-11</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -23,7 +23,11 @@
|
|||
</li>
|
||||
<li class="done4"> Novel: <a href="toledot/index.html">Toledot</a></li>
|
||||
<li class="done4"> Novel: <a href="neviim/index.html">Nevi’im</a></li>
|
||||
<li class="done1"> Mitzvot + Selected Letters<ul>
|
||||
<li class="done1"> Novel: <a href="mitzvot/index.html">Mitzvot (WT)</a></li>
|
||||
<li class="done0"> Novella: <a href="selected-letters/index.html">Selected Letters</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="post-self">Post-Self</h2>
|
||||
<ul>
|
||||
|
|
|
@ -309,31 +309,6 @@
|
|||
<li>Will A/V change the dynamic to rather than dying a natural death, you just upload? You watch your kids grow up and succeed and then they come join you? I think Jonas will pretty transparently not care, but TN cares desperately, esp after EW merges down</li>
|
||||
</ul>
|
||||
<h2 id="selected-letters-outline">Selected Letters outline</h2>
|
||||
<ul>
|
||||
<li class="done0"> Act I — Exposition, everyone complains to Ioan<ul>
|
||||
<li class="done0"> <a href="letters/sorina/001.html">Sorina to Ioan</a> — Sorina was actually doing pretty good, but Codrin has been both missing her and empathising too much, thinking she must have it harder without her partners than she really does</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="done0"> Act II — Development, Sorina and Codrin actually talk things out</li>
|
||||
<li>
|
||||
<p>[ ] Act III — Recapitulation, everyone talks to Ioan</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Codrin#Castor</p>
|
||||
<ul>
|
||||
<li>Life in Convergence</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Codrin#Pollux<ul>
|
||||
<li>Dear’s partner has left on a relationship sabbatical, just Dear, Codrin, and now Serene</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Sorina<ul>
|
||||
<li>Life on Artemis</li>
|
||||
<li>Working as student psych w/ Sarah, Artante, 1racer Anin Li </li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-04-11</p>
|
||||
|
|
|
@ -0,0 +1,53 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | index</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 | index</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<ul>
|
||||
<li class="done1"> Act I — Exposition, everyone complains to Ioan<ul>
|
||||
<li class="done1"> <a href="sorina/001.html">Sorina to Ioan</a> — Sorina was actually doing pretty good, but Codrin has been both missing her and empathising too much, thinking she must have it harder without her partners than she really does</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="done0"> Act II — Development, Sorina and Codrin actually talk things out</li>
|
||||
<li>
|
||||
<p>[ ] Act III — Recapitulation, everyone talks to Ioan</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Codrin#Castor</p>
|
||||
<ul>
|
||||
<li>Life in Convergence</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Codrin#Pollux<ul>
|
||||
<li>Dear’s partner has left on a relationship sabbatical, just Dear, Codrin, and now Serene</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Sorina<ul>
|
||||
<li>Life on Artemis</li>
|
||||
<li>Working as student psych w/ Sarah, Artante, 1racer Anin Li </li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-04-11</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>
|
Loading…
Reference in New Issue