39 lines
1.6 KiB
HTML
39 lines
1.6 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | index</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 | index</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<h1 id="con">Con</h1>
|
||
|
<p><span class="tag">novel</span> <span class="tag">writing</span> <span class="tag">furry</span></p>
|
||
|
<p>Gonzo journalism piece about furry, maybe about FC?</p>
|
||
|
<ul>
|
||
|
<li>Mix in my history with furry</li>
|
||
|
<li>Self-satire: me being head-over-heels for the fandom</li>
|
||
|
<li>Social critique: furry and writing don’t get along as well as they say they do; race to the top popularity wise (buying art, being artist/fursuit maker, having suit, etc); lauded as this bastion of sexual/kink liberation but dogged by purity culture; touted as get-rich-quick for artists, but way more complicated than that</li>
|
||
|
<li>anagnorisis is me realizing maybe I need to stop writing furry for a bit</li>
|
||
|
<li>Fiction is often the best fact: fictional friend met on the Uber to the hotel</li>
|
||
|
</ul>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2021-11-02</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>
|