11ty

11ty

558 bookmarks
Newest
Use an Eleventy filter as an `if` statement
Use an Eleventy filter as an `if` statement
If you find yourself writing the same `if` statement multiple times, add it to `.eleventy.js` as a filter and keep a single source of truth
·michaelheap.com·
Use an Eleventy filter as an `if` statement
Performant data fetching with promises and Eleventy
Performant data fetching with promises and Eleventy
Fetching a whole bunch of data from APIs at build time can be an intensive process. Getting that data in a performant way and caching it locally is an important part of Jamstack projects.
·webstoemp.com·
Performant data fetching with promises and Eleventy
11ty Recipes
11ty Recipes
11ty.recipes helps you build an Eleventy site from scratch, showing you how to add individual features to craft the exact site you need.
·11ty.recipes·
11ty Recipes
Using SASS With Eleventy
Using SASS With Eleventy
Eleventy (11ty) is a super customisable static site generator that at its core transforms template language into HTML. However, template languages li…
·jkc.codes·
Using SASS With Eleventy
Creating Drafts In Eleventy
Creating Drafts In Eleventy
Several static site generators and content management systems have built in functionality to mark posts as drafts. Eleventy (11ty) isn't one of these…
·jkc.codes·
Creating Drafts In Eleventy