Static site generator is a software that takes some text + templates as input and produces html files on the output. A picture:

   ┌──────┐   ┌───────────┐   ┌─────────────┐ **
   │ text │ + │ templates │ = │ .html files │
   └──────┘   └───────────┘   └─────────────┘

Generated site can be a blog, a game list, interactive demo or anything else.

Static site generators written in Python

These are outdated, but worth mentioning:

See also static blog generators.

The following links have been moved from the section above for the reasons shown in in parentheses.

** ASCII diagram was drawn with Far Manager

StaticSiteGenerator (last edited 2022-09-19 00:15:47 by JaraKaca)

Unable to edit the page? See the FrontPage for instructions.