aparnajoshi

Get your own blog: A comparison between Gatsby, NextJs, Hugo, and Jekyllrb

Blogging platforms: Traditional v/s Modern

Blogging has been one of the most relaxing and intriguing professions of all time. A lot of us do blogging as a hobby project because we are fascinated by a concept and want to share it with the world. Whether you are a professional blogger or a hobbyist, I am sure you must have had many choices put forth ahead of you before you choose one platform for blogging. The trends in blogging have continuously changed over the years. What was once being put out as static pages hosted using 3rd party platforms have changed to personal self-hosted blogging sites. Hence, today we have two big choices when we want to choose a way to blog.

story

  1. Traditional platforms: The traditional platforms include the 3rd party hosted blogging sites. Here we choose a blog hosting platform such as Wordpress, Blogger, Wix, Squarespace, etc. We don't have to worry about the technical part of creating a static website for a blog (unless you want to customize the site by writing your code). These platforms provide 1000s of free and paid themes to choose from and start to blog. We also need not worry about hosting the pages, taking care of security, adding in analytics to check the viewer traffic, etc. I would highly recommend you choose this platform if you have no prior knowledge of coding, or you do not wish to learn to code.
  2. Self-Developed, Self-Hosted blogs: If you are a programmer, or have even slightest interest in learning how the inner mechanics of a static blog works, I suggest you take the second approach. It is much easier to customize and add your features to the blog if you develop a blog and host it yourself. You also won't have to rely on a 3rd party customer service to fix your blog if the servers are down for some reason.

In this article, I will be discussing the features of 4 main tools that can be used to set up a self-developed, self-hosted blogging site, almost as quickly as you'd set up a Wordpress blog.

GatsbyJs

Gatsbyjs is the framework using which this blog was built, it is also one of the easiest and intuitive ways to get your blog running. To develop your blog with gatsby, you should have some minimum knowledge of how HTML, CSS, and React works. Reacts official website ReactJS.Org was also built using gatsby, which makes it all the more appealing.

GatsbyJs

Here are some information on major working parts of a GatsbyJs site:

  • Content: Content is the king of any blogging platform. With GatsbyJs, you can either use content from CMS such as Drupal, Wordpress, Contentful or write [markdown] content which can be stored within the codebase itself. If you have a backend service or a database containing data, you can use them too.
  • Build: Gatsby has a powerful frontend stack with ReactJs, with Graphql working as a backend query language. In this case, backend means the place where your data is stored. Graphql helps in querying data either from CMS, or a markdown, or from a public API.
  • Web Hosting: Gatsby also provides a wide range of plugins to host in various static webhosting platforms such as Netlify, AWS Amplify, Github Pages, Surge.sh, Aerobatic, etc.

NextJS

NextJs is a react based framework building production-ready, pre-rendered apps. To develop your blog with NextJs, you should have some minimum knowledge of how HTML, CSS, and React works. NextJs has a great documentation showing step by step procedures to get your blog page running.

NextJs

Here are some information on major working parts of a NextJS site:

  • Content: While NextJS supports various CMS platforms such as Wordpress, Sanity, Contentful, Agility for getting the content, it lacks documentation on specific usages. However, it provides example sites which can be used as a starter package to build your application.
  • Build: NextJs has a powerful frontend stack with ReactJs, NextJs API working as the backend query language. NextJS provides APIs such as getStaticProps, getStaticProps, and getServerSideProps, helps in querying data either from CMS, or from a markdown, or a public API.
  • Web Hosting: NextJs provides its own hosting platform such as Vercel. However, other hosting platforms like Netlify, Github Pages, Surge.sh, Aerobatic, etc, using Static HTML Export.

Hugo

Huge is a command-line framework that can be used to quickly generate static sites. To develop your blog with Hugo, you should have some minimum knowledge of how HTML and CSS work. You also need some knowledge of how the navigation and multi-page website development work.

Hugo

Here are some information on major working parts of a Hugo site:

  • Content: You can use command-line options to generate a new markdown that serves as content for the Hugo website.
  • Build: Hugo provides various built-in themes that you can adopt to generate the basic structure of your static website. This way you would have a full-fledged themed website, and you will have the power to customize it as per your requirement.
  • Web Hosting: Hugo site provides various methods of deployment since it is a multipage static web application. You can use Hugo's documentation and choose your favorite platform for deployment.

Jekyll

Jekyll is a framework built on top of Ruby. To develop your blog with Jekyll, you should have some minimum knowledge of how HTML and CSS works. You also need some knowledge of how navigation and multi-page development works.

Jekyll

Here are some information on major working parts of a Jekyll site:

  • Content: The recommended way of providing content to the Jekyll website is by the usage of markdowns.
  • Build: Jekyll provides various gems to generate and structure your static website. It also provides gems to query your markdown content and display it on your site. The entire site is built on top of a structured format of folders.
  • Web Hosting: Since the sites generated using Jekyll are like multipage server-rendered websites, it can be deployed in any of the cloud hosting platforms. Jekyll provides various alternatives and documentation to follow steps and easily deploy your static site.

Whether you use a CMS to build your blog or use one of these modern frameworks for building websites, the quality of content is what matters to the users. There is of course a third way of doing things, which is building your website ground up and using a server-side framework like dotnet, java springboot or nodejs(https://nodejs.org/) to serve it. I hope this article provided you with enough information to make a reasonable choice to build your blog. Cheers!


Aparna Joshi

Written by Aparna Joshi who works as a software engineer in Bangalore. Aparna is also a technology enthusiast, writer, and artist. She has an immense passion and curiosity towards psychology and its implications on human behavior. Her links: Blog, Twitter, Email, Newsletter