3

I want to build a static site with a headless CMS back-end, where the build process will happen only a few pages at a time (whenever the user saves a page in the CMS), but I'm not finding any SSG that will build partial sites, rather than rebuilding the entire site with each change.

The website front-end won't use any js framework like react/vue, if that's important.

Any ideas?

Martin
  • 111
  • 1
  • 10

1 Answers1

2

More and more SSG platforms are starting to support this. Here are a few popular ones:

rudolfbyker
  • 2,034
  • 1
  • 20
  • 25
  • ... [nikola](https://getnikola.com/features/fast.html) in python, [jekyll](https://jekyllrb.com/docs/configuration/incremental-regeneration/) in ruby, ... – milahu Sep 26 '22 at 16:45
  • the technical term is `Incremental Static Generation` (ISG) or `Incremental Static Regeneration` (ISR) – milahu Sep 26 '22 at 16:56