Live data from Hacker News

Ask HN: What Blogging Platform or Technology?

news.ycombinator.com

11–20 of 22 posts

Re: Ask HN: What Blogging Platform or Technology?

#11
If it's something you're occasionally going to post to and you're more into the tech behind the site than writing go for a static site generator.

If you'd like an easy to use system, with a decent ecosystem I'd take a look at Ghost.

If you are looking to take things seriously, writing often, thinking about extended features and want to be up and running quickly Wordpress still reigns here. So long as you keep it lean it's the most batteries included system out there and you can run it on your own machines.

Re: Ask HN: What Blogging Platform or Technology?

#14
I still maintain a blog on Blogger that I write to on-and-off since 2004 on whatever topic I fancy.

When I launched a new project in 2012, I created a home-grown minimal blog for the project, never again. Main issue being with time requirements grow, you rather focus on developing main components of your project instead of developing features for ancillary blog, maintaining interaction with readers was more important for project than managing spam comments and links.

If I were to create a new blog I most probably will go with self-hosted WordPress. It scales as your requirements grow, lot of support, tools, and plugins. Readers are familiar with, writers are familiar with it, you can also outsource administration cheaply.

In your case, your core focus should be on learning and writing about things you are interested in and not developing and maintaining the infrastructure, software, etc. Consider starting with hosted version Wordpress.com and when your requirements grow out, migrate to self hosted version.

Re: Ask HN: What Blogging Platform or Technology?

#16
If you want to get up and running quickly, you can’t do better than https://primo.so

It’s let’s you write auto-converting markdown, outputs slim static html and lets you customize with basic HTML/CSS in the browser. It’s mostly meant for brochure sites but works great for small blogs too.

Re: Ask HN: What Blogging Platform or Technology?

#17
post #16

If you want to get up and running quickly, you can’t do better than https://primo.so It’s let’s you write auto-converting markdown, outputs slim static html and lets you customize with basic HTML/CSS in the browser. It’s mostly meant for brochure sites but works great for small blogs too.

I'm currently using Bootstrap Studio for the same purpose :)
Post reply on HN