Live data from Hacker News

Ask HN: How can I host my own blog for free in 2023?

news.ycombinator.com

1–10 of 13 posts

Re: Ask HN: How can I host my own blog for free in 2023?

#3
I tried Markdown->Hugo->Cloudflare pages route. If you need all bells and whistles of Wordpress you can generate static pages off a local wordpress installation[0] using a WP plugin[1] and host in Cloudflare pages

[0] https://localwp.com/

[1] https://wordpress.org/plugins/simply-static/

Re: Ask HN: How can I host my own blog for free in 2023?

#7
I'm a fan of timlrx/tailwind-nextjs-starter-blog [1]. It's easy to customize, responsive, uses Markdown, and makes use of SSR.

You can deploy it on Vercel [2] for free and then point it to a custom domain using DNS records in the Vercel "Domains" tab.

[1] https://github.com/timlrx/tailwind-nextjs-starter-blog#quick...

[2] https://vercel.com/

Post reply on HN