These days, web development and design are all about modularization and components. Template languages have a lot to offer and Eleventy itself has a few tricks up its sleeve.
Templating: Eleventy's Superpower with Mike Aparicio
One of the many cool features of Eleventy is its support of multiple template languages. But what the heck are template languages and how can you use them to...
michaelfig/eleventy-filter-relative-url: Replacement for `url` filter that creates relative links
Replacement for `url` filter that creates relative links - michaelfig/eleventy-filter-relative-url: Replacement for `url` filter that creates relative links
Understanding Filters, Shortcodes and Data in 11ty - MadeByMike
Sometimes it’s a little confusing what the difference between shortcodes, data and filters really is, and frankly the boundaries can become a little blurred with 11ty.
Creating and Using Eleventy Collections | 11ty Rocks!
Collections allow you to group templates and then sort, filter, and perform other manipulations to customize the display of your template content and data.
How to generate ID attributes in headings using Eleventy
When switching from Jekyll to Eleventy, I discovered that my headings no longer had id attributes in the rendered HTML. This meant that I couldn’t link directly to headings in my (sometimes very...
If you write a technical blog and use 11ty as your static site generator of choice you might run into a conundrum: How do you show Liquid or Nunjucks template code in your code blocks.
Using parameters in your eleventy includes with nunjucks macros - hello, yes. I'm Thomas Michael Semmler: CSS Developer, Designer & Developer from Vienna, Austria
Includes are great. But for actual reusability of code, parameters are always needed. Luckily, nunjucks makes this possible with macros!
Making an 11ty collection from a remote XML file - Mike Street - Lead Developer and CTO
RSS is XML with a specification, however not all RSS feeds follow the spec. In this post, we process the feed as an XML document meaning we can access the extra attributes and values
Eleventy comes with a built-in tagging system. For a recent project, I wanted to use my own category system, which led me to dive a bit deeper into extending and configuring Eleventy.