Eleventy
Eleventy is a static site generator. It's not a javascript framework, It's helping build web contents projects into ready websites without bringing the javascript in the finalize place or web developers may called zero boilerplate client-side Javascript, pure HTML.
- Eleventy is a famous with their performance and best practices.
- Eleventy is zero config in default, with easy configuration options, you can add more plugins for your sttatic site.
- Support with famous template languages, like Markdown and Nunjucks, even with HTML itself.
- Recommended tool by Google Web Devs and Web Standards like W3C.
You can learn more about Eleventy
Eleventy Site Structure
site
└── _collections
└── _data
└── _filters
└── _includes
└── _plugins
└── _transforms
└── content
Inside the site
folder which developed our Eleventy template and contents.
_collections
: Collections for filtering post data and tagss_data
: Utilities library and json site files_filters
: Filters library for Eleventy configuration_includes
: Layout and template folder_plugins
: Landing page layout base for making new custom page_transforms
: Utilities for transform HTTML and CSScontent
: content websites