Hacker News new | ask | show | jobs
by mintflow 2 hours ago
Great idea.

Recently, I’ve decided to get back into blogging. It’s surprisingly easy these days. I already have a domain on Cloudflare, and I had Codex build a simple blogging system for me. I write everything in Markdown, the site is hosted on Cloudflare, comments are stored in Cloudflare D1, and all articles live in the repository as Markdown files. GitHub Actions takes care of publishing automatically and also performs regular backups. To reduce comment spam, I use Cloudflare Turnstile, which has been working really well. For comment moderation, I protect the admin interface with Cloudflare Zero Trust, using email-based authentication, so I don’t need to build or maintain my own authentication system. Overall, the setup has been incredibly simple, reliable, and has required very little ongoing maintenance.

1 comments

This is not a simple setup. Most people would be just fine with a static site that can be hosted for free on Netlify, Cloudfare Pages, GitHub Pages and so on.