[$] Nikola: static-site generation in Python

Post Syndicated from original https://lwn.net/Articles/929942/

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.