Figuring out Eleventy (part 1)
Not as easy as you'd think...

Getting Started

I started out using Hylia and Netlify just to get started, which was super easy -- five minutes from idea to working website. Awesome.

But The Documentation...

Eleventy documentation is reasonably extensive, but not really well suited for learning from scratch. If you're an experienced web developer familiar with today's tools and templating systems you have an advantage. But even then a lot of the basics of static site generation aren't obvious from either the documentation or the examples.

Learning by Doing

So I stopped trying to puzzle out Hylia and decided to start from scratch, installing Eleventy on my Mac and building a site page by page, saving myself the extra steps of git, github, and reload.

Important First Lessons

Here are things I learned by trial and error, but which were key to being successful with Eleventy:

#webdev