hmans / flutterby

A flexible, Ruby-powered static site generator.
http://www.flutterby.run
MIT License
57 stars 2 forks source link

Dynamic Tilt support #4

Closed hmans closed 7 years ago

hmans commented 7 years ago

Flutterby now falls back to Tilt when a built-in filter method for the requested format could not be found.

This essentially means that you can just add template engine gems to your Flutterby project, and they'll just work as expected -- no Flutterby-specific plugins required.