Ask HN: How do you blog in 2018?
What do you use to blog in 2018? Ghost? WP? Something else? I use Medium sporadically, and I think it's a good platform to use if you don't already have an audience, since it's easy to repost to larger publications and gain distribution. Once you gain an audience, or if you already have one, then using an open source platform is the way to go. WordPress is probably the best choice, since the ecosystem is just so much larger than anything else out there. I would really suggest finding a managed service over deploying it on an ec2 instance or something. Security is a constant battle on WordPress sites, and it's just better to have someone else deal with that. If you don't care about distribution or growing an audience and are just blogging for fun, then something like Hugo might be a good choice. I write my posts[0] in Org mode[1], export them to Markdown using ox-hugo[2], publish to HTML using Hugo[3], and deploy the site over HTTPS using Netlify[4]. [0]: https://scripter.co [1]: https://orgmode.org/ [2]: https://ox-hugo.scripter.co/ [3]: https://gohugo.io/ We use self-hosted WP. I find it's the most flexible option. Self-hosted Apache Roller. also curious on this!!!