Compare commits

...

27 Commits

Author SHA1 Message Date
ea168ebb52 Missing art
All checks were successful
Deploy / deploy (push) Successful in 12s
2026-03-22 14:47:36 -07:00
63b32928fb Up in her feels
All checks were successful
Deploy / deploy (push) Successful in 13s
2026-03-22 12:19:17 -07:00
ebc7f372e3 Remove bold on open details
All checks were successful
Deploy / deploy (push) Successful in 11s
2026-03-17 13:39:37 -07:00
02a2377a70 More mobile improvements
All checks were successful
Deploy / deploy (push) Successful in 11s
2026-03-17 13:37:10 -07:00
271233b95c better float 2026-03-17 13:27:54 -07:00
b816366cb4 notch corner
All checks were successful
Deploy / deploy (push) Successful in 10s
2026-03-17 13:17:56 -07:00
abc404adae Works navigation
All checks were successful
Deploy / deploy (push) Successful in 11s
2026-03-17 13:08:18 -07:00
31421f2dbb Analytics
All checks were successful
Deploy / deploy (push) Successful in 11s
2026-03-16 23:05:58 -07:00
ead98eaaf5 Analytics
Some checks failed
Deploy / deploy (push) Failing after 10s
2026-03-16 20:59:16 -07:00
52b24ba7f8 Update maddybook
All checks were successful
Deploy / deploy (push) Successful in 11s
2026-03-16 20:06:41 -07:00
5e038e61e6 Update Maddybook, path
Some checks failed
Deploy / deploy (push) Failing after 10s
2026-03-16 19:44:13 -07:00
99200b2139 Gallery using works
All checks were successful
Deploy / deploy (push) Successful in 11s
2026-03-16 16:40:38 -07:00
deec180ff3 Add IDs, fix dates/etc
All checks were successful
Deploy / deploy (push) Successful in 11s
2026-03-16 10:41:20 -07:00
bd452aea93 Set perms
All checks were successful
Deploy / deploy (push) Successful in 10s
2026-03-15 13:38:55 -07:00
248b8bdc71 Don't use vars
All checks were successful
Deploy / deploy (push) Successful in 11s
2026-03-15 13:37:00 -07:00
fd7c97b7bb Specify image
All checks were successful
Deploy / deploy (push) Successful in 10s
2026-03-15 13:28:01 -07:00
dd6377126f Specify image
Some checks failed
Deploy / deploy (push) Failing after 5s
2026-03-15 13:27:04 -07:00
76ab01adec echo vars
All checks were successful
Deploy / deploy (push) Successful in 10s
2026-03-15 13:21:48 -07:00
8512c91e29 Typo
All checks were successful
Deploy / deploy (push) Successful in 12s
2026-03-15 13:08:02 -07:00
8da4627658 Try mounting dir
Some checks failed
Deploy / deploy (push) Failing after 10s
2026-03-15 13:06:53 -07:00
6df9336543 Download Dart Sass
All checks were successful
Deploy / deploy (push) Successful in 10s
2026-03-15 12:48:02 -07:00
9ab1a78906 Install dart-sass via snap
Some checks failed
Deploy / deploy (push) Failing after 9s
2026-03-15 12:44:36 -07:00
9adc02cfe2 install dart-sass
Some checks failed
Deploy / deploy (push) Failing after 18s
2026-03-15 12:40:31 -07:00
785249c2dc Switch to actions-hugo
Some checks failed
Deploy / deploy (push) Failing after 14s
2026-03-15 12:38:06 -07:00
540ae70b18 Use sh
Some checks failed
Deploy / deploy (push) Failing after 8s
2026-03-15 12:19:08 -07:00
fb684232be Use hugo image
Some checks failed
Deploy / deploy (push) Failing after 16s
2026-03-15 12:18:01 -07:00
764944bb32 Update with robots/ai, add gitea workflow
Some checks failed
Deploy / deploy (push) Failing after 17s
2026-03-15 12:00:16 -07:00
21 changed files with 623 additions and 241 deletions

View File

