Pagination

  1. id7. Computed data
  2. namecomputed data
  3. fileat any step of the cascade, declare an eleventyComputed data object.
  4. idDescriptionHighest precedence. Inject data properties into your data object that are based on other data values with the eleventyComputed feature.
  5. examplemodule.exports = { eleventyComputed: { dataCascade: { id: 'computed data, highest priority.', } } };
  6. linkhttps://www.11ty.dev/docs/data-computed/
7. Computed data - 6. Template frontmatter - 5. Template data files - 4. Directory data files - 3. Layout frontmatter - 2. Config global data - 1. Global data -