Ask HN: What do you use for your personal blog?
41–46 of 46 posts
Re: Ask HN: What do you use for your personal blog?
#42Re: Ask HN: What do you use for your personal blog?
#43install, add firewall like wordfence, change max failed logins to low number.
turn on auto updates for WP and the plugins and themes.
Pull backups auto and free with updraft plugin.
enjoy the massive amount of themes and support around the www
https://steveiscritical.com uses base WP with default theme, I have several others that mod the themeing more.
bonus - skip tutorials that use page builders like elementor - base gutenberg does most the things out of the box these days, not need for extra bloat to be fancy.
Re: Ask HN: What do you use for your personal blog?
#44I'd use plain HTML+CSS, but Zola adds some nice tools (like markdown rendering). It lives in a single binary, so I don't mind it. Hosted on GitHub pages.
Re: Ask HN: What do you use for your personal blog?
#45Earlier quoted context omitted.
To clarify, it’s about the server. It still static, but will be served from my hardware rather than a PaaS.
But isn't a VPS an inferior option compared to a static host like Netlify? Netlify is free and gets your statics on a global CDN. A VPS is not free and has to serve the statics itself.
I don't care much about the CDN aspect, its a blog in the end, and I prefer to host everything on an infrastructure I can control
Re: Ask HN: What do you use for your personal blog?
#46Wordpress is nice for many reasons, people will pan it for security and such.. install, add firewall like wordfence, change max failed logins to low number. turn on auto updates for WP and the plugins and themes. Pull backups auto and free with updraft plugin. enjoy the massive amount of themes and support around the www https://steveiscritical.com uses base WP with default theme, I have several others that mod the t…