This website has been 4 years in the making. A long 4 years filled with dead ends and procrastination. And because it took me 4 years, I think it gives me free license to use up some of your time if you do choose to read further.
For some reason, even with all the one click install solutions, auto-management plugins which add bloatware, one thing never changes.
WordPress just sucks.
Things are constantly breaking, the one theme you like is either out of date or they now want money or they'll hide the best features of the theme that made you like it in the first place.
WordPress is also, at it's core, a blogging platform. Try to do anything even slightly different, and you'll run into problem after problem. It's like trying to fight the government for their archaic laws; there's no winning.
So obviously, I wanted to be able to switch out of WordPress. The only requirements that I had for myself were:
The hubris of a programmer knows no bounds.
Around this time I was looking at some c# code which would parse html and construct a website based on the html being presented to it, and I thought "Wouldn't it be great if I could write something so that I could just host my website content as plain text, and a converter would make nice HTML pages out of it?"
If you have ANYTHING to do with web development (I don't) you'll realise that all this has been already invented quite a few years ago and I was just feeling like a genius a decade too late.
Anyway, this led me to two different solutions for my new website, things which do precisely what I was thinking of above (again, in a much better way than I could have ever written it).
With all this knowledge, I first tried my hand at a static site generator (I used one called Hugo), and IMMEDIATELY hated it. Don't get me wrong, I got a really good looking website out of it, but compiling HTML every time I have to correct a grammatical error?! COME ON MAN. Nobody has time for that shit.
So because I'm not an absolute Neanderthal, I chose to try out Grav, a flat-file CMS. I loved (still do) Grav. The amount of stuff you can do with a flat file CMS is incredible.
The thing is, Grav is amazing for creating simple sites with a lot of static and some dynamic content. And most themes you find for it reflect that. I had to find a theme I liked not just for the landing page, but something that would work well for putting up blog posts. Maybe not to the degree of a full blog site, but something that I could call my own. The only thing that I found that fit the bill was Webfolio, and I decided to use it.
... but I wasn't super happy with the blog page, and the fact that it had no links to other posts, and no tags. And I didn't quite like how it looked either, but it had all the functionality I wanted.
So.
I decided that I was going to learn the basics of html, twig, CSS and the Grav framework to edit the theme, add support for a few plugins that would make adding a sidebar on blog posts and possibly comments in the future. I didn't even know that something like Sass existed before this. And this theme uses Sass EXTENSIVELY. Shit's wild man.
I've given up on this website THREE SEPARATE TIMES since I decided on Grav. I was just not able to get shit working. In the interim, I had a weird hacky solution where my website would go to a Grav landing page, but the Blog
link would redirect to a 🤢🤢WordPress blog🤢🤢. At that point my blog was clearly only up for the sake of completeness (sentimentality maybe?), because I never put up a post on it since probably 2015. Why bother, since I was gonna be taking it offline anyway? But I never did.
Then a couple of months ago, WordPress did as WordPress does, and my blog just stopped working. All the content is in there, but there's some errors on the site because of which it just doesn't show up. That was the kick to my ass that I needed to just finish this blog part of the Grav site, no matter what.
I feel I have finally reached that goal and my old blog can finally be retired. (Don't actually click that link, it doesn't really work.)
I have published my fork of the Webfolio theme on GitHub, and I hope that whoever finds themselves in a similar situation to me (all 3 of you out there), this post at least points you in the right direction.