Let’s talk about the Future of Jamstack — Join us

Statik

254 stars
33 forks
30 issues
Home page
https://getstatik.com/
Repository
thanethomson/statik
Language:
Python
License:
MIT
Templates:
Jinja2, Mustache

Statik aims to be a simple, generic, static web site generator for developers. It has been born out of a need for something more generic than most other static web site generators, which mostly cater for building blogs. It allows for a generic data model, and provides a SQLite interface for you to be able to perform relatively complex queries from your views. Its templating engine is based on the popular Jinja2, so if you come from a Django background, it is very easy to pick up. Alternatively, you could opt for Mustache templating.

Ultimately, it generates a set of flat HTML files that should be able to be served directly by your web server.

Find more static site generators.