Comment by rimmontrieu

Comment by rimmontrieu 13 hours ago

1 reply

Someone mentions bearblog, medium, substack, etc for hosting blogs but my favorite web stack to run blogs or any content heavy websites nowadays is just https://astro.build/ plus cloudflare pages, deno deploy, netlify, vercel or any cloud provider with edge caching.

I host both my gamedev tutorials and web game portal websites with cloudflare pages and so far they're pretty decent:

- https://raizensoft.com/tutorials/

- https://ookigame.com

tclancy 13 hours ago

Yeah, when I got restarted, instead of trying to spin up the entire old Django platform I had built for my business a decade before, I just exported the posts to text and found a good static publishing engine and stuck it all on GitHub Pages. All of the network traffic problems solved, easy to maintain and update and port. Plus I can point a custom url at it.