update from sparkleup
This commit is contained in:
parent
ec08358f0f
commit
cc933c4d02
|
@ -46,9 +46,12 @@
|
|||
<li class="done4"> Story: <a href="apres-un-reve.html">Apres un reve</a> - 1791</li>
|
||||
<li class="done4"> Story: <a href="assignment.html">Assignment</a> - 1620</li>
|
||||
<li class="done4"> Story: <a href="meeting-of-one.html">Meeting of one</a> - 2827</li>
|
||||
<li class="done4"> Story: <a href="ioan-and-may-fuck.html">Shared Moment</a> - 1571</li>
|
||||
<li class="done4"> Flash fiction: <a href="reading.html">Reading</a></li>
|
||||
<li class="done4"> Vignette: <a href="hues.html">Hues</a></li>
|
||||
<li class="done4"> Vignette: <a href="stars.html">Stars</a></li>
|
||||
<li class="done4"> Drabble: <a href="time-story.html">Time Is a Story I Tell Myself</a></li>
|
||||
<li class="done4"> Monologue: <a href="100-7ths.html">One hundred sevenths</a></li>
|
||||
</ul>
|
||||
<h2 id="other-bits">Other bits</h2>
|
||||
<ul>
|
||||
|
@ -63,9 +66,8 @@
|
|||
<li class="done0"> Podcast episode: <a href="post-anthropocene.html">The Post-anthropocene</a></li>
|
||||
<li class="done1"> Idea: <a href="forest-of-ghosts.html">Forest of Ghosts</a></li>
|
||||
<li class="done4"> RP letter: <a href="rp/from-zacharias.html">From Zacharias to True Name</a></li>
|
||||
<li class="done4"> Monologue: <a href="100-7ths.html">One hundred sevenths</a></li>
|
||||
<li class="done4"> Rift story: <a href="scientist-subject.html">Scientist, Subject</a></li>
|
||||
<li class="done0"> Drabble: <a href="time-story.html">Time Is a Story I Tell Myself</a></li>
|
||||
<li class="done0"> Idea: <a href="what-right-have-I/index.html">something with WRHI</a></li>
|
||||
</ul>
|
||||
<h2 id="epigraphs">Epigraphs</h2>
|
||||
<div class="codehilite"><pre><span></span><code><span class="w"> </span><span class="o">\</span><span class="n">begin</span><span class="p">{</span><span class="n">flushright</span><span class="p">}</span>
|
||||
|
@ -145,7 +147,6 @@
|
|||
</ul>
|
||||
<h2 id="self-indulgent-fanfic-bullshit">Self-indulgent fanfic bullshit</h2>
|
||||
<ul>
|
||||
<li class="done3"> Story: <a href="ioan-and-may-fuck.html">Shared Moment</a> - 1571</li>
|
||||
<li class="done1"> Story: <a href="scruffing.html">Scruffing WT</a></li>
|
||||
<li class="done0"> Story: <a href="touch-hunger.html">Touch-hunger WT</a></li>
|
||||
</ul>
|
||||
|
@ -190,7 +191,7 @@
|
|||
</dl>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2024-10-26</p>
|
||||
<p>Page generated on 2024-10-28</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -0,0 +1,37 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | What Right Have I? (WT)</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
|
||||
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<header>
|
||||
<h1>Zk | What Right Have I? (WT)</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h2 id="epigraph">Epigraph</h2>
|
||||
<blockquote>
|
||||
<p>Every reading of every poem, regardless of language, is an act of translation: translation into the reader’s intellectual and emotional life. As no individual reader remains the same, each reading becomes a different — not merely another — reading. The same poem cannot be read twice. (The poem continues in a state of restless change.)</p>
|
||||
<p>— Eliot Weinberger</p>
|
||||
</blockquote>
|
||||
<p>What Right Have I deals with <em>HaShichzur</em> following “Prophecies”.</p>
|
||||
<h2 id="starting-out-with">Starting out with…</h2>
|
||||
<p><a href="first-pass.html">first pass</a></p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2024-10-28</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