update from sparkleup
This commit is contained in:
parent
add237639f
commit
0e8a254056
|
@ -0,0 +1,30 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | foraging</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 | foraging</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>(fishing after incense)</p>
|
||||
<p>(foraging after fishing)</p>
|
||||
</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>
|
|
@ -14,7 +14,7 @@
|
|||
<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>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 - fisher, 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>
|
||||
|
@ -40,9 +40,9 @@
|
|||
<ul>
|
||||
<li>On Lyut’s life<ul>
|
||||
<li><a href="making-incense.html">On making incense</a></li>
|
||||
<li>On foraging and fishing</li>
|
||||
<li>On going to bed hungry and subsisting on the smoke of prayer</li>
|
||||
<li>On cycles, days, sun, heat</li>
|
||||
<li><a href="foraging.html">On foraging and fishing</a></li>
|
||||
<li><a href="hunger.html">On going to bed hungry and subsisting on the smoke of prayer</a></li>
|
||||
<li><a href="cycles-heat.html">On cycles, days, weeks/Zita, sun, heat, seasons</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Confounding with sight</li>
|
||||
|
|
Loading…
Reference in New Issue