Ask HN: What is a good blogging platform for non-developers
1–10 of 15 posts
Re: Ask HN: What is a good blogging platform for non-developers
#2Re: Ask HN: What is a good blogging platform for non-developers
#3But lots of people are fans of Word Press and I hear a lot of trash talk about BlogSpot. So, obviously, YMMV.
Re: Ask HN: What is a good blogging platform for non-developers
#4Re: Ask HN: What is a good blogging platform for non-developers
#5Re: Ask HN: What is a good blogging platform for non-developers
#6Svbtle (https://svbtle.com/) would be my next choice and one I'm considering switching to now that it's open to anyone. Though it doesn't quite have the community and support that Ghost does.
Re: Ask HN: What is a good blogging platform for non-developers
#7Re: Ask HN: What is a good blogging platform for non-developers
#8They both use Jekyll(https://jekyllrb.com/) which is quite easy to learn even if you have never done any web dev. http://jekyll.tips/ has some really well made video tutorials on it as well as templates if you're not the artsy type. Adding a new blog entry is as easy as typing it up then doing a git commit and push.
I haven't set one up in GitHub yet but I know GitLab also can do TLS with LetsEncrypt
Re: Ask HN: What is a good blogging platform for non-developers
#9GitHub and GitLab both have free hosting (with no ads either) through what they called pages and is aimed at showing off projects and blogging. https://pages.github.com/ https://pages.gitlab.io/ They both use Jekyll( https://jekyllrb.com/ ) which is quite easy to learn even if you have never done any web dev. http://jekyll.tips/ has some really well made video tutorials on it as well as templates if you're not the ar…
I'm a firm believer that with improving the tools (in my case- GitLab), CMS will become a thing of the past and static pages will be as accessible, yet more powerful, faster and more collaborative.
Re: Ask HN: What is a good blogging platform for non-developers
#10The only unfortunate bit about Medium is a large number of marketers using the platform. If I end up on a Medium page through a trusted source (HN, reddit, a friend, or one of the development newsletters I follow) the content is usually high quality, but Medium's own recommendations are filled with promotional or clickbait articles.