←back to thread

14 points elliot93 | 1 comments | | HN request time: 0.212s | source

Hello everyone. I'm looking for a blogging platform for my personal blog. I don't want something self-hosted, just a simple and affordable platform. Which platforms do you recommend?
Show context
cpach ◴[] No.42146394[source]
Throw a dart ;-)

  import random
  platform = random.SystemRandom().choice(["Astro", "Blogger", "Ghost", "Hugo"])
  print(platform)
Hugo doesn’t include hosting but you can host on AWS Amplify, GitHub Pages, CloudFlare Pages, Vercel, etc.

For additional inspiration, some earlier threads with similar theme:

Ask HN: What do you use for your personal blog? - https://news.ycombinator.com/item?id=41608459 - Sept 2024 (44 comments)

Ask HN: What is the best way to author blogs in 2024? -https://news.ycombinator.com/item?id=41014806 - July 2024 (134 comments)

Ask HN: What tech stack do you use for your blog? - https://news.ycombinator.com/item?id=38957782 - Jan 2024 (7 comments)

Some earlier threads about static site generators:

Ask HN: Best static site generator for non-designer? - https://news.ycombinator.com/item?id=41397521 - Aug 2024 (25 comments)

Ask HN: What's the simplest static website generator? - https://news.ycombinator.com/item?id=39861593 - Mar 2024 (74 comments)

replies(1): >>42146461 #
elliot93 ◴[] No.42146461[source]
this comment will help me a lot thank you!
replies(1): >>42146516 #
1. cpach ◴[] No.42146516[source]
You’re welcome. Cheers!