57 lines
2.3 KiB
HTML
57 lines
2.3 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | Middle Notes (working title)</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 | Middle Notes (working title)</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<p><span class="tag">writing</span> <span class="tag">fiction</span></p>
|
||
|
<p>Idea: The terror of a sudden addition of a new, unknowable sense.</p>
|
||
|
<p>Story of a blind-from-birth character in a solipsist world, only one, makes incense and lives a life of prayer, foraging and fishing. Some animal - marten, maybe? “He sat in the sun and was greatly warmed, and by this he had always surmised that his fur was of a particular quality that the sun was drawn to, for there were parts of his surroundings that rejected and repelled the sun.” Spend at least a few thousand words on day to day life and small challenges.</p>
|
||
|
<p>Conflict: a fae character (presence?) gives him sight - the narrator? “I gave him sight”? That makes the opening a series of observances.</p>
|
||
|
<p>Target length: 30-40k words</p>
|
||
|
<h2 id="characters">Characters</h2>
|
||
|
<ul>
|
||
|
<li>Lyut(garde)<ul>
|
||
|
<li>A critter analogous to a pine marten</li>
|
||
|
<li>Endlessly faithful</li>
|
||
|
<li>Prays to/meditates/becomes one with Ýng god/spirit of physicality/touch/smell</li>
|
||
|
<li>Apparently only sapient being on the planet, but all we see are their surroundings</li>
|
||
|
<li>Makes incense, lives off forage and fishing</li>
|
||
|
<li>Profoundly blind from birth</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Týw<ul>
|
||
|
<li>god/spirit of light and trickster</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<h2 id="outline">Outline</h2>
|
||
|
<ul>
|
||
|
<li>On Lyut’s daily routine</li>
|
||
|
<li>On going to bed hungry and subsisting on the smoke of prayer</li>
|
||
|
<li>On cycles, days, sun, heat</li>
|
||
|
<li>Confounding with sight</li>
|
||
|
</ul>
|
||
|
</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>
|