update from sparkleup
This commit is contained in:
parent
5f8a1d4d53
commit
07f68daca2
|
@ -53,6 +53,7 @@
|
|||
<h2 id="poetry">Poetry</h2>
|
||||
<ul>
|
||||
<li><a href="poetry/haiku.html">Haiku</a></li>
|
||||
<li><a href="poetry/pale-she.html">Pale she</a></li>
|
||||
<li><a href="poetry/uvaip.html">Unimportant verse about important people</a></li>
|
||||
<li><a href="poetry/missives.html">Poems from missives</a></li>
|
||||
<li><a href="poetry/mental-health.html">Mental health</a></li>
|
||||
|
@ -82,7 +83,7 @@
|
|||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2020-11-13</p>
|
||||
<p>Page generated on 2020-11-17</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -0,0 +1,129 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Pale she</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 | Pale she</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p><span class="tag">writing</span> <span class="tag">poetry</span> <span class="tag">haiku</span></p>
|
||||
<div class="verse">Her eye turns inward,
|
||||
vision dims and movement stills
|
||||
as winter claims her.
|
||||
|
||||
Thoughts like leaves fall slow,
|
||||
hesitate, drift, rustle, sigh.
|
||||
Frost-rimed remnants rot.
|
||||
|
||||
Some paler she asks: <br />
|
||||
do you see the sky through me?
|
||||
Do I frame its mien?
|
||||
|
||||
That pale she lacks words.
|
||||
She does not speak, cannot speak
|
||||
without the wind’s hum.
|
||||
|
||||
Still she asks, all breath,
|
||||
am I invisible yet?
|
||||
Does snow tend steel skies?
|
||||
|
||||
And when her breath fails,
|
||||
dark branches write on the clouds:
|
||||
Summer is a dream.
|
||||
|
||||
Paler still, she cracks.
|
||||
Dreams, also, of ax and fire,
|
||||
false springs to thaw hands.
|
||||
|
||||
Silent now, demands:
|
||||
there must be an end, there must be.
|
||||
Spring, silence, or fire.
|
||||
|
||||
No one answers her.
|
||||
She stands stark against flat skies,
|
||||
ice claims bark, claims wood.
|
||||
|
||||
Darkness comes heavy.
|
||||
Sleep for now, sleep forever,
|
||||
midwinter cares not.
|
||||
|
||||
Neither, now, does she.
|
||||
How could pale wood think of whens?
|
||||
Of thaws and green things?
|
||||
|
||||
The sun tells her lies:
|
||||
Melting snow will feed your roots,
|
||||
Seasons imply change.
|
||||
|
||||
She does not listen.
|
||||
Pale she does not believe him:
|
||||
Brother sun’s too quick.
|
||||
|
||||
Brother sun tolls days,
|
||||
and pale she has no more need
|
||||
for hours with seasons.
|
||||
|
||||
Brother sun’s movements
|
||||
are breaths to her: days blink slow
|
||||
when spring is a dream.
|
||||
|
||||
Sister moon speaks now:
|
||||
follow me, set time by me —
|
||||
my months are guideposts.
|
||||
|
||||
Pale she sleeps, sleeps still.
|
||||
Waking her may have listened.
|
||||
Endless winter calms.
|
||||
|
||||
She invites cold in.
|
||||
Water, crystallized, freezes;
|
||||
cells lyse, die in droves.
|
||||
|
||||
If spring never comes,
|
||||
pale she supposes, that’s fine.
|
||||
Winter is for dreams.
|
||||
|
||||
She’ll dream, or she won’t.
|
||||
She’ll carry on or she won’t.
|
||||
Cold has claimed heartwood.
|
||||
|
||||
No one perceives her.
|
||||
She becomes terrain’s wild hair,
|
||||
a forgiven sin.
|
||||
|
||||
Would she wake for saws?
|
||||
For axes with keen-edged blades?
|
||||
Would she even care?
|
||||
|
||||
And still the sun sets.
|
||||
And still the moon waxes, wanes.
|
||||
And still seasons change.
|
||||
|
||||
Should pale she not wake,
|
||||
venerate her mute demise.
|
||||
Cut her down, cord her.
|
||||
|
||||
A new life in fire,
|
||||
for pale she gives heat in death.
|
||||
Let this be her spring.</div>
|
||||
<p>— 2020-11-17</p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2020-11-17</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