
What is a Static Site Generator?
Static site generation has continued to grow and grow in popularity. I try and explain what one is, and why it might be suitable to you or your project.
Articles
Gatsby is a React‑based, free, and open‑source framework for static site generation. This is a project that I have personally been involved in, and, as you might expect, is one of my go‑to frameworks when taking on a new project.
Below you will find a subset of articles from my blog specifically about Gatsby. This is an area that I have worked with for many years, and have managed to write about quite a few times. There are twenty‑one collected together for you below.

Static site generation has continued to grow and grow in popularity. I try and explain what one is, and why it might be suitable to you or your project.

When you set up a custom domain in Netlify, the default `netlify.com` subdomain still returns your app, which can lead to duplicate content. It is an easy fix.

Need a little PHP inside a Gatsby build? This guide shows a pragmatic way to prepend server‑side code when a fully static approach is not enough.