Live data from Hacker News

Ask HN: What Blogging Platform or Technology?

news.ycombinator.com

1–10 of 22 posts

Ask HN: What Blogging Platform or Technology?

#1
I want to start writing more about my current day to day duties plus my transition into InfoSec (pen testing.) I'm looking for some advice.

If you currently write a blog, what platform/technologies do you use and why?

If you started writing a blog today, what platform/technologies would you use and why?

If neither of the above applies to you, then consider this: what platform/technology have you found the best reading experience for you as a consumer of (online) content?

Re: Ask HN: What Blogging Platform or Technology?

#2
For my own blogs, I use a homegrown system, a hybrid static and dynamic site generator. I started writing it because I realized that nothing suited my needs:

highly accessible and compatible with ANY browser and configuration for the client,

portable and stable on the server side,

and convenient for me to use from a multitude of devices.

Starting a blog today, I would use this same platform, because I haven't seen anything better come about since I started writing it.

Re: Ask HN: What Blogging Platform or Technology?

#3

For my own blogs, I use a homegrown system, a hybrid static and dynamic site generator. I started writing it because I realized that nothing suited my needs: highly accessible and compatible with ANY browser and configuration for the client, portable and stable on the server side, and convenient for me to use from a multitude of devices. Starting a blog today, I would use this same platform, because I haven't seen an…

Thanks for the feedback.

Any chance it's open source?

Re: Ask HN: What Blogging Platform or Technology?

#4
post #3

For my own blogs, I use a homegrown system, a hybrid static and dynamic site generator. I started writing it because I realized that nothing suited my needs: highly accessible and compatible with ANY browser and configuration for the client, portable and stable on the server side, and convenient for me to use from a multitude of devices. Starting a blog today, I would use this same platform, because I haven't seen an…

Thanks for the feedback. Any chance it's open source?

Yes.

Re: Ask HN: What Blogging Platform or Technology?

#5
There's kind of two sides to your question: the reading experience and the writing experience.

The reading experience is obviously important if you're blogging for your content to get shared or at least be accessible to people. Personally, I prefer any platform that outputs static HTML because it's fast and highly customizable. Jekyll, Gatsby, Hugo, and other static site generators are good for this.

On the writing side, you want to remove friction. The more mental effort required to get started writing, the less likely you'll stick with it. So, CMSes are nice for this. I have used Netlify CMS, Strapi, and plain markdown files in git for this in the past. If the blog doesn't have guest writers, I prefer the simplest path (writing markdown in git), but if you're opening up to guest posts in the future, you might want to give people a user friendly CMS.

Post reply on HN