update from sparkleup
This commit is contained in:
parent
661c060fd7
commit
2b2b24704f
|
@ -0,0 +1,64 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | fwg-bio</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 | fwg-bio</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<ul>
|
||||
<li>Twitter: <a href="https://twitter.com/makyo_writes">@makyo_writes</a></li>
|
||||
<li>Mastodon: <a href="https://writing.exchange/@makyo">@makyo@writing.exchange</a></li>
|
||||
<li>Cohost: <a href="https://cohost.org/makyo">makyo</a></li>
|
||||
<li>Telegram: <a href="https://t.me/drabmakyo">@DrabMakyo</a></li>
|
||||
<li>Website: <a href="https://makyo.ink">makyo.ink</a></li>
|
||||
</ul>
|
||||
<p>Book links:</p>
|
||||
<ul>
|
||||
<li><a href="https://post-self.ink">The Post-Self cycle</a><ol>
|
||||
<li><a href="https://qoheleth.post-self.ink"><em>Qoheleth and Gallery Exhibition</em></a></li>
|
||||
<li><a href="https://toledot.post-self.ink"><em>Toledot</em></a></li>
|
||||
<li><a href="https://neviim.post-self.ink"><em>Nevi’im</em></a></li>
|
||||
<li><a href="https://mitzvot.post-self.ink"><em>Mitzvot and Selected Letters</em></a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>Sawtooth<ul>
|
||||
<li><a href="https://restless-town.makyo.ink"><em>Restless Town</em></a></li>
|
||||
<li><a href="https://wildness.makyo.ink"><em>A Wildness of the Heart — Limerent Object and other stories</em></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://ally.id"><em>ally</em></a></li>
|
||||
<li><a href="https://makyo.ink/publications/eigengrau"><em>Eigengrau</em></a></li>
|
||||
<li><a href="https://makyo.ink/publications/rum-and-coke"><em>Rum and Coke — Three Short Stories from a Furry Convention</em></a></li>
|
||||
</ul>
|
||||
<p>Short works:</p>
|
||||
<ul>
|
||||
<li><a href="/publications/when-the-world-was-young">When the World Was Young</a> - <em>Unseeing</em></li>
|
||||
<li><a href="http://boundtales.storenvy.com/products/30392965-from-paw-to-print-essays-about-writing-in-the-furry-fandom">Paw to Print</a> - <em>Tracking an anthology: the steps from start to finish</em> and <em>Layout and design: reducing barriers between story and reader</em></li>
|
||||
<li><a href="#">Hot Dish vol. 3</a> (upcomming) - <em>Disappearance</em></li>
|
||||
<li><a href="http://thurstonhowlpub.storenvy.com/collections/1587098-anthologies/products/22227398-arcana-a-tarot-anthology">Arcana - A Tarot Anthology</a> - <em>The First Step (The Fool)</em></li>
|
||||
<li><a href="http://thurstonhowlpub.storenvy.com/collections/1587098-anthologies/products/21737930-furries-among-us-2-more-essays-on-furries-by-furries">Furries Among Us 2</a> - <em>Gender: Furry</em></li>
|
||||
<li><a href="https://www.weaselpress.com/product-page/civilized-beasts-volume-ii">Civilized Beasts II</a> - <em>The dogs assure me</em></li>
|
||||
<li><a href="https://www.weaselpress.com/shop/knotted-vol-ii">Knotted: A BDSM Anthology, vol II</a> - <em>Centerpiece</em></li>
|
||||
<li><a href="https://thenewstack.io/coming-out-in-tech/">The New Stack</a> - <em>Coming Out In Tech</em></li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2023-02-12</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>
|
Loading…
Reference in New Issue