Static Site Generator
Static site generators (SSG) convert files written in a markup language (like Markdown) into static HTML pages. They often allow for templating and content management.
Popular examples:
- Hugo: Fast SSG written in Go.
- Jekyll: SSG popular for GitHub Pages.
- Next.js: Framework for React, that also supports SSG