Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/11ty/eleventy
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
https://github.com/11ty/eleventy
blog-engine documentation-tool eleventy javascript static-site-generator templates
Last synced: 5 days ago
JSON representation
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
- Host: GitHub
- URL: https://github.com/11ty/eleventy
- Owner: 11ty
- License: mit
- Created: 2017-11-27T05:19:00.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:36:27.000Z (3 months ago)
- Last Synced: 2024-10-17T15:09:29.382Z (3 months ago)
- Topics: blog-engine, documentation-tool, eleventy, javascript, static-site-generator, templates
- Language: JavaScript
- Homepage: https://www.11ty.dev/
- Size: 5.44 MB
- Stars: 17,076
- Watchers: 89
- Forks: 493
- Open Issues: 392
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- stars - 11ty/eleventy
- my-awesome-list - eleventy
- awesome-starred-test - 11ty/eleventy - A simpler site generator. Transforms a directory of templates (of varying types) into HTML. (JavaScript)
- awesome-foss-alternatives - 11ty - A simpler site generator. Transforms a directory of templates (of varying types) into HTML. [JS, MIT License]. (Web / Static website generator)
- awesome-repositories - 11ty/eleventy - A simpler site generator. Transforms a directory of templates (of varying types) into HTML. (JavaScript)
- awesome-github-star - eleventy
- awesome-list - eleventy
- awesome-starred - 11ty/eleventy - A simpler site generator. Transforms a directory of templates (of varying types) into HTML. (javascript)
- my-awesome - 11ty/eleventy - engine,documentation-tool,eleventy,javascript,static-site-generator,templates pushed_at:2024-12 star:17.4k fork:0.5k A simpler site generator. Transforms a directory of templates (of varying types) into HTML. (JavaScript)
- jimsghstars - 11ty/eleventy - A simpler site generator. Transforms a directory of templates (of varying types) into HTML. (JavaScript)
- awesome-star-libs - 11ty / eleventy
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, TypeScript, JSX, and many others!
## ⥠[Documentation](https://www.11ty.dev/docs/)
- Please star [this repo on GitHub](https://github.com/11ty/eleventy/)!
- Follow us on Mastodon [@[email protected]](https://fosstodon.org/@eleventy) or Twitter [@eleven_ty](https://twitter.com/eleven_ty)
- Join us on [Discord](https://www.11ty.dev/blog/discord/)
- Support [11ty on Open Collective](https://opencollective.com/11ty)
- [11ty on npm](https://www.npmjs.com/org/11ty)
- [11ty on GitHub](https://github.com/11ty)[![npm Version](https://img.shields.io/npm/v/@11ty/eleventy.svg?style=for-the-badge)](https://www.npmjs.com/package/@11ty/eleventy) [![GitHub issues](https://img.shields.io/github/issues/11ty/eleventy.svg?style=for-the-badge)](https://github.com/11ty/eleventy/issues) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier) [![npm Downloads](https://img.shields.io/npm/dt/@11ty/eleventy.svg?style=for-the-badge)](https://www.npmjs.com/package/@11ty/eleventy)
## Installation
```
npm install @11ty/eleventy --save-dev
```Read our [Getting Started guide](https://www.11ty.dev/docs/getting-started/).
## Tests
```
npm run test
```- We use the [ava JavaScript test runner](https://github.com/avajs/ava) ([Assertions documentation](https://github.com/avajs/ava/blob/master/docs/03-assertions.md))
- âšī¸ To keep tests fast, thou shalt try to avoid writing files in tests.
- [Continuous Integration on GitHub Actions](https://github.com/11ty/eleventy/actions/workflows/ci.yml)
- [Code Coverage Statistics](https://github.com/11ty/eleventy/blob/master/docs/coverage.md)
- [Benchmark for Performance Regressions](https://github.com/11ty/eleventy-benchmark)## Community Roadmap
- [Top Feature Requests](https://github.com/11ty/eleventy/issues?q=label%3Aneeds-votes+sort%3Areactions-%2B1-desc+label%3Aenhancement) (Add your own votes using the đ reaction)
- [Top Bugs đą](https://github.com/11ty/eleventy/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions) (Add your own votes using the đ reaction)## Plugins
See the [official docs on plugins](https://www.11ty.dev/docs/plugins/).