Live data from Hacker News

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

news.ycombinator.com

51–60 of 72 posts

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

#51
post #44

I 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?

Easy to disable as well (same with the comment engine provided.

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

#52

Talking 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... !

That link seems to lead to a 404.

It is because it didn't included the !

Link :

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?

#58

Earlier quoted context omitted.

It is because it didn't included the ! Link : http://softwarebythomas.com/blog/post/Why-I-left-wordpress-f... !

Argh!

Hehe; no worries. You do make a compelling case in the post.

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

#59

I 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

Another one (and my favorite) is http://gohugo.io/

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

#60

I 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

If you want more hackable one and like Python, go with Pelican. Amazing software.
Post reply on HN