42 lines
1.5 KiB
HTML
42 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 001</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 | 001</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-28
|
|
weight: 1</p>
|
|
<hr />
|
|
<p>The Manifesto Project was a short-lived attempt to nail down some beliefs through writing that late in 2007. It was a project borne of hypomania.</p>
|
|
<blockquote>
|
|
<p>As are so many of yours.</p>
|
|
</blockquote>
|
|
<p>And as with so many of mine, it fizzled when the phase passed. Here I was with a half-completed website, uploading half-sense and non-sense, writing with all earnestness about what I believed.</p>
|
|
<blockquote>
|
|
<p><a class="pulse" href="/poet-and-mystic">Poor benighted fool</a>.</p>
|
|
</blockquote>
|
|
<p>Anyway, it lives on as an example of the idea of mania as a force, not too dissimilar from gravity, which tugs at the current of one’s life.</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-06-24</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>
|