hmm, I'd like to get off of GitHub because it's owned by Microsoft.
but GitLab is hosted on the Google Cloud, which is hardly an improvement...
SDF does git hosting and offers web pages but I lost my password for my shell account and I dunno if I want to bug them about it since I'm not a paying member.
Codeberg?
@swashberry
I'd say use Codeberg ideally, but personally I also use GitLab (I'm still on the fence). As for your site, why not just rent a cheap Linode VPS and self host? I think one of the best things I ever did was learn to develop my own static site and host it myself. Not only is it a great feeling / useful skill - it also means you can host it wherever you want.
@swashberry
The beauty of doing your own site is it will evolve. You'll keep making improvements, learning new tricks and coming up with new ideas. It's amazing what you can do with some simple HTML and CSS! If you value organisation, tidiness and economy of code, I'd recommend looking into preprocessors like Less and Sass.
@syntax
I've seen a few people using Sass. For my GitHub Pages site I use Jekyll, which suits me just fine for my purposes since I'm not exactly building a big flashy website with loads of JavaScript or anything.
I have to agree as well, there's something really magical about being able to say "I made this myself," which is why I'm making the effort to do it by hand. The prebuilt options just didn't feel right.