eleventy πŸ•šβš‘οΈ v0.8.1 Release Notes

Release Date: 2019-04-06 // about 5 years ago
  • Eleventy is a Simpler Static Site Generator.

    πŸ“š v0.8.1 Documentation

    πŸ‘Œ Support Eleventy:

    Install

    • Install to your Local project (preferred): npm install @11ty/eleventy
    • ⚑️ Already installed in your local project? Upgrade your version: npm update @11ty/eleventy
    • Want to install globally? npm install -g @11ty/eleventy
    • ⚑️ Already installed globally? Upgrade your Global version: npm update -g @11ty/eleventy
    • πŸ“„ Read more about local versus global installation

    πŸ”„ Changelog

    πŸ› Bug fixes

    • πŸ›  Eleventy was not paginating correctly with data: collections Fixes #476
    • πŸ›  Eleventy was not paginating correctly with data: collections.all Fixes #477

    NPM Audits

    None

    πŸš€ Dependency Major Release Bumps

    None

    Administration