1. 1
    Bootstrap an eleventy project
    1m 31s

Bootstrap an eleventy project

InstructorKhaled Garbaya

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.