2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 2019-08-28-massive-reorg< / title >
2023-05-11 05:35:08 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2020-04-25 05:00:08 +00:00
< 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 / >
2020-06-24 07:10:07 +00:00
< p > Ergodic literature should leave you wondering whether or not you’ ve even read it all.< / p >
2020-04-25 05:00:08 +00:00
<!-- 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 >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 05:00:08 +00:00
< 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 >
2023-05-11 05:20:07 +00:00
< p > Page generated on 2023-05-10< / p >
2020-04-25 05:00:08 +00:00
< / footer >
< / main >
2020-06-24 07:10: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-25 05:00:08 +00:00
< / body >
< / html >