statiqdev / Statiq.Framework

A flexible and extensible static content generation framework for .NET.
https://statiq.dev/framework
MIT License
426 stars 74 forks source link

Pipeline to process Liquid Templating Language #259

Open NikoMix opened 1 year ago

NikoMix commented 1 year ago

Jekyll - another static page generator - is currently using Liquid as templating language.

Having a pipeline to process their tags/syntax would allow to re-use most of the Jekyll Templates out of the box (or at least quickly re-wire them).

As potential Feature Request for future milestone :)

laedit commented 1 year ago

I haven't tested it but I think this is done through #120 since scriban is compatible with liquid.