@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.
@syntax
I'm looking at Linode now and some of the prices I'm seeing are definitely tempting, so I'll keep that in mind. Thanks very much.
@swashberry
You're welcome. Feel free to reach out if you want any suggestions etc.
@syntax
Yeah, learning how to work with a basic static site generator is probably one of the better skills I've started exercising this year. Now all I need to do is learn how to not suck at web design :-p