Hugo vs Jekyll vs Ghost what should you chose? | Doesmycode.work

Doesmycode.work

Hugo vs Jekyll vs Ghost what should you chose?

Mon Sep 09 2024 • 4 min read • Stavros

Table of contents

So, I recently started a blog (you probably noticed) and I was using Ghost in the beginning but I later switched to Hugo, a static website generator, but why? And what’s best for your own blog? Let’s dive into it…

Why did I switch?

So Ghost was a quite “expensive” option for my tiny blog, by this I mean that in order to run Ghost you need a database and the Ghost app itself running on a docker host. At the time my router didn’t have port forwarding enabled, (due to some ISP configurations) so my only option was Cloudflare Tunnels. It seemed to work fine in the beginning but then it got terribly slow, like 4-6 seconds to load the website which was massive for a tiny blog like mine. Furthermore in August I went on holidays and unfortunately I had to power off my server where the website was hosted. I could move to a VPS but for a website this small it’s a bit stupid to do so. For these 15 days I was on holidays and my website had the maintenance page, I of course lost all visitors and got removed from Google search results which was terrible. The plan was to move to something that could be hosted on Github pages or something similar and that’s why I switched to Hugo.

Ghost

As I mentioned above Ghost was my first blogging platform, it’s really a full blogging platform with a sleek UI and everything you could ever need for your blog, it is also designed for handling a lot of audiences and it has support for newsletters, member exclusive posts etc.

Pros

Cons

Hugo

Hugo is what powers my current website, it is very expensive but of course it has its drawbacks too.

Pros

Cons

Jekyll

Jekyll is another static site generator written in Ruby, the main reason for its popularity is the ability to extend it using plugins and that the fact that it’s using liquid templates.

Pros

Cons

Should you use a static site generator?

The most famous question among these projects is whether you should use a static site generator like Jekyll or Hugo, or use a full blogging platform like Ghost. I believe it all comes down to the audience and blog type, for your personal blog that may be getting 50-100 visitors (or even more) per month a static site generator is for you. Attached to this I would add that Hugo and Jekyll can be also used as information pages compared to Ghost which can’t. Now on the other hand, if you have a blog with 1000+ monthly visitors, Ghost is for you due to its ability to manage big blogs and handle comments very well.

Conclusion

All in all, these 3 platforms are extremely powerful and guarantee that you will have a great experience making your blog, it all comes down to your audience, post writing preference (using a GUI or your terminal/code editor) and language skills (go/ruby/none). I would personally recommend Hugo if you want a static site generator and just want to use and theme and forget about it, Jekyll if you know Ruby and/or want to extend your site a lot and Ghost for beginners. The thing is, it doesn’t matter what you will use when starting out, just pick what you like the best and start writing!