tylerbutler / engineer

A static website generator written in Python.
http://engineer.readthedocs.org/
MIT License
25 stars 3 forks source link

Add support for multiple CONFIG file formats #61

Closed tylerbutler closed 4 years ago

tylerbutler commented 11 years ago

Related to #10 and #18. YAML is quite nice, but there is something to be said for a native Python config file a la Django, or a simple ini or even XML format. Making this pluggable seems like a good idea anyway.