Live data from Hacker News

Ask HN: Alternatives to Ghost for Blogging?

news.ycombinator.com

1–10 of 11 posts

Re: Ask HN: Alternatives to Ghost for Blogging?

#2
You could use Gurlic, although it's still being worked on, and I don't promise the polish or feature set of ghost/wordpress/medium.

Here's an example.

https://gurlic.com/homer/the-iliad-book-i

Themed: https://gurlic.com/homer/the-iliad-book-i?theme=pudding https://gurlic.com/homer/the-iliad-book-i?theme=minimal https://gurlic.com/homer/the-iliad-book-i?theme=naked

Gurlic supports custom domains too, by the way: https://classics.wtf/the-iliad-book-ii

Re: Ask HN: Alternatives to Ghost for Blogging?

#4
If you are looking for a light system and do not mind doing some minimal setup, try out Jekyll/Hugo/Gatsby. All of these have a good developer support.

For hosting you can try https://netlify.app/ or https://pages.github.com/ .

Both of these provide a free tier.

Example : My website built using Jekyll , hosted on github. https://97amarnathk.github.io/

Re: Ask HN: Alternatives to Ghost for Blogging?

#6
I host my blog https://miguendes.me on hashnode.com and I'm very happy.

I used to lose tons of time setting up hugo/jekyll and not writing anything.

Once I move to hashnode I could focus on writing only as most of the things are out of the box.

Most importantly, the content is yours and you can back the data up on github automatically.

The only minor downside is that the images you upload is stored in their CDN. But you can host it yourself if you prefer.

Re: Ask HN: Alternatives to Ghost for Blogging?

#9

What is wrong with wordpress ? Asking bc I use it to host a few blogs.

For me, it's become too clunky for a basic blog, and the fact that it stores your content in a database makes managing it a pain. It ties me to Wordpress and only Wordpress - anything I want to do requires logging in and navigating the admin interface, which I'm not a fan of.

By comparison, flat-file CMS's allow me to edit, search and process my content using whatever tool I like. I can update my blog directly in the terminal, or in Github from work and have the changes pushed out automatically by CI. They're not making hundreds of database calls every time I want a page, so they're blazing fast. I can have simple scripts output to a text file and have it rendered as a status page. And if I want to migrate to another solution, my content is literally a bunch of text files that I can just copy to whatever shiny new thing just caught my eye.

Post reply on HN