Learn Eleventy

Eleventy has quickly become a popular tool for building static sites. Below you’ll find a collection of tutorials to help you become an experienced Eleventy developer.

Table of contents

  • Filters

    Filters allow you to build custom functionality to modify content. In this tutorial, you’ll learn how to create a date filter and two custom filters that allow you to curate your favorite posts.

    Filters documentation View source files

  • Shortcodes

    Shortcodes allow to you create reusable components that can be used across different file formats. In this tutorial, you’ll learn how to create a note component using paired shortcode.

    Shortcodes documentation View source files