Scriban for Text and Liquid Templating in .NET
Explores Scriban, a lightweight .NET templating engine for text and Liquid templates, with code examples and use cases.
Explores Scriban, a lightweight .NET templating engine for text and Liquid templates, with code examples and use cases.
How to escape double braces in ConvertKit emails using Liquid's {% raw %} tag to prevent code from being stripped out.
A tutorial on building a web server with the Fastify framework and using the Liquid templating language for dynamic HTML generation.
Explains how to implement responsive images in Jekyll using a pre-render hook and a custom regex to replace Markdown syntax with a Liquid tag.
A guide to creating a custom Jekyll filter that allows the use of Liquid objects and variables within a page's front-matter.
A technical guide for creating a custom table of contents filter for Jekyll sites using a Liquid module.
A technical guide on creating a custom includes directory in Jekyll using a custom Liquid tag.
How to add a simple reading time estimate to articles in a Jekyll blog using Liquid templating.