hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.22k stars 4.82k forks source link

Liquide template #473

Closed itwars closed 10 years ago

itwars commented 10 years ago

Hi,

Hexo is awesome, I'm sur of that! Anyway I don't want to spend time to rebuild all my Jekyll template that are using Liquid ... Is anybody request for the same feature?

Best, Vincent

sergiolepore commented 10 years ago

Hmm... You could try Swig Template Engine. Hexo supports Swig right out of the box: http://zespia.tw/hexo/docs/themes.html Swig is inspired in Twig (a PHP Template Engine), which is inspired in Liquid.

Swig docs: http://paularmstrong.github.io/swig/

itwars commented 10 years ago

Hi sergiolepore, Thanks I will dig into it to see if I can have something quickly ;)