Live data from Hacker News

Ask HN: Should I blog on Medium for my open-source project, or self-host?

news.ycombinator.com

1–10 of 72 posts

Ask HN: Should I blog on Medium for my open-source project, or self-host?

#1
I see a lot of open source projects keep a blog to make announcements about their milestones and updates.

Some have their self-hosted blogs, but I also see a lot of open source projects (including very popular ones) using Medium.com.

I thought it was a nice timing to ask this question considering today's news about medium. Is it worth it to use medium as your project's main blog? Appreciate any ideas.

Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?

#3
When I first started I installed SharePoint 2016 and had that running on a local server as my blog. Was all good until I noticed someone was pinging my local machines somehow. luckily I had Kaspersky Business Solutions installed as trial. I Shut everything down and went with blogger.

Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?

#7
Write the posts on a self-hosted site, then syndicate them to Medium and share those links on social media.

Another option is to use a custom domain with Medium[0]. That way, if Medium goes out of business, you could just set up a self-hosted replacement blog with redirects for the URLs for the posts you made on Medium.

0: https://help.medium.com/hc/en-us/articles/213474588

Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?

#8
I've found Medium incredibly useful for my open source blogging. First and foremost, it saves me from a ton of hassle picking a platform and theme for something like Wordpress, since it looks great on pretty much every device out of the box. It also has some great features that let people from the community submit posts to our publication.

Also, Medium is a great way for people to follow a variety of blogs - so not only do we still get all of the reads we get from normal sources like Twitter, sharing, etc, but you get a lot of people reading your posts from their Medium feed. In fact, for a lot of posts most of the views come from our Medium subscribers.

I agree with other commenters that setting up a custom domain is a good idea if you think you might want to move to some other platform in the future, especially if Medium is not around forever.

Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?

#10

I'd use github pages with jekyll. Easy, superfast and free.

Agree. Specifically as the original question concerns an open source project I think GitHub pages makes perfect sense. Otherwise you can likewise deploy Jekyll-generated site on own host (or move from GitHub pages later).
Post reply on HN