Skip to main content
Home

Tagged “eleventy”

Composing data in Eleventy

A lot of what I do at The Container Store involves page templates, and one of the biggest challenges with template work (and components, for that matter) is creating a system that’s flexible yet maintainable. One of the ways flexibility can be achieved is by giving child elements a way to hook into the parent element. In JSP templates (what we use at The Container Store), template hooks can be added via the invoke action, but I wanted to figure out how to do this on my personal Eleventy site.

Read more of Composing data in Eleventy