From 0013d77cb98f0a53674fb263e79283c82c01ef3b Mon Sep 17 00:00:00 2001 From: LJS <64693316+larsingerlars@users.noreply.github.com> Date: Sat, 15 Jan 2022 18:50:15 +0200 Subject: [PATCH] Update 107-eleventy.md (#1004) * Update 107-eleventy.md * added summary * added resource * Update content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md Co-authored-by: Kamran Ahmed --- .../content/120-static-site-generators/107-eleventy.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md b/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md index 392cecb20..50c465887 100644 --- a/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md +++ b/content/roadmaps/100-frontend/content/120-static-site-generators/107-eleventy.md @@ -1 +1,7 @@ -# Eleventy \ No newline at end of file +# Eleventy + +Eleventy (11ty) is a simple to use, easy to customize, highly performant and powerful static site generator with a helpful set of plugins (e.g. navigation, build-time image transformations, cache assets). Pages can be built and written with a variety of template languages (HTML, Markdown, JavaScript, Liquid, Nunjucks, Handlebars, Mustache, EJS, Haml, Pug or JS template literals). But it also offers the possibility to dynamically create pages from local data or external sources that are compiled at build time. It has zero client-side JavaScript dependencies. + +Free Content +Official Website +Introduction to Eleventy