Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panoply/e11ty
Collection of plugins and various modules I use for 11ty
https://github.com/panoply/e11ty
eleventy eleventy-plugin
Last synced: 3 months ago
JSON representation
Collection of plugins and various modules I use for 11ty
- Host: GitHub
- URL: https://github.com/panoply/e11ty
- Owner: panoply
- Created: 2024-04-19T15:58:30.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-12T03:12:41.000Z (4 months ago)
- Last Synced: 2024-10-31T11:51:29.286Z (3 months ago)
- Topics: eleventy, eleventy-plugin
- Language: TypeScript
- Homepage:
- Size: 53.9 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# e11ty
Shareable [Eleventy](https://www.11ty.dev/) configuration strap. This repository contains 11ty plugins I maintain and leverage when working on projects that use Eleventy as the static site builder.
### Types
Type support for Eleventy config files using a `defineConfig` wrapper
- [11ty.ts](/packages/11ty.ts)
### Straps
Shareable strap which exposes all plugins in this repository
- [e11ty](/packages/11ty.ts)
### Plugins
Plugins which can be installed in isolation on per-project basis.
- [@e11ty/eleventy-plugin-html-terser](/packages/eleventy-plugin-html-terser/)
- [@e11ty/eleventy-plugin-svg-sprite](/packages/eleventy-plugin-svg-sprite/)
- [@e11ty/eleventy-plugin-markdown](/packages/eleventy-plugin-markdown/)
- [@e11ty/eleventy-plugin-search-index](/packages/eleventy-plugin-search-index/)