This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

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


2026-02-14 16:13