Ask HN: Which blog platform is suitable for personal blogging?

11 pointsposted a day ago
by elliot93

Item id: 42146107

22 Comments

softwaredoug

a day ago

Don't spend 400 hours customizing your favorite blogging software then 0 hours blogging. :)

(I use Jekyll -> netlify. I only use Jekyll because I used it once 10 years ago. I literally write posts in Github directly and commit to master because blogging should be informal and F the haters)

cpach

a day ago

Throw a dart ;-)

  import random
  platform = random.SystemRandom().choice(["Astro", "Blogger", "Ghost", "Hugo"])
  print(platform)
Hugo doesn’t include hosting but you can host on AWS Amplify, GitHub Pages, CloudFlare Pages, Vercel, etc.

For additional inspiration, some earlier threads with similar theme:

Ask HN: What do you use for your personal blog? - https://news.ycombinator.com/item?id=41608459 - Sept 2024 (44 comments)

Ask HN: What is the best way to author blogs in 2024? -https://news.ycombinator.com/item?id=41014806 - July 2024 (134 comments)

Ask HN: What tech stack do you use for your blog? - https://news.ycombinator.com/item?id=38957782 - Jan 2024 (7 comments)

Some earlier threads about static site generators:

Ask HN: Best static site generator for non-designer? - https://news.ycombinator.com/item?id=41397521 - Aug 2024 (25 comments)

Ask HN: What's the simplest static website generator? - https://news.ycombinator.com/item?id=39861593 - Mar 2024 (74 comments)

elliot93

a day ago

this comment will help me a lot thank you!

cpach

a day ago

You’re welcome. Cheers!

rsaarelm

8 hours ago

Static site generation and Github pages. Start with the Jekyll generator Github supports out of the box and roll your own if you need something it doesn't provide.

ecesena

17 hours ago

Hackernoon, substack or medium are the best to bootstrap your readership.

If you already have a following through other social media, I second jekyll on github pages or wordpress.

Or, just look at what the top bloggers use and follow along.

embeng4096

a day ago

Blot.im - you can write your posts in Markdown, Microsoft Word, Pages, Google Docs, OpenOffice. Your documents can be stored in Git, or a folder in Dropbox, or a folder in Google Drive, and the service publishes them from there. $5/month

(not affiliated, just used and liked it back when I had a public facing blog)

https://blot.im/

nikitarao

10 hours ago

The SWP Calculator is an essential tool for managing withdrawals from your SIP investments. Investing regularly via SIP, it helps you plan how much you can withdraw periodically without depleting your funds too quickly. By entering your investment details, expected return, and desired withdrawal amount, the SWP calculator ensures a steady income while preserving the growth of your corpus for the long term. This strategy is ideal for financial planning.

SWP Calculator : https://www.mysiponline.com/swp-calculator.php

manafov

a day ago

Nucelo gives you everything you want. As an open source platform, you can share unlimited articles for $4 per month. You also get a place to share your projects and bookmarks. It doesn't end with this, you can take a look.

https://nucelo.com

pawelduda

a day ago

Astro is great and has deployment guides for so many platforms

solardev

a day ago

Wix? Pay a few dollars a month, write what you want, nothing to maintain.

starlite-5008

a day ago

For personal blogging, platforms like WordPress and Medium are highly recommended.

cebert

a day ago

I think Medium is a bad way to go. You give up control of your content and bow it’s presented to users. Additionally, there’s a lot of low quality content on Medium you may not want to be associated with.

I think in the selfhost with hugo or Jekyll is nice options!

cebert

a day ago

If you’re open to spending a bit, I highly recommend a hosted Ghost.js blog (around $11/month). It gives me full control over my content and domain, and I can choose to keep it ad-free. In my opinion, it’s a far better option for building your personal brand compared to platforms like Medium or DEV.to, which often have paywalls and can be cluttered with garbage low-quality content.

moooo99

a day ago

+1 for Ghost. The platform really is all about blogging. It’s ecosystem is not as huge was the WordPress ecosystem, but substantial nonetheless. Building a custom theme for Ghost is also far more accessible for beginners than building a Wordpress theme, at least in my experience

cebert

a day ago

You can also self-host Ghost. Which I did for a while, but didn’t want to spend my free time being a sysadmin. I decided paying for hosting was worth it, and helps marginally support the product.

brudgers

a day ago

I use Posthaven because one of its primary goals is permanence...not that I blog much.

Or very well.

Good luck.

chistev

a day ago

Self host a simple blog. It's the best.