@ -0,0 +1,42 @@
name: Deploy
run-name: ${{ gitea.actor }} is deploying ${{ gitea.repository }}
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: docker.gitea.com/runner-images:ubuntu-latest
volumes:
- /opt/hugo/post-self.ink:/opt/hugo/post-self.ink
env:
DART_SASS_VERSION: 1.98.0
steps:
- name: Check out repo
uses: actions/checkout@v6
with:
submodules: 'true'
- name: Install Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.157.0'
extended: true
- name: Install Dart Sass
run: |
curl -LJO https://github.com/sass/dart-sass/releases/download/${DART_SASS_VERSION}/dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz \
&& tar -xf dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz \
&& cp -r dart-sass/* /usr/local/bin \
&& rm -rf dart-sass* \
&& sass --embedded --version
- name: Build site
run: |
hugo build --gc --minify --baseURL https://post-self.ink --destination /opt/hugo/post-self.ink
- name: Set permissions
run: chown -R www-data:www-data /opt/hugo/post-self.ink

View File

@ -5,6 +5,9 @@ theme = 'maddybook'
paginatePath = "" paginatePath = ""
disablePathToLower = true disablePathToLower = true
[pagination]
path = ""
[permalinks] [permalinks]
post = '/:contentbasename/' post = '/:contentbasename/'

View File

@ -4,246 +4,7 @@ type: page
--- ---
<style>
figure, img {
text-align: center;
display: inline-block;
max-height: 200px;
}
.merge {
display: inline-block;
position: relative;
}
.merge img {
position: relative;
filter: url(#pixelate) !important;
}
.merge span {
width: 80%;
text-align: center;
position: absolute;
text-indent: 0;
top: 70px;
left: 10%;
color: #fff;
font-weight: bold;
text-decoration: none;
font-family: sans-serif;
text-shadow: 2px 3px 0px #000;
background-color: rgba(0,0,0,0);
text-align: center;
}
</style>
Over the course of publication and as funded by the backers of the *Mitzvot* Kickstarter, much in the way of art surrounding the Post-Self universe and its character has accrued. Special thanks is due to [Iris Jay](https://irisjay.net) who drew the first bit of Post-Self art all the way back in 2017, and then all of the covers and some of the interior art of the Post-Self cycle. Thanks as well to [Jade](https://linktr.ee/cupsofjade), who provided the template upon which so many of the Odists are based. Over the course of publication and as funded by the backers of the *Mitzvot* Kickstarter, much in the way of art surrounding the Post-Self universe and its character has accrued. Special thanks is due to [Iris Jay](https://irisjay.net) who drew the first bit of Post-Self art all the way back in 2017, and then all of the covers and some of the interior art of the Post-Self cycle. Thanks as well to [Jade](https://linktr.ee/cupsofjade), who provided the template upon which so many of the Odists are based.
## *Qoheleth and Gallery Exhibition* {{< works corpus="art" collections="collections" creators="creators" >}}
<figure>
<a href="/gallery/qoheleth-front.png"><img src="/gallery/thumbs/qoheleth-front.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/awdae-1.png"><img src="/gallery/thumbs/awdae-1.png" alt="Art by Cadmium Tea"/></a>
<figcaption>Art by <a href="https://www.brushandtea.com/" target="blank">Julian Norwood</a></figcaption>
</figure>
<figure>
<a href="/gallery/awdae-2.png"><img src="/gallery/thumbs/awdae-2.png" alt="Art by Cadmium Tea"/></a>
<figcaption>Art by <a href="https://www.brushandtea.com/" target="blank">Julian Norwood</a></figcaption>
</figure>
<figure>
<a href="/gallery/dear.png"><img src="/gallery/thumbs/dear.png" alt="Art by johnny d."/></a>
<figcaption>Art by <a href="http://dumpstercryptid.carrd.co/" target="blank">johnny d.</a></figcaption>
</figure>
<figure>
<a href="/gallery/qoheleth-back.png"><img src="/gallery/thumbs/qoheleth-back.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
## *Toledot*
<figure>
<a href="/gallery/toledot-front.png"><img src="/gallery/thumbs/toledot-front.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/shove.png"><img src="/gallery/thumbs/shove.png" alt="Art by Kris Weaver"/></a>
<figcaption>Art by Kris Weaver</figcaption>
</figure>
<figure>
<a href="/gallery/cairns.png"><img src="/gallery/thumbs/cairns.png" alt="Art by JAIYANDT"/></a>
<figcaption>Art by <a href="https://linktr.ee/cupsofjade" target="blank">Jade</a></figcaption>
</figure>
<figure>
<a href="/gallery/dandelions.png"><img src="/gallery/thumbs/dandelions.png" alt="Art by Kris Weaver"/></a>
<figcaption>Art by Kris Weaver</figcaption>
</figure>
<figure>
<a href="/gallery/toledot-back.png"><img src="/gallery/thumbs/toledot-back.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/hadje.png"><img src="/gallery/thumbs/hadje.png"/></a>
<figcaption>Fan art by <a href="https://cohost.org/Amoni-The-Sabertooth">Nat</a></figcaption>
</figure>
## *Nevi'im*
<figure>
<a href="/gallery/neviim-front.png"><img src="/gallery/thumbs/neviim-front.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/awnh.png"><img src="/gallery/thumbs/awnh.png" alt="Art by johnny d."/></a>
<figcaption>Art by <a href="http://dumpstercryptid.carrd.co/" target="blank">johnny d.</a></figcaption>
</figure>
<figure>
<a href="/gallery/stolon.png"><img src="/gallery/thumbs/stolon.png" alt="Art by JAIYANDT"/></a>
<figcaption>Art by <a href="https://linktr.ee/cupsofjade" target="blank">Jade</a></figcaption>
</figure>
<figure>
<a href="/gallery/neviim-back.png"><img src="/gallery/thumbs/neviim-back.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
## *Mitzvot and Selected Letters*
<figure>
<a href="/gallery/mitzvot-front.png"><img src="/gallery/thumbs/mitzvot-front.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/monologue.png"><img src="/gallery/thumbs/monologue.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a class="merge" href="/gallery/merge.png"><img alt="Art by Iris Jay" src="/gallery/thumbs/merge.png" /><span>Spoiler</span></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/mitzvot-back.png"><img src="/gallery/thumbs/mitzvot-back.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/sasha-seþþe.png"><img src="/gallery/thumbs/sasha-seþþe.png"/></a>
<figcaption>Fan art by <a href="https://meemu.org/@seyye">Seþþe</a></figcaption>
</figure>
<figure>
<a href="/gallery/full-of-skunks.png"><img src="/gallery/thumbs/full-of-skunks.png"/></a>
<figcaption>Fan art by <a href="https://vulpine.club/@fudge_the_sphinx">Fudge</a></figcaption>
</figure>
## *Motes Played*
<figure>
<a href="/gallery/motes-played.png"><img src="/gallery/thumbs/motes-played.png"/></a>
<figcaption>Art by <a href="https://roots.works">B. Root</a></figcaption>
</figure>
<figure>
<a href="/gallery/mp_all.png"><img src="/gallery/thumbs/mp_all.png"/></a>
<figcaption>Art by <a href="https://roots.works">B. Root</a></figcaption>
</figure>
<figure>
<a href="/gallery/mp_bonus.png"><img src="/gallery/thumbs/mp_bonus.png"/></a>
<figcaption>Bonus art by <a href="https://roots.works">B. Root</a></figcaption>
</figure>
## *Marsh*
<figure>
<a href="/gallery/marsh-front.png"><img src="/gallery/thumbs/marsh-front.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/marsh-back.png"><img src="/gallery/thumbs/marsh-back.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/marsh-characters.png"><img src="/gallery/thumbs/marsh-characters.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
## Additional art
<figure>
<a href="/gallery/dear-ref.png"><img src="/gallery/thumbs/dear-ref.png" alt="Art by Iris Jay"/></a>
<figcaption>Art by <a href="https://irisjay.net" target="blank">Iris Jay</a></figcaption>
</figure>
<figure>
<a href="/gallery/writerskunk.png"><img src="/gallery/thumbs/writerskunk.png" alt="Art by JAIYANDT"/></a>
<figcaption>Art by <a href="https://linktr.ee/cupsofjade" target="blank">Jade</a></figcaption>
</figure>
<figure>
<a href="/gallery/ref-3.png"><img src="/gallery/thumbs/ref-3.png" alt="Art by JAIYANDT"/></a>
<figcaption>Art by <a href="https://linktr.ee/cupsofjade" target="blank">Jade</a></figcaption>
</figure>
<figure>
<a class="merge" href="/gallery/ref.png"><img alt="Art by JAIYANDT" src="/gallery/thumbs/ref.png" /><span>Artistic<br>nudity</span></a>
<figcaption>Art by <a href="https://linktr.ee/cupsofjade" target="blank">Jade</a></figcaption>
</figure>
<figure>
<a href="/gallery/lounge.png"><img alt="Art by Roxannarachnid" src="/gallery/thumbs/lounge.png"></a>
<figcaption>Art by <a href="http://cohost.org/roxannarachnid" target="blank">Roxanna</a></figcaption>
</figure>
<figure>
<a href="/gallery/what_right_have_i.png"><img alt="Art by Roxannarachnid" src="/gallery/thumbs/what_right_have_i.png"></a>
<figcaption>Art by <a href="http://cohost.org/roxannarachnid" target="blank">Roxanna</a></figcaption>
</figure>
<figure>
<a href="/gallery/motes.png"><img alt="Art by Roxannarachnid" src="/gallery/thumbs/motes.png"></a>
<figcaption>Art by <a href="http://cohost.org/roxannarachnid" target="blank">Roxanna</a></figcaption>
</figure>
<figure>
<a href="/gallery/coffee-leak.png"><img alt="Art by Roxannarachnid" src="/gallery/thumbs/coffee-leak.png"></a>
<figcaption>Art by <a href="http://cohost.org/roxannarachnid" target="blank">Roxanna</a></figcaption>
</figure>
<figure>
<a href="/gallery/chalk.png"><img alt="Art by ashenwhiskers" src="/gallery/thumbs/chalk.png"/></a>
<figcaption>Art by <a href="https://furaffinity.net/user/thayrustback">ashenwhiskers</a></figcaption>
</figure>
## Fan art
<figure>
<a href="/gallery/witchy-motes.png"><img alt="Art by goop" src="/gallery/thumbs/witchy-motes.png"></a>
<figcaption>Fan art by goop</figcaption>
</figure>
<figure>
<a href="/gallery/skateboard.png"><img alt="Fan art by biddyfox" src="/gallery/thumbs/skateboard.png"/></a>
<figcaption>Fan art by <a href="https://www.tumblr.com/biddyfox">biddyfox</a></figcaption>
</figure>
<figure>
<a href="/gallery/lonely-hunter.png"><img alt="Fan art by biddyfox" src="/gallery/thumbs/lonely-hunter.png"/></a>
<figcaption>Fan art by <a href="https://www.tumblr.com/biddyfox">biddyfox</a></figcaption>
</figure>
<figure>
<a href="/gallery/may-true-name.png"><img alt="Fan art by biddyfox" src="/gallery/thumbs/may-true-name.png"/></a>
<figcaption>Fan art by <a href="https://www.tumblr.com/biddyfox">biddyfox</a></figcaption>
</figure>
<figure>
<a href="/gallery/ranger.png"><img alt="Fan art by enbydergstrous.bsky.social" src="/gallery/thumbs/ranger.png"/></a>
<figcaption>Fan art by <a href="https://bsky.app/profile/enbydergstrous.bsky.social">enbydergstrous.bsky.social</a></figcaption>
</figure>
<figure>
<a href="/gallery/pain.png"><img alt="Fan art by enbydergstrous.bsky.social" src="/gallery/thumbs/pain.png"/></a>
<figcaption>Fan art by <a href="https://bsky.app/profile/enbydergstrous.bsky.social">enbydergstrous.bsky.social</a></figcaption>
</figure>
<script type="text/javascript">
// There has to be a better way to do this with markdown :P
document.querySelectorAll('a').forEach(link => {
if (link.attributes.href.textContent.substring(0,4) === '') {
link.setAttribute('target', '_blank');
}
});
</script>
<svg width="0" height="0">
<filter id="pixelate" x="0" y="0">
<feFlood x="4" y="4" height="2" width="2"/>
<feComposite width="10" height="10"/>
<feTile result="a"/>
<feComposite in="SourceGraphic" in2="a" operator="in"/>
<feMorphology operator="dilate" radius="5"/>
</filter>
</svg>

View File

@ -0,0 +1,66 @@
---
title: Meeting
author: Madison Rye Progress
character: "True Name — 2326"
spoiler: "*Mitzvot:* light"
type: story
---
<style>
figure.story {
display: block;
max-width: 40%;
float: right;
padding: 0.25rem;
margin: 0 0 0 1rem;
border: 1px solid #ccc;
text-align: center;
}
figure.story:after {
display: table-cell;
clear: both;
}
@media (max-width: 1000px) {
figure.story {
position: relative;
float: none;
max-width: 100%;
width: 100%;
margin: 1rem 0;
text-align: auto;
}
}
</style>
Some centuries ago, who cares how many, Jonas and True Name decided that they would not call meetings "meetings" for just how official that sounded. Let meetings be the thing that the Council of Eight did. Let meetings be what phys-side did. Let them have meetings and conferences and conventions. Let them have boards and clerks, minutes and agendas.
What she and Jonas were doing was moving too much like a stream to have a meeting. They were flowing. They did not stop to have meetings; to stop would mean that one had frozen. They might catch up in an eddy somewhere, of course, but they did not have *meetings.*
It did not last. It could not last. As what they were (what *were* they?) solidified into something more active, more deliberate, they started to speak more often of meetings.
Some of it was necessity. One met with others. One simply had to. The Council had meetings, and so they had meetings with the council. When the Twelve Hours' War broke out, when Lagrange — known then only as the System — cemented itself in the minds of the governments as a fine mediator, a political player on the stage of the world, then they had meetings with phys-side.
The more serious they got, these two people scattered across however many individuals, the more the idea began to take hold within them, and so, soon, Jonas and True Name had meetings, too.
Such was the way of the world.
Sometime in there, Zacharias joined, as well. He, too, became a force to be reckoned with, just as had True Name and Jonas. He, too, flowed like water.
As Jonas, True Name, and their ilk — the Jonas clade, the eighth stanza and the first and second, some select few others — became a force to be reckoned with, they grew from a stream to a wide, wide river. A slow moving river, but one with such power. Working groups were carved out into oxbow lakes. Reservoirs of committees formed. Meetings and meetings...
But always, True Name and Zacharias flowed. They, more than anything to do with work, anything with Jonas, with the three of them together, with all of the eighth stanza, with all of their combined clades, resisted the idea of stopping.
It was easy to fall in love with him, built to be loved as he was. Built to be loved *by her.*
But they never stopped. They never *dated,* since that would mean stopping to go on dates. They were never partners, and *certainly* never married — how many Odists ever got married? Two? Three?
<figure class="story">
<a href="/gallery/bad-day.png" target="_blank"><img src="/gallery/bad-day.png" alt="A skunk sitting on a chair in a field of dandelions. She is spilling her coffee, and her head is going up in abstract smoke, teeth bared as though crying out" /></a>
<figcaption>True Name having a real one — art by <a href="https://bsky.app/profile/enbydergstrous.bsky.social" target="_blank">enbydergstrous</a></figcaption>
</figure>
No, they flowed together, bubbling over the rocky points together, carving canyons in stable ground. They had their meetings with Jonas, yes, but together, they were unstoppable. Glances in the office. Nights on the town. The years they lived together, the years they were apart. The love that they shared. They flowed together.
But now, here, after some centuries, who cares how many, Jonas had called them both together for a meeting and given his smirking announcement with Zacharias wearing a patently false grin beside him — oh, she could see the ache in those eyes she knew so well — and True Name finally, *finally* stopped.

417
data/art.yaml Normal file
View File

@ -0,0 +1,417 @@
##########
# Qoheleth
- title: Front cover
collection: qoheleth
authors:
- Iris Jay
image: /gallery/thumbs/qoheleth-front.png
url: /gallery/qoheleth-front.png
description: The front cover for *Qoheleth* features Dear and Ioan walking outside Dear's house. The ground falling away into voxels was a lovely choice by Iris that continued throughout the various books in the Post-Self Cycle.
- title: Back cover
collection: qoheleth
authors:
- Iris Jay
image: /gallery/thumbs/qoheleth-back.png
url: /gallery/qoheleth-back.png
description: The back cover features AwDae stepping out to see the wind farm, based on the National Laboratory of the Rockies' [Distributed Wind Research Facilities](https://www.nlr.gov/wind/facilities-distributed-wind).
- title: Tea
collection: qoheleth
authors:
- Julian Norwood
image: /gallery/thumbs/awdae-1.png
url: /gallery/awdae-1.png
description: |
> *The water quickly came to a boil. After pouring it into the mug, AwDae hiked emself up onto the counter by the edge of the sink and let eir tail dangle into it. It would get wet, but that is just what happens with sinks.*
- title: Priscilla
collection: qoheleth
authors:
- Julian Norwood
image: /gallery/thumbs/awdae-2.png
url: /gallery/awdae-2.png
description: |
> *And then AwDae fell to eir knees and let the cat step up onto eir thighs, and ey lifted her in eir arms and buried eir snout in her warm, purring side, and cried.*
- title: Dear
collection: qoheleth
authors:
- johnny d.
image: /gallery/thumbs/dear.png
url: /gallery/dear.png
description: |
> *A short, slight…thing, steps from the next room through one of the two doors on the far wall and calls for attention. To call it a person seems almost misleading. It's a dog. A well-dressed dog?*
#########
# Toledot
- title: Front cover
collection: toledot
authors:
- Iris Jay
image: /gallery/thumbs/toledot-front.png
url: /gallery/toledot-front.png
description: The front cover for *Toledot* features End Waking and Ioan during their meeting, standing at the edge of the ravine while, again, the ground falls away into voxels.End Waking wound up a more popular character than expected. Everyone loves a nerd.
- title: Back cover
collection: toledot
authors:
- Iris Jay
image: /gallery/thumbs/toledot-back.png
url: /gallery/toledot-back.png
description: The back cover features Yared Zerezghi stepping through a door to meet True Name. It was decided at this point that the back covers would feature a door motif that carried through the Cycle.
- title: Shove
collection: toledot
authors:
- Kris Weaver
image: /gallery/thumbs/shove.png
url: /gallery/shove.png
description: |
> *Ey shoved her over onto the grass, laughing. "You nut."*
>
> *She lay there among the grass, giggling helplessly. Among the grass where a brand new dandelion poked through the green in front of her snout. One that had not been there before.*
- title: Cairns
collection: toledot
authors:
- Jade
image: /gallery/thumbs/cairns.png
url: /gallery/cairns.png
description: |
> *Codrin laughed, shrugged, and knelt down to begin building the next pile of stones. "You got any better ideas, fox?"*
>
> *It knelt beside them, digging up stones of its own and handing them to em. "Of course I do. Do ask our friends, as I think they will have much to say, but also, while poking around, I saw that several of the founders have made the launch. I am not surprised that this is the case."*
- title: Dandelions
collection: toledot
authors:
- Kris Weaver
image: /gallery/thumbs/dandelions.png
url: /gallery/dandelions.png
description: |
> *And before them sat one who was not like any of the others, and yet was exactly like all of them. When she focused, she was able to look like skunk or like human, and her eyes were able to share in some of that softness, but when she lost focus, waves of both crashed against her in a violent tempest, splashing fur up over cheeks, or skin down over paws.*
>
> *"I am sorry," she said through a dry throat, then laughed. "I am having a bad day."*
#########
# Nevi'im
- title: Front cover
collection: neviim
authors:
- Iris Jay
image: /gallery/thumbs/neviim-front.png
url: /gallery/neviim-front.png
description: |
The front cover of *Nevi'im* features a few Odists, as well as Turun Ko and Turun Ka. As before, a portion of the world is breaking into voxels — in this case, the sky was chosen deliberately — and the distortion grows.
- title: Back Cover
collection: neviim
authors:
- Iris Jay
image: /gallery/thumbs/neviim-back.png
url: /gallery/neviim-back.png
description: The back cover features Ioan and May Then My Name. Once more, the door makes an apperance. This was also the first depiction of May, who seems to have picked up a red dress as an iconic outfit that shows up in many of her other appearances.
- title: Why ask questions when the answers will not help?
collection: neviim
authors:
- johnny d.
image: /gallery/thumbs/awnh.png
url: /gallery/awnh.png
description: |
> *The walk down the hall was a slow and unsteady affair, and Codrin couldn't help but see every one of True Name's two and a half centuries in the way she moved. She looked as she always had, was as strong as she'd ever been, and yet each one of those long years seemed to be a weight she had to draw along behind her. She kept her grip on eir forearm throughout, however, as though the contact kept her pinned to one reality.*
> *Ey guided her into her room and helped her to sit down on the edge of her bed, and even then, it took her a few long seconds to loosen her grip.*
- title: Stolon
collection: neviim
authors:
- Jade
image: /gallery/thumbs/stolon.png
url: /gallery/stolon.png
description: |
> *The two scientists seemed to have fallen back into their own world, leaving the others to stand by and watch.
>
> "Two of a kind," ey heard Sarah murmur, and ey nodded, grinning along with her.*
#########
# Mitzvot
- title: Front cover
collection: mitzvot
authors:
- Iris Jay
image: /gallery/thumbs/mitzvot-front.png
url: /gallery/mitzvot-front.png
description: The front cover of *Mitzvot* features True Name, shown larger than any other character to date. At last, the voxelization begins to affect a character rather than just the world. In the background, Ioan and May Then My Name rush after her.
- title: Back cover
collection: mitzvot
authors:
- Iris Jay
image: /gallery/thumbs/mitzvot-back.png
url: /gallery/mitzvot-back.png
description: The back cover features Ioan stepping outside to confront Jonas. Smarmy bastard.
- title: Monologue
collection: mitzvot
authors:
- Iris Jay
image: /gallery/thumbs/monologue.png
url: /gallery/monologue.png
description: |
> *The skunk had been sitting on a barstool, hunched over a pint and slurring half to the glass, half to some absent bartender. She slid to her feet, wobbled for a moment, then righted herself.*
> *"Actually, you know what? I have heard it said so many times that to hate — truly hate, burn up inside with that passion — is to actually be in love with the object of your hatred, but I think there is a little bit of hatred in love, too. You fall so completely for someone that you just cannot help but resent them. It is a mirror of that hatred for yourself, for all your jagged edges and prickly burrs, a reflection of the resentment that you feel towards yourself for having been built to love. And look at me!" She gestured down at herself, a grand sweep of the paw outsized in her intoxication. "I fuckin' loathe myself! Can you imagine how deeply I must love others, then?"*
- title: Merge
collection: mitzvot
authors:
- Iris Jay
image: /gallery/thumbs/merge.png
spoiler_image: true
spoiler_image_text: Spoiler
url: /gallery/merge.png
description: |
> <em class="spoiler">Both Ioan and True Name watched as the down-tree instance of May scrubbed her paws over her face vigorously for a moment, gave a shaky wave, and then quit. True Name winced and screwed her eyes shut, and the May who had knelt with her on the bed reached out and took the skunk's paws in her own.</em><span class="spoiler-warn"></spoiler>
>
> *"Go ahead."*
- title: Writerskunk
collection: mitzvot
authors:
- Jade
image: /gallery/thumbs/writerskunk.png
url: /gallery/writerskunk.png
description: May Then My Name working on her monologue.
##############
# Motes Played
- title: Cover
collection: motes-played
authors:
- B. Root
image: /gallery/thumbs/motes-played.png
url: /gallery/motes-played.png
description: B. Root's pictures were, in a roundabout way, an inspiration for Motes in the first place, and so he was a natural choice for a cover artist. The cover incoporates the black shape that appears in many of Motes's own paintings.
- title: Interior doodles
collection: motes-played
authors:
- B. Root
image: /gallery/thumbs/mp_all.png
url: /gallery/mp_all.png
description: |
Each chapter of the book comes with its own doodle, taking the form of a black shape in watercolor painted over wax resist (read: white crayon).
- title: Bonus doodle
collection: motes-played
authors:
- B. Root
image: /gallery/thumbs/mp_bonus.png
url: /gallery/mp_bonus.png
description: A bonus doodle, because Little Motes deserves breakfast burritos, too.
#######
# Marsh
- title: Front cover
collection: marsh
authors:
- Iris Jay
image: /gallery/thumbs/marsh-front.png
url: /gallery/marsh-front.png
description: The front cover depicts the Marshans and Dry Grass (and Vos, just because) placing tiles in *Ton Limáni Ton Khromáton*, the bay of colors. Marsh themself is, of course, missing.
- title: Back cover
collection: marsh
authors:
- Iris Jay
image: /gallery/thumbs/marsh-back.png
url: /gallery/marsh-back.png
description: Yet more of Ton Limáni Ton Khromáton, dire in its emptiness. The idea for the sim came from Andréa C Mason, who wrote a short piece about it for a Q&A.
- title: Headshots
collection: marsh
authors:
- Iris Jay
image: /gallery/thumbs/marsh-characters.png
url: /gallery/marsh-characters.png
description: Some headshot sketches of some of the various characters in *Marsh*.
################
# Additional art
- title: Prim and proper
collection: additional-art
authors:
- Jade
image: /gallery/thumbs/ref-3.png
url: /gallery/ref-3.png
description: Taken out of context of the ref sheet below, this is often used to represent Rav From Whence Do I Call Out.
- title: Odist ref
collection: additional-art
authors:
- Jade
image: /gallery/thumbs/ref.png
spoiler_image: true
spoiler_image_text: Artistic Nudity
url: /gallery/ref.png
description: A reference for Slow Hours specifically, but also the skunk-shaped Odists in general. Contains artistic nudity.
- title: Post-dance lounging
collection: additional-art
authors:
- Roxanna
image: /gallery/thumbs/lounge.png
url: /gallery/lounge.png
description: After a night on the town, Beholden and A Finger Pointing relax together.
- title: Dancing
collection: additional-art
authors:
- Roxanna
image: /gallery/thumbs/what_right_have_i.png
url: /gallery/what_right_have_i.png
description: What Right Have I in the midst of some dance or another.
- title: What Write Have I
collection: additional-art
authors:
- Lunegrimm
image: /gallery/thumbs/what_write_have_i.png
url: /gallery/what_write_have_i.png
description: Okay, bad joke. Still, skunks do a write.
- title: Beat Saber v49
collection: additional-art
authors:
- Roxanna
image: /gallery/thumbs/motes.png
url: /gallery/motes.png
description: You *know* they have Beat Saber sys-side, and you *know* Motes is super into it...
- title: SERG
collection: additional-art
authors:
- Roxanna
image: /gallery/thumbs/coffee-leak.png
url: /gallery/coffee-leak.png
description: Art for the story ["Coffee Leak"](/stories/coffee-leak). Tomash is here to help~
- title: Chalking up the sidewalks
collection: additional-art
authors:
- ashenwhiskers
image: /gallery/thumbs/chalk.png
url: /gallery/chalk.png
description: Motes's favorite pastime.
- title: Seras Frame
collection: additional-art
authors:
- Roxanna
image: /gallery/thumbs/seras.png
url: /gallery/seras.png
description: Train skunk also likes planes, turns out! Seras makes an appearance in ["A Well-Trained Eye"](https://marsh.post-self.ink/stories/a-well-trained-eye/).
- title: Skeletal flower
collection: additional-art
authors:
- Voksa
image: /gallery/thumbs/flower.png
url: /gallery/flower.png
description: |
> "And Warmth In Fire came over, too, so that it could sit at our table and weep rather than eat. Ey wept, and then asked to retreat, and we guided her up to Should We Forget's room so that they could lay in her bed for a while in silence. When it came back downstairs, ey thanked us kindly and left, and when we went back upstairs to look, there was a flower wrought out of some subtly glowing metal left on Should We Forget's pillow. It lays there still."
As seen in [*Idumea*](https://idumea.post-self.ink)
#########
# Fan art
- title: Douglas
collection: fan-art
authors:
- Nat
image: /gallery/thumbs/hadje.png
url: /gallery/hadje.png
description: Fan art of Douglas Hadje inspecting Lagrange.
- title: Sasha
collection: fan-art
authors:
- Seþþe
image: /gallery/thumbs/sasha-seþþe.png
url: /gallery/sasha-seþþe.png
description: Sasha enjoying some coffee
- title: Full of skunks
collection: fan-art
authors:
- Fudge
image: /gallery/thumbs/full-of-skunks.png
url: /gallery/full-of-skunks.png
description: My God...
- title: Witchyskunk
collection: fan-art
authors:
- goop
image: /gallery/thumbs/witchy-motes.png
url: /gallery/witchy-motes.png
description: Motes all done up in a costume for Halloween. Or Purim. Or just for funsies.
- title: Skunkboard
collection: fan-art
authors:
- biddyfox
image: /gallery/thumbs/skateboard.png
url: /gallery/skateboard.png
description: A bit of fan art that led to the drabble ["In it for the long haul"](https://motes-played.post-self.ink/long-haul)
- title: Lonely Hunter
collection: fan-art
authors:
- biddyfox
image: /gallery/thumbs/lonely-hunter.png
url: /gallery/lonely-hunter.png
description: Some fan art of May Then My Name.
- title: May then My Name and True Name
collection: fan-art
authors:
- biddyfox
image: /gallery/thumbs/may-true-name.png
url: /gallery/may-true-name.png
description: They are friends and if anything happens to them I will lose my mind.
- title: Ranger
collection: fan-art
authors:
- enbydergstrous
image: /gallery/thumbs/ranger.png
url: /gallery/ranger.png
description: End Waking and a night stalker from Fallout in an uneasy truce.
- title: A Bad Day
collection: fan-art
authors:
- enbydergstrous
image: /gallery/thumbs/bad-day.png
url: /gallery/bad-day.png
description: True Name having a rough one. A bit of art that led to the drabble ["Meeting"](/stories/meeting).
- title: What's inside?
collection: fan-art
authors:
- enbydergstrous
image: /gallery/thumbs/pain.png
url: /gallery/pain.png
description: Pain.

View File

@ -6,3 +6,29 @@
- id: clade - id: clade
title: Clade title: Clade
- id: qoheleth
title: "[*Qoheleth and Gallery Exhibition*](https://qoheleth.post-self.ink)"
- id: toledot
title: "[*Toledot*](https://toledot.post-self.ink)"
- id: neviim
title: "[*Neviim*](https://neviim.post-self.ink)"
- id: mitzvot
title: "[*Mitzvot and Selected Letters*](https://mitzvot.post-self.ink)"
- id: motes-played
title: "[*Motes Played*](https://motes-played.post-self.ink)"
- id: marsh
title: "[*Marsh and Stories From After*](https://marsh.post-self.ink)"
- id: additional-art
title: Additional Art
description: Additional art that was specifically commissioned of characters from Post-Self or the stories they feature in.
- id: fan-art
title: Fan Art
description: Art created by fans and offered for display here.

View File

@ -2,3 +2,15 @@ Madison Rye Progress: https://wiki.post-self.ink/wiki/Madison_Rye_Progress
Samantha Yule Fireheart: https://wiki.post-self.ink/wiki/Samantha_Yule_Fireheart Samantha Yule Fireheart: https://wiki.post-self.ink/wiki/Samantha_Yule_Fireheart
"Krzysztof \"Tomash\" Drewniak": https://wiki.post-self.ink/wiki/User:Tomash "Krzysztof \"Tomash\" Drewniak": https://wiki.post-self.ink/wiki/User:Tomash
"Sheridan & Ovid Redcedar": https://radix.nekoweb.org "Sheridan & Ovid Redcedar": https://radix.nekoweb.org
Iris Jay: https://irisjay.net
Julian Norwood: https://www.brushandtea.com/
johnny d.: http://dumpstercryptid.carrd.co/
Jade: https://cupsofjade.site/
Roxanna: https://bsky.app/profile/roxannarachnid.bsky.social
ashenwhiskers: https://furaffinity.net/user/thayrustback
biddyfox: https://www.tumblr.com/biddyfox
enbydergstrous: https://bsky.app/profile/enbydergstrous.bsky.social
Seþþe: https://meemu.org/@seyye
Fudge: https://vulpine.club/@fudge_the_sphinx
Lunegrimm: https://bsky.app/profile/lunegrimm.bsky.social
Voksa: https://vox-space.neocities.org/

View File

@ -26,6 +26,7 @@
- title: Coffee Leak - title: Coffee Leak
url: /stories/coffee-leak url: /stories/coffee-leak
image: /gallery/thumbs/coffee-leak.png
authors: authors:
- Krzysztof "Tomash" Drewniak - Krzysztof "Tomash" Drewniak
type: short story type: short story
@ -72,6 +73,7 @@
- title: For Old Times New - title: For Old Times New
url: /stories/for-old-times-new url: /stories/for-old-times-new
image: /gallery/thumbs/sierra.png
authors: authors:
- JL Conway - JL Conway
type: short story type: short story
@ -104,6 +106,18 @@
- Scout By The Washes-Away-Paintings Beach - Scout By The Washes-Away-Paintings Beach
description: Wherein the bacon lady goes missing, is found, and embarks on a quest. description: Wherein the bacon lady goes missing, is found, and embarks on a quest.
- title: Meeting
url: /stories/meeting
image: /gallery/thumbs/bad-day.png
authors:
- Madison Rye Progress
type: short story
years:
- 2326
characters:
- True Name
description: Even if only for a moment, after that meeting, True Name finally, *finally* stopped.
- title: Meeting of One - title: Meeting of One
url: /stories/meeting-of-one url: /stories/meeting-of-one
authors: authors:
@ -232,6 +246,7 @@
- title: Qoheleth - title: Qoheleth
url: https://qoheleth.post-self.ink url: https://qoheleth.post-self.ink
image: /gallery/thumbs/qoheleth-front.png
collection: cycle collection: cycle
authors: authors:
- Madison Rye Progress - Madison Rye Progress
@ -257,6 +272,7 @@
- title: "Gallery Exhibition: A Love Story" - title: "Gallery Exhibition: A Love Story"
url: https://qoheleth.post-self.ink/gallery-exhibition url: https://qoheleth.post-self.ink/gallery-exhibition
image: /gallery/thumbs/dear.png
parent: Qoheleth parent: Qoheleth
authors: authors:
- Madison Rye Progress - Madison Rye Progress
@ -278,6 +294,7 @@
- title: Toledot - title: Toledot
url: https://toledot.post-self.ink url: https://toledot.post-self.ink
image: /gallery/thumbs/toledot-front.png
collection: cycle collection: cycle
authors: authors:
- Madison Rye Progress - Madison Rye Progress
@ -308,6 +325,7 @@
- title: Nevi'im - title: Nevi'im
url: https://neviim.post-self.ink url: https://neviim.post-self.ink
image: /gallery/thumbs/neviim-front.png
collection: cycle collection: cycle
authors: authors:
- Madison Rye Progress - Madison Rye Progress
@ -336,6 +354,7 @@
- title: Mitzvot - title: Mitzvot
url: https://mitzvot.post-self.ink url: https://mitzvot.post-self.ink
image: /gallery/thumbs/mitzvot-front.png
collection: cycle collection: cycle
authors: authors:
- Madison Rye Progress - Madison Rye Progress
@ -370,6 +389,7 @@
- title: Motes Played - title: Motes Played
url: https://motes-played.post-self.ink url: https://motes-played.post-self.ink
image: /gallery/thumbs/motes-played.png
authors: authors:
- Madison Rye Progress - Madison Rye Progress
- Samantha Yule Fireheart - Samantha Yule Fireheart
@ -406,6 +426,7 @@
- title: In it for the long haul - title: In it for the long haul
url: https://motes-played.post-self.ink/long-haul url: https://motes-played.post-self.ink/long-haul
image: /gallery/thumbs/skateboard.png
parent: Motes Played parent: Motes Played
authors: authors:
- Madison Rye Progress - Madison Rye Progress
@ -455,6 +476,7 @@
- title: Idumea - title: Idumea
url: https://idumea.post-self.ink url: https://idumea.post-self.ink
image: /gallery/thumbs/flower.png
collection: hashichzur collection: hashichzur
authors: authors:
- Madison Rye Progress - Madison Rye Progress
@ -498,6 +520,7 @@
- title: Marsh - title: Marsh
url: https://marsh.post-self.ink url: https://marsh.post-self.ink
image: /gallery/thumbs/marsh-front.png
collection: hashichzur collection: hashichzur
authors: authors:
- Madison Rye Progress - Madison Rye Progress

View File

@ -0,0 +1,16 @@
<!-- 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', '1']);
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 -->

View File

@ -12,6 +12,17 @@ blockquote {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
nav details summary::marker,
:is(::-webkit-details-marker) {
content: "+ ";
font-family: monospace;
font-weight: bold;
}
nav details[open]:first-of-type summary::marker {
content: " ";
}
main.story .author, main.story .character, main.story h3 { main.story .author, main.story .character, main.story h3 {
font-family: "Gotu", sans-serif !important; font-family: "Gotu", sans-serif !important;
text-align: center !important; text-align: center !important;
@ -207,6 +218,11 @@ main.story .author, main.story .character, main.story h3 {
background: linear-gradient(315deg, transparent 0.5rem, rgba(127, 127, 127, 0.1) 0) bottom right; background: linear-gradient(315deg, transparent 0.5rem, rgba(127, 127, 127, 0.1) 0) bottom right;
} }
.works > nav .active {
background-color: transparent !important;
background: linear-gradient(135deg, transparent 0.5rem, rgba(127, 127, 127, 0.2) 0) top left;
}
@media only screen and (max-width: 960px) { @media only screen and (max-width: 960px) {
.carousel nav { .carousel nav {
display: none; display: none;

BIN
static/gallery/bad-day.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
static/gallery/flower.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
static/gallery/seras.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

BIN
static/gallery/sierra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB