My advice: https://news.ycombinator.com/item?id=41017177 (and there’s lots of other recs in that thread)
Ask HN: What do you use for your personal blog?
11–20 of 46 posts
Re: Ask HN: What do you use for your personal blog?
#12I used https://leoncvlt.github.io/imml/# for my personal website
Re: Ask HN: What do you use for your personal blog?
#13I implemented my own https://github.com/shi-yan/QuipQuick
Re: Ask HN: What do you use for your personal blog?
#14VitePress[0] with a custom theme.
Re: Ask HN: What do you use for your personal blog?
#15I switched from WordPress to Eleventy in 2020 and never looked back.
https://www.joshcanhelp.com/taking-wordpress-to-eleventy/
I currently host on Netlify because it’s free but you could easily sync the generated HTML files to a box you manage.
Re: Ask HN: What do you use for your personal blog?
#16Hexo for generation and hosted on Github Pages.
Re: Ask HN: What do you use for your personal blog?
#17Hugo as a static site generator and hosted on Netlify with a custom domain.
Re: Ask HN: What do you use for your personal blog?
#18Hugo as a static site generator and hosted on Netlify with a custom domain.
[deleted]
Re: Ask HN: What do you use for your personal blog?
#19I tried a lot, now it's just pure HTML and CSS.
Re: Ask HN: What do you use for your personal blog?
#20I use Zola, a static site generator written in Rust, and Github pages for hosting on my own domain.