zk_html/writing/poetry/haiku.html

94 lines
2.4 KiB
HTML
Raw Normal View History

2020-04-24 07:10:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | Haiku</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 | Haiku</h1>
</header>
<article class="content">
2020-04-24 08:30:08 +00:00
<p><span class="tag">writing</span> <span class="tag">poetry</span></p>
<p><q class="comment">In <em>Eigengrau</em></q></p>
2020-06-24 07:15:07 +00:00
<div class="verse">Arctic fox&rsquo;s den
2020-04-24 07:10:07 +00:00
adorned with flowers and snow
2020-04-24 07:25:07 +00:00
garden in winter</div>
<hr />
2020-04-24 07:30:40 +00:00
<p><q class="comment">In <em>Eigengrau</em></q></p>
2020-04-24 07:25:07 +00:00
<div class="verse">A measure of grain
2020-04-24 07:10:07 +00:00
and a measure of water &mdash;
2020-06-24 07:15:07 +00:00
spring&rsquo;s own time and heat
2020-04-24 07:10:07 +00:00
Air carries the scent
of myriads of lives spent
2020-06-24 07:15:07 +00:00
on summer&rsquo;s warm breath
2020-04-24 07:10:07 +00:00
Crumb and density,
warmth buried beneath crisp crust &mdash;
2020-06-24 07:15:07 +00:00
autumn&rsquo;s crackling leaves.
2020-04-24 07:10:07 +00:00
Loves and loaves and loaves
baked for comfort in the cold &mdash;
winter calls for stores.</div>
<hr />
2020-04-24 07:30:40 +00:00
<p><q class="comment">In <em>Eigengrau</em></q></p>
2020-04-24 07:10:07 +00:00
<div class="verse">Leaves fall, grass withers,
and I step back to witness
2020-06-24 07:15:07 +00:00
winter&rsquo;s frozen form.
2020-04-24 07:10:07 +00:00
2020-06-24 07:15:07 +00:00
Half an hour&rsquo;s silence,
2020-04-24 07:10:07 +00:00
body relaxing slowly,
letting springtime in.
A season to stretch,
then one to learn everything &mdash;
2020-06-24 07:15:07 +00:00
summer&rsquo;s exploring.
2020-04-24 07:10:07 +00:00
What will autumn bring?
Maturity? Strength? Wisdom?
Dry heat and cool nights?</div>
<hr />
2020-04-24 07:30:40 +00:00
<p><q class="comment">In <em>Eigengrau</em></q></p>
2020-04-24 07:10:07 +00:00
<div class="verse">Seven flies circle,
Trimmers chatter down the block:
The hum of summer.
I listen, silent, waiting,
Breathing in sun and out shade.
Fig leaves like fingers
paw feebly through still hot air
and come up with naught.
Too early for fruit to droop,
we must wait past midsummer.
And I walk until
all I can hear is the wind
among the fir trees.
Summer breezes bear away
all the choices of years past.
Drink deep of death-thoughts
as the day dies with a yawn &mdash;
the year starts to fade.</div>
</article>
<footer>
2020-06-24 07:15:07 +00:00
<p>Page generated on 2020-06-24</p>
2020-04-24 07:10:07 +00:00
</footer>
</main>
2020-06-24 07:15:07 +00:00
<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>
2020-04-24 07:10:07 +00:00
</body>
</html>