Static Website Compilers


From Docunext Technology Wiki

Jump to: navigation, search

Here is a list of the growing numbers of static website compilers available under open source licenses:

Its interesting how many are written in Ruby and Python! Some, like Movable Type, use a relational database back-end, though it seems like most use static files as the storage system as well, which is nice because it means that the content can be managed with a revision control system, like Git!

Also, most of these compilers use Markdown, Textile, or HAML, but notably, some use Django templates (mostly those coded in Python).

Mixing Static and Dynamic Content Together


See Also

Personal tools