Static-site generators are tools that generate
HTML pages from source
files, often written in Markdown or
another markup language. They have built-in templates and themes, which allows
developers to create lightweight and secure web sites that can be easily
maintained using version control. One of these tools is Nikola, written in Python.
Source: LWN.net – [$] Nikola: static-site generation in Python