Bootstrap an eleventy project

Share this video with your friends

Send Tweet

In this video, you will learn to bootstrap an eleventy project.

we'll start from an empty directory, initialize it as an npm package, install @11ty/eleventy package and create the website entry point.

Eleventy can compile multiple file formats, HTML, markdown, liquid, and njk.

Check out the eleventy docs for more information.