Description
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, Liquid, Nunjucks, Handlebars, Mustache, EJS, Haml, Pug, and JavaScript Template Literals.
eleventy ๐โก๏ธ alternatives and similar libraries
Based on the "Templating Engines" category.
Alternatively, view eleventy ๐โก๏ธ alternatives based on common mentions on social networks and blogs.
-
Jade
Pug โ robust, elegant, feature rich template engine for Node.js -
mustache.js
Minimal templating with {{mustaches}} in JavaScript -
marko
A declarative, HTML-based language that makes building web apps fun -
nunjucks
A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired) -
doT
The fastest + concise javascript template engine for nodejs and browsers. Partials, custom delimiters and more. -
dustjs
Asynchronous Javascript templating for the browser and server -
swig
A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. -
JavaScript-Templates
1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers. -
t.js
A tiny javascript templating framework in ~400 bytes gzipped -
mailgo
๐ mailgo, a new concept of mailto and tel links [deprecated] -
eta (ฮท)
Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript -
Inky
Convert a simple HTML syntax into tables compatible with Foundation for Emails. -
xtemplate
eXtensible Template Engine lib for node and the browser -
squirrelly
Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript โบ -
EHTML
HTML Framework that allows you not to write JavaScript code.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of eleventy ๐โก๏ธ or a related project?
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, Handlebars, Mustache, EJS, Haml, and Pug.
โก Documentation
- Please star this repo on GitHub!
- Follow us on Twitter @eleven_ty
- Support 11ty on Open Collective
- 11ty on npm
- 11ty on GitHub
- Continuous Integration:
Installation
npm install @11ty/eleventy --save-dev
Read 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.
- Code Coverage Statistics
- Benchmark for Performance Regressions
Community Roadmap
- Top Feature Requests (Add your own votes using the ๐ reaction)
- Documentation Requests (Add your own votes using the ๐ reaction)
- Top Bugs ๐ฑ (Add your own votes using the ๐ reaction)
- Newest Bugs ๐
Plugins
See the official docs on plugins.