Package Exports
- @11ty/eleventy
- @11ty/eleventy/package.json
- @11ty/eleventy/src/Eleventy
- @11ty/eleventy/src/Eleventy.js
- @11ty/eleventy/src/EleventyExtensionMap
- @11ty/eleventy/src/EleventyExtensionMap.js
- @11ty/eleventy/src/Engines/Custom
- @11ty/eleventy/src/Engines/Custom.js
- @11ty/eleventy/src/Engines/Nunjucks
- @11ty/eleventy/src/Engines/Nunjucks.js
- @11ty/eleventy/src/Filters/Url
- @11ty/eleventy/src/Filters/Url.js
- @11ty/eleventy/src/GlobalDependencyMap
- @11ty/eleventy/src/GlobalDependencyMap.js
- @11ty/eleventy/src/Plugins/RenderPlugin
- @11ty/eleventy/src/Plugins/RenderPlugin.js
- @11ty/eleventy/src/TemplateConfig
- @11ty/eleventy/src/TemplateConfig.js
- @11ty/eleventy/src/TemplateContent
- @11ty/eleventy/src/TemplateContent.js
- @11ty/eleventy/src/TemplatePassthrough
- @11ty/eleventy/src/TemplatePassthrough.js
- @11ty/eleventy/src/TemplateRender
- @11ty/eleventy/src/TemplateRender.js
- @11ty/eleventy/src/TemplateWriter.js
- @11ty/eleventy/src/UserConfig
- @11ty/eleventy/src/UserConfig.js
- @11ty/eleventy/src/Util/ConsoleLogger
- @11ty/eleventy/src/Util/ConsoleLogger.js
- @11ty/eleventy/src/Util/Merge.js
- @11ty/eleventy/src/Util/PathNormalizer
- @11ty/eleventy/src/Util/PathNormalizer.js
- @11ty/eleventy/src/defaultConfig.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@11ty/eleventy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eleventy đâĄī¸đđ
A simpler static site generator. An alternative to Jekyll. Written in JavaScript. Transforms a directory of templates (of varying types) into HTML.
Works with HTML, Markdown, JavaScript, Liquid, Nunjucks, with addons for WebC, Sass, Vue, Svelte, JSX, and many others!
⥠Documentation
- Please star this repo on GitHub!
- Follow us on Mastodon @eleventy@fosstodon.org or Twitter @eleven_ty
- Join us on Discord
- Support 11ty on Open Collective
- 11ty on npm
- 11ty on GitHub
Installation
npm install @11ty/eleventy --save-devRead our Getting Started guide.
Tests
npm run test- We use the ava JavaScript test runner (Assertions documentation)
- âšī¸ To keep tests fast, thou shalt try to avoid writing files in tests.
- Continuous Integration on GitHub Actions
- Code Coverage Statistics
- Benchmark for Performance Regressions
Community Roadmap
- Top Feature Requests (Add your own votes using the đ reaction)
- Top Bugs đą (Add your own votes using the đ reaction)
Plugins
See the official docs on plugins.