Skip to navigation Skip to main content
11ty Logo Sustainability Fundraising
Eleventy
Eleventy Documentation
Stable
2.0.1
Canary
3.0.0-alpha.17
Toggle Menu
Eleventy 1.93s
Gatsby 29.05s

Configure your Templates

There are a few special data keys you can assign in your data to control how templates behave. These can live anywhere in the Data Cascade.

Advanced

  • eleventyImport
    • eleventyImport.collections: Added in v2.0.0 An Array of collection names used to inform template dependencies for incremental builds and to render templates in the correct order. Read more on the collections documentation.
  • dynamicPermalink: Option to disable template syntax for the permalink key. Read more about disabling dynamic permalinks.
  • permalinkBypassOutputDir: Write a file to somewhere other than the output directory. Read more about bypassing the output directory

Other pages in Using Data: