Neocities!
Aug 31, 2026 (IST)
🐱
After a few hours of work, I’m on Neocities! The site is still mirrored on Github Pages, but all links point to Neocities.
My site really doesn’t fit the usual look or content on Neocities, but I like it here. It has me quite excited, which is quite refreshing after the current state of the internet and the tech world.
IndieWeb FTW!
You should join up, if you haven’t already!
I had to read up a fair bit on Github Actions,
since I was already used to automatic deployments
and I wanted to keep that going for Neocities,
even though my specific setup wasn’t documented.
It was suprisingly easy,
especially with examples to look at.
The JS stuff used by some actions was confusing,
especially since the action file points at dist/,
which I eventually learnt was build output,
and thus hard to read.
The docs on Actions are quite comprehensive,
though it took some effort to find docs
that didn’t just tell me to use actions,
and I wish they didn’t create
a programming language over YAML.
I was actually quite apprehensive
about getting it done without loosing my mind,
but it really didn’t take much time.