- Stable
3.0.0
Toggle Menu
Eleventy
1.93s
Astro
22.90s
Working with Eleventy Projects
- Add CSS, JS, Fonts: Add assets to your Eleventy project.
- Layouts: Wrap content in other content.
- Layout Chaining: Wrap layouts in other layouts.
- Collections: Group, reuse, and sort content in interesting ways.
- Collections API: Advanced control over collections.
- Create Pages From Data: Iterate over a data set and create multiple output files.
- Pagination: Iterate over a data set and create multiple files from a single template.
- Pagination Navigation: Create a list of links to every paginated page on a pagination template.
- Content Dates: Assigning dates to content, using dates in front matter.
- Permalinks: Remap a template to a new output location (or prevent writing a file)
- Virtual Templates: Create a template or layout using configuration only.
- Internationalization (i18n): How to best deliver localized multi-language content.
- Programmatic API
- Quick Tips: A selection of common use cases.
- Deployment & Hosting
- Common Pitfalls: Some common problems that people run into.