Static site generators

I use Hugo to create my main website.

I tried TiddlyWiki before settling on mdBook to generate this site.

Static site generators are often part of "the Jamstack."

What is a static site generator?

The greatest difference between a static site generator and a traditional web application stack, is that instead of waiting until a page is requested and then generating its view on demand each time, a static site generator does this in advance so that the view is ready to serve ahead of time. And it does so for every possible view of a site at build time.