This commit is contained in:
@ -3,7 +3,8 @@
|
||||
<p class="buy">
|
||||
<a href="https://makyo.itch.io/qoheleth" target="_blank">Order ebook</a>
|
||||
<a href="https://makyo-ink.square.site/product/qoheleth/7" target="_blank">Order paperback</a>
|
||||
<a href="https://anchor.fm/post-self" target="_blank">Listen to the podcast</a>
|
||||
<a href="/read">Read in the browser</a>
|
||||
<a href="/gallery-exhibition">Play Gallery Exhibition: A Love Story</a>
|
||||
</p>
|
||||
|
||||
> "All artists search. I search for stories, in this post-self age. What happens when you can no longer call yourself an individual, when you have split your sense of self among several instances? How do you react? Do you withdraw into yourself, become a hermit? Do you expand until you lose all sense of identity? Do you fragment? Do you go about it deliberately, or do you let nature and chance take their course?"
|
||||
@ -12,12 +13,12 @@ With immersive technology at its peak, it's all too easy to get lost. When RJ
|
||||
|
||||
And, nearly a century on, society still struggles with the ramifications of those answers.
|
||||
|
||||
*2020 Leo Literary Award winner.*
|
||||
*2020 Leo Literary Award recipient.*
|
||||
|
||||
-----
|
||||
|
||||
<p class="buy">Also available at several fine independent booksellers (and many much larger ones).</p>
|
||||
<p class="buy">Strapped for cash? Read <a href="/read"><em>Qoheleth</em></a> and play <a href="/gallery-exhibition">"Gallery Exhibition: A Love Story"</a> online for free!</a></p>
|
||||
<p class="buy">This book is made available free to read in the browser. If you've enjoyed it, pleased consider <a href="/support">supporting me</a>.</p>
|
||||
<p class="buy">Ready to move on to book II? <a href="https://toledot.post-self.ink">Read <em>Toledot</em>.</a></p>
|
||||
|
||||
|
||||
@ -35,7 +36,7 @@ And, nearly a century on, society still struggles with the ramifications of thos
|
||||
|
||||
--- [Nenekiri Bookwyrm](https://www.goodreads.com/review/show/3635119822?book_show_action=true)
|
||||
|
||||
> An extra queer alternative to Rainbows End by Vernor Vinge. A must read if you're into that transhumanism post-scarcity juice.
|
||||
> An extra queer alternative to Rainbows End by Vernor Vinge. A must read if you're into that transhumanism post-scarcity juice.
|
||||
|
||||
--- [Neko](https://goblin.camp/@neko/104971539508378937)
|
||||
|
||||
|
||||
9
content/support.md
Normal file
9
content/support.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Support
|
||||
---
|
||||
|
||||
I made the decision early on to make as much of my writing as possible free to read in the browser. This includes all of my books, short stories, essays, and anthologies. When I made this decision, I was working full time as a software engineer, making a good amount of money.
|
||||
|
||||
As ever, times change, and I rely more heavily on my writing now than ever. Writing, however, is not a lucrative business. I make about $150 per month from Patreon, and about $20-50 per month from book sales. That comes out to about $2,400 per year, but that is only about ⅔ of my expenses for one month.
|
||||
|
||||
<p class="buy">If you have at all enjoyed reading, please consider supporting me on <a href="https://patreon.com/makyo" target="_blank">Patreon</a>, picking up a book on <a href="https://makyo.itch.io" target="_blank">Itch</a>, or sending me a tip over on <a href="https://ko-fi.com/drabmakyo" target="_blank">Ko-fi</a>.</p>
|
||||
15
layouts/_partials/analytics.html
Normal file
15
layouts/_partials/analytics.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.makyo.io/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '2']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
Submodule themes/maddybook updated: 2ad7c0c945...c847f9bdad
Reference in New Issue
Block a user