What’s the best way to host a personal blog for max engagement?

10 points by mips_avatar ↗ HN
I want to practice my writing and blog about topics I find interesting. I mostly want to focus on business/engineering topics and post on hacker news. I don’t care about getting paid, my only goal is to get my writing in front of people who would want to engage with my content. I currently host a static website on GitHub pages but I dont want to deal with the css/html every time I try and do something like embed a photo in a blog post and I’d prefer a wysiwyg editor.

Company blog post I wrote last year: https://techcommunity.microsoft.com/t5/windows-it-pro-blog/how-microsoft-reduced-windows-11-update-size-by-40/ba-p/2839794

5 comments

[ 1.8 ms ] story [ 27.2 ms ] thread
(comment deleted)
Maybe try Medium or Substack, or for control over your server, Mastodon/Pleroma.
2 things: 1. how you host it is largely irrelevant to engagement, unless you buy into the sales pitch of Medium. 2. use forestry.io and you can have a nice wsyiwyg editor for your static blog. They've got a opensource sucessor now that's even more... WordPress like, for lack of a better word. Those content section block things whose name i forget.

Also, why are you mucking with css/ html to embed a photo in a static blog? Most static blogs moved past that over a decade ago.

I'm a fan of WriteFreely [0] as a no-frills blogging platform. So far it's had negligible resource use, and I like that it looks like a stripped down Medium or Substack without the social features. It takes Markdown formatting so it's not fully WYSIWYG, but it autosaves so it's easy to jump back and forth between the draft and its preview. Oh and there's decent support for MathJax though you need to enable it in the admin console beforehand.

As for discoverability, it supports ActivityPub federation, so people using Mastodon or [insert trendy federated app] can get updates when you publish a new post.

About the only downside is that it doesn't come with automatic image upload/embedding, so you'll need to manually upload to imgur or imgz and embed using the usual markdown syntax. Or comments, although that appears to be a deliberate design decision that I honestly agree with.

[0]: https://writefreely.org/