meeb / django-distill

Minimal configuration static site generator for Django
MIT License
441 stars 35 forks source link

Single file output support #58

Closed meeb closed 2 years ago

meeb commented 2 years ago

Distill should support writing out single files to disk with a similar interface to Django's urls.reverse. This would allow signals to save single files to disk on saving a model and other convenient interfaces.