stakx-io / stakx

An opinionated, powerful, and simple static website generator built in PHP
https://stakx.io/
MIT License
14 stars 3 forks source link

Support custom engines #43

Open allejo opened 7 years ago

allejo commented 7 years ago

Add support for different template engines and rendering engines. Examples:

This will be implemented by allowing registration of new engines based on file extension. Each engine must implement an interface that will be used by stakx internally.

allejo commented 6 years ago

Updates to this issue:

What's left to do: