50 lines
1.7 KiB
HTML
50 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2019-08-28-massive-reorg</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 | 2019-08-28-massive-reorg</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-28
|
|
title: Massive organization
|
|
type: news</p>
|
|
<hr />
|
|
<p>Ergodic literature should leave you wondering whether or not you’ve even read it all.</p>
|
|
<!--more-->
|
|
|
|
<p><a href="/map.html"><img alt="The new map" src="/map.png" /></a></p>
|
|
<p>This big reorganization intentionally makes the project far less linear and, in a way, more difficult to navigate. Ergodic literature takes work. Hypertextual art should be truly hypertextual.</p>
|
|
<blockquote>
|
|
<p>Countdown to Maddy including transclusion.</p>
|
|
</blockquote>
|
|
<p>Don’t tempt me.</p>
|
|
<p>As an affordance for this increased difficulty, I’ll be providing news updates with each content update stating what’s been added or changed.</p>
|
|
<h3 id="new-content">New content</h3>
|
|
<ul>
|
|
<li><a href="/writing.html">Writing 1</a></li>
|
|
<li><a href="/writing/2.html">Writing 2</a></li>
|
|
<li><a href="/writing/3.html">Writing 3</a></li>
|
|
</ul>
|
|
</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>
|