Live data from Hacker News

Ask HN: What do you use for your personal blog?

news.ycombinator.com

31–40 of 46 posts

Re: Ask HN: What do you use for your personal blog?

#31
post #23

Earlier quoted context omitted.

Why would you move from a static host to a VPS for a blog?

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.

Re: Ask HN: What do you use for your personal blog?

#39
post #27

Astro SSG. Can easily add Tailwind and React, which I use in my day to day. Got a couple of sites ranked in top 3 for the keywords I'm targeting. Hosted on Cloudflare Pages, for free.

Would you mind sharing those sites?

Sure, hackernewsalerts.com and https://tiktokexamples.com I also use Astro for https://hextotailwind.com which isn't technically a blog but ranked 2 on Google. I've recently open sourced all of them, check out on https://GitHub.com/mihailthebuilder

Re: Ask HN: What do you use for your personal blog?

#40
Racknerd VPS running Caddy serving a Hugo generated static site. Site and content are created/edited in Emacs and rsynced to server. Took the default Hugo generated theme and tweaked it to my tastes. Forget where I sourced the original CSS I used as a starting point.

https://www.hextxt.com

Post reply on HN