插件
插件是 Eleventy 可以从外部仓库导入到项目中的自定义代码。
所有官方插件都位于 @11ty npm 组织下,插件名称将包含 @11ty/ 前缀。
- Create or use Plugins: 插件只是配置。学习如何创建自己的插件以重用功能或组织配置文件。
- 图像: A utility to resize and generate images.
- 图像(JavaScript API): Low-level JavaScript API works independent of Eleventy.
- 图像(作为数据文件): Use images to populate data in the Data Cascade.
- 图像(短代码): Use universal shortcodes in Nunjucks, Liquid, or 11ty.js templates.
- 图像(WebC): ~~Use a WebC component for WebC templates.~~
- 获取: A utility to fetch and cache network requests.
- 国际化 (i18n): 用于管理 Eleventy 项目中页面和本地化内容之间链接的实用程序。
- 导航: 一个用于在 Eleventy 项目中创建分层导航的插件。也支持面包屑导航!
- 社区插件
- 已停用插件
