-
@JimothyJimbles I'd recommend any "static site generator" that you feel like you can wrap your head around. They are generally completely customizable with (almost) only html + css basics and being static generators don't have any of the security and update problems of WP etc
-
@JimothyJimbles if you haven't heard of them, SSGs are basically CMS where the data is just in a bunch of files (often markdown pages etc) and you run them once, get a bunch of fixed .htmls out and just put those up somewhere. No admin interface, PHP, SQL, server configuration anywhere