All Articles

Migrating from Hugo to Gatsby.js!

I started this blog using Wordpress, then migrated to Hugo as an excuse to learn more about it and to expose myself in building websites using static-site generator.

I enjoyed paying $0 for my website because it is hosted in Netlify and it’s very fast because all you have are static files. Unlike in Wordpress where your content are saved in a database which can slow down your website.

I’ve been playing with Gatsby.js and decided to revamp my blog with it. I used this starter project because it has integration with Netlify CMS.

This is probably the killer feature why I made the move because I don’t have this on Hugo. I now have a dashboard where I can update or add new post without changing it in my source code!