Skip to content

Eleventy v0.2.15

Compare
Choose a tag to compare
@zachleat zachleat released this 06 Mar 03:38
· 2506 commits to main since this release

Eleventy is a simpler Static Site Generator!
https://www.11ty.io/

Support Eleventy by starring us on GitHub! This will increase our project’s visibility on staticgen.com, a big giant list of static site generators.

Install

npm install -g @11ty/eleventy

Changelog

  • Template and Directory Specific Data Files: Read more
    • Not processed through a templating engine, although Global Data files are.
    • Eleventy now looks for Directory Specific Data Files in all parent directories of template (inside of --input)
  • Adds an example of using template date in permalink value. Use inside of a Directory Specific Data file to apply a permalink structure to all templates in a directory. Read more
  • Adds eleventyConfig.setPugOptions() and eleventyConfig.setLiquidOptions() to modify default rendering options for Pug and Liquid template engines, respectively. Read more
  • A bunch more tests! (always)

Milestone