A simple static site generator
About
Statika is a simple static site generator that puts convention over configuration. Create the required template files and statika will build and process the site based upon the directory structure and naming conventions. If you need customization then create templates in whatever level of complexity is needed... but leave statika out of it. Markdown is loaded then content and metadata is passed to the pongo2 templates (django template compatible). That's all.