Not sure which one’s the ideal tool but I’m slowly collecting them all here: https://manuelmoreale.com/blog-platforms
This list is great. Thank you for compiling it!
Ask HN: What is the best way to author blogs in 2024?
21–30 of 137 posts
Re: Ask HN: What is the best way to author blogs in 2024?
#22I'd suggest Astro ( https://astro.build/ )
Astro is really good for this use case. Also easy to host on platforms like Netlify.
Re: Ask HN: What is the best way to author blogs in 2024?
#23I am using a simple Jekyll theme minimal-mistakes[0] which I customized to suit my needs.
I'm hosting my blog[1] on GitHub Pages, the repo[2] is public so you can take a look and fork it if you find it interesting.
The setup is really simple, straightforward, and no-cost.
[0] - https://github.com/mmistakes/minimal-mistakes
[1] - https://www.vladsiv.com/
Re: Ask HN: What is the best way to author blogs in 2024?
#24Great now I have analysis paralysis with all these options.
import random
platform = random.SystemRandom().choice(["Astro", "Blogger", "Hugo", "WordPress", "Ghost"])
print(platform)Re: Ask HN: What is the best way to author blogs in 2024?
#25Do not use eleventy, their cli bugs out very frequently
Hugo is underpowered
Re: Ask HN: What is the best way to author blogs in 2024?
#26I recommend Ghost. You can self host it or use their hosting service.
Re: Ask HN: What is the best way to author blogs in 2024?
#27Not sure which one’s the ideal tool but I’m slowly collecting them all here: https://manuelmoreale.com/blog-platforms
I don't want to cramp your style, but displaying those in a table would really improve readability
Re: Ask HN: What is the best way to author blogs in 2024?
#28Follow up, what is the best way to author blogs for the next decade?
Re: Ask HN: What is the best way to author blogs in 2024?
#29Something static on a cdn
Re: Ask HN: What is the best way to author blogs in 2024?
#30I'm a happy (albeit) infrequent user of https://mataroa.blog/