eleventy-plugin-normalized-collections v0.0.1
Initial Release
Eleventy plugin for normalized collections with flattened frontmatter and automatic navigation.
Features
- Normalized Collections: Flattens frontmatter to top level (not nested under
.data) - Automatic Older/Newer Navigation: Computed data for collection item navigation
- Main Menu Generation: Creates
mainMenucollection from pages withnavigation.navLabel - Breadcrumbs: Auto-generated breadcrumbs using
navigation.breadcrumbs - Configurable Sorting: Sort by any nested property (e.g.,
card.date)
Installation
npm install eleventy-plugin-normalized-collectionsRequirements
- Node.js >= 20.0.0
- Eleventy >= 2.0.0