Ask HN: Should I blog on Medium for my open-source project, or self-host?
41–50 of 72 posts
Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?
#42Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?
#43I believe that self hosting is more inline with open source software principles. Even if it weren't, self hosting gives you control over your content—remember, nothing is really "free." Self hosting takes a bit more time and effort but if you use a static site generator like Hugo or Pelican then the process is more simple.
Another advantage is that you can allow interested readers a full RSS feed. Medium's is just the title and a link, which puts me off subscribing to blogs there.
Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?
#44I recommend a static generator such as Jekyll [1]. If you want a boilerplate to get up and running quickly, i've put the source of my blog [2] on Github: https://github.com/metachris/jekyll-boilerplate [1] https://jekyllrb.com [2] https://www.metachris.com
Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?
#45Hugo static site generator (free) + Gitlab CI (free) + custom domain (not too expensive) works great! Just commit posts in Markdown and your site gets updated. Example: http://scripter.co
Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?
#46Maybe this article of today, will help you decide
Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?
#47I recommend a static generator such as Jekyll [1]. If you want a boilerplate to get up and running quickly, i've put the source of my blog [2] on Github: https://github.com/metachris/jekyll-boilerplate [1] https://jekyllrb.com [2] https://www.metachris.com
Does it automatically create an rss feed link also?
Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?
#48I even wrote an article about it : http://softwarebythomas.com/blog/post/Why-I-left-wordpress-f...!
Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?
#49Earlier quoted context omitted.
This is the only important point. The question is 1% technology and 99% audience.
I agree with this, BUT. I think when we say "audience", it can mean different things. For example, Medium has potential to bring a huge "instant" audience, but there's a difference between instant audience and long term audience. I just went and took a look at all the large open source projects, and they all have their own blog on their own domain. AND, what comes next is important. They have: 1. RSS feed button 2. L…
Neither an RSS feed nor a subscribe link enable people to find you in the first place. They do, however, make it more likely that they'll come back after finding you.
You should absolutely also build retention techniques into your Medium posts. And your custom blog. And anywhere else where you care about people reading your content, and keeping on reading it.
Re: Ask HN: Should I blog on Medium for my open-source project, or self-host?
#50Talking about self-hosting blog, I am surprise nobody mentioned Bludit. I left Wordpress for Bludit a while ago and I am really happy. I even wrote an article about it : http://softwarebythomas.com/blog/post/Why-I-left-wordpress-f... !