jbake-org / jbake

Java based open source static site/blog generator for developers & designers.
http://jbake.org
MIT License
1.12k stars 327 forks source link

Add support for more template engines #17

Open jonbullock opened 11 years ago

jonbullock commented 11 years ago

Add support for more template engines such as Velocity, Mustache.java, StringTemplate etc.

Vad1mo commented 10 years ago

I would also take a look at Thymeleaf specially in conjunction with Thymol or Thymus http://www.thymeleaf.org/ecosystem.html The JS tools allow to include fragments in offline mode. The result of this are templates visible in a browser. Quite handy for an offline tool like jbake.

jonbullock commented 10 years ago

Thanks for the suggestion, I'll definitely investigate Thymeleaf as another potential option.

melix commented 10 years ago

See #91