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
- Getting Started Quick Guide
- Check out https://11ty.io/
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()
andeleventyConfig.setLiquidOptions()
to modify default rendering options for Pug and Liquid template engines, respectively. Read more - A bunch more tests! (always)