Today I moved my blog away from Medium.
Initially it was a great friendship. I loved the fonts, design and the easy discovery option.
But then things went south very fast.

First, it was super hard to configure custom domain. Later Medium stopped any support for domains for new customers.

Then, Medium started charging people money to read posts and blocked my content with annoying marketing popup, asking people to signup first. Basically used my content to promote them.
medium paywall

The final stroke was the aggressive new design that leave no place for content.
medium page

So I decided to go all open source and in few nights configured a jekyll blog.
Jekyll is awesome! It’s an open source blogging template on top of Ruby.
I’m hosting it for free on top of Github Pages who has built in support for it.

Looks like I’m not the only one. The web is full with stories of people who left Medium becase of the recent chages.

Transition

The move is fairly simple and in order to export your content from Medium to Jek

  • Download your medium content into zip file from the settings page.
  • Run the Ruby script in this article.
  • Configure jekyll.
  • Deploy your new blog for free using Github Pages.
  • Enjoy a whole new ad-free world for your content.

Next steps

The basic theme is not great, I would love to upgrade the design someday, till them - focus on the content :)