Tulip Theme Docs

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.

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.

  1. _collections: Collections for filtering post data and tagss
  2. _data: Utilities library and json site files
  3. _filters: Filters library for Eleventy configuration
  4. _includes: Layout and template folder
  5. _plugins: Landing page layout base for making new custom page
  6. _transforms: Utilities for transform HTTML and CSS
  7. content: content websites