Technology

Calico is a Django-based static stite generator.

Among others it uses the following libraries:

nanodjango

Nanodjango is the tool that enables the sleek command line interface and building your website around a single .py file

djp & pluggy

Calico provides its plugin systen through djp which is itself built on top of pluggy

Django TemplateYAK & dj-angles

The widgets and syntax that make up your website are a product of Django TemplateYAK and dj-angles

django-distill

Building your website to html is made possible thanks to django-distill

django-markdown-deux & python-markdown2

Transpilation of Markdown to HTML is achieved through django-markdown-deux (based on python-markdown2)