illustration for Getting Started with Eleventy
pro

Getting Started with Eleventy

Instructor

Khaled Garbaya

7m closed-captioning
·
5 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
3.8
342
people completed
Published 5 years ago
|
Updated 2 years ago

Eleventy, or 11ty, is a simple yet very powerful static site generator. It does not require any config to get started.

This what it will take you to get an 11ty project running.

npm install -g @11ty/eleventy
echo '# Page header' > README.md
eleventy

After watching this collection you will be able to:

  • Bootstrap a simple 11ty website
  • Use 11ty layouts
  • Chaining multiple 11ty layouts
  • Use 11ty Collections
  • Create pages from data

...and much more