Static Website Generator

The Eleventy Learning Curve

I have spent several days playing with Eleventy and trying to get it to behave as I would like to and over the last day or two I succeeded, to some degree. Eleventy, like Hugo, is a static website generator. Whereas Hugo is built on Go Eleventy is built on Javascript. In so far as I can tell they’re both working at around the same speed.

Appearance

This blog post is written, first for Hugo, then transferred to my wordpress blog and maybe, in third place it will be added to my eleventy blog experiment. One of the key differences that I see between eleventy and Hugo is how themes work. With Hugo you choose a theme and it is applied to the entire site. With Eleventy you can create a specific layout for each website section along with it’s own css and more, so it is more modular. Yesterday I was experimenting with CSS and eventually I got it to work, but following the instructions for a css file called “bundle” rather than “style” or similar theme name.