I don't have a personal site yet. But when I do, I plan to make it with HTML+CSS+JS/JQ only Maybe apache or nginx as webservers host it on shared stuff or AWS free tier I just need to figure out how to center a div, and then I'll be in the business.
I've never understood the whole centering a div meme. width: 60%; // define your width as desired margin: 0 auto; Now go start your blog!
It's been working for the second century.