I wrote a tool which converts your Medium blog into a Jekyll blog, for publishers hoping to migrate:
Medium is a poor choice for blogging
11–20 of 396 posts
Re: Medium is a poor choice for blogging
#12What would be a good alternative ?
Non-disclosure: I have no relationship with Silvrback other than as a plain old customer.
Re: Medium is a poor choice for blogging
#13What would be a good alternative ?
If they ever shutter the service, it is very easy to generate all the HTML pages with Jekyll, and then throw them up on a static host.
Every single one of Medium’s discoverability and traffic benefits feel like Faustian bargains to me, so I am not going there.
The last time I experimented with publishing in a walled garden was Posterous, mostly because they were a YCombinator startup at a time when that wasn’t some kind of golden ticket, and I wanted to make a gesture of support for them and for YCombinator.
Posterous shuttered, and I republished my work using GitHub Pages, but all the old urls broke, and I’m never doing that again.
Re: Medium is a poor choice for blogging
#14What would be a good alternative ?
Re: Medium is a poor choice for blogging
#15Pretty convincing. I didn't notice how bad medium was since I'm always logged in and have an ad-blocker. I also don't think they do much in terms of discovery. My blog [0] has about 370 followers and my posts only get about 10 - 20 views unless I put them on social media. Then they'll get between 100 and 10k+. Does anyone have experience with an alternative platform? Preferably free and hosted. [0] https://medium.com…
Myself, I'm using a VPS (5€ a month, but 10€ a year goes to the OpenBSD foundation) to host some static html (generated from markdown), and have done away with comments entirely. (The VPS isn't just for that blog. I'm serving multiple domains from it and hosting my own fossil repos there as well)
It's obviously not for everyone, but maybe it'd suit you.
Re: Medium is a poor choice for blogging
#16Disabling JavaScript and cookies for medium.com domain, and a bunch of uBlock rules [1] should do the job [1] Here's mine: medium.com##.metabar medium.com##.js-stickyFooter medium.com##.js-postAttributionFooterContainer medium.com##.js-postActionsFooter .buttonSet medium.com##.button--follow
Re: Medium is a poor choice for blogging
#17Although in this case it duplicates all the images somehow: https://outline.com/uZc4XF
Re: Medium is a poor choice for blogging
#18What would be a good alternative ?
I don’t know if it’s a good alternative, but I blog on GitHub using GitHub Pages. It’s a minimalist experience: I use Markdown (optional), and I have my own domain (critical!) If they ever shutter the service, it is very easy to generate all the HTML pages with Jekyll, and then throw them up on a static host. Every single one of Medium’s discoverability and traffic benefits feel like Faustian bargains to me, so I am…