Statiq.Web icon indicating copy to clipboard operation
Statiq.Web copied to clipboard

Create a Liquid module

Open daveaglick opened this issue 10 years ago • 4 comments

Takes Liquid template content and transforms it to output content. Use DotLiquid. Make the metadata, completed documents, and execution context available similar to how the Razor module does.

daveaglick avatar Jun 03 '15 01:06 daveaglick

Still leaning towards DotLiquid given longer history, but there's now also Fluid: https://github.com/sebastienros/fluid

daveaglick avatar Jun 15 '17 11:06 daveaglick

Is this still desired? I have some experience with DotLiquid and some time available.

jbrinkman avatar Oct 18 '17 21:10 jbrinkman

@jbrinkman Yes, very much so. I've long been a fan of Liquid (and DotLiquid) but there always seems to be something more pressing on my plate. If you're interested in taking a look, please do! I'd take a look at the Markdown extension for an example of a similarly scoped templating module and how it might work.

daveaglick avatar Oct 18 '17 21:10 daveaglick

Is this not done through https://github.com/statiqdev/Statiq.Framework/pull/120 since scriban is compatible with liquid?

laedit avatar Mar 07 '23 07:03 laedit