statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 236 forks source link

Create a Liquid module #10

Open daveaglick opened 9 years ago

daveaglick commented 9 years ago

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 commented 7 years ago

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

jbrinkman commented 6 years ago

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

daveaglick commented 6 years ago

@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.

laedit commented 1 year ago

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