If you're a Neocities user, you can follow my account and stay updated when I post an article here or a status there.
Since when is this site hosted on neocities?
It's not. My neocities site is still a different page.
Every time the static site generator publishes an article, it creates a redirect page. For example, the redirect page for this post looks like this:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://goeshard.org/2026/02/27/site-mirror-now-available-on-neocities/">
</head>
<body></body>
</html>
It puts these pages in a folder and an upload script pushes them up to neocities. That's how you get these nice clean updates without duplicating the site on Neocities.

It's pretty nice because using this method, you can control exactly what your updates look like on the Neocities feed. For example, instead of updating multiple pages, you have just one page redirect so the thumbnail screenshot to the intended page is unobscured by minutely altered secondary pages. Conveniently the bot that takes page screenshots follows redirects.
So Please Follow My Neocities
What Else is Going Hard These Days?
Return to Serenity
Well we have a multi-colored monochrome revival of an old theme which is probably going to become the main theme here.
Released the Source Code
I never announced it but I released the source code for the static site generator that makes this site. It's a bit silly that I didn't just use Github, which would have been much more convenient for anyone who wants to play with my code. But I wanted to flex and have the SSG render the pages with the code on them.