Andy-set-studio / learneleventyfromscratch.com

In this Eleventy course, we go from a completely empty directory to a full-blown marketing site for a design agency, and along the way, we dive really deep into Eleventy and front-end development best practices.

Home Page:https://learneleventyfromscratch.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update config language

osaroadade opened this issue · comments

In your examples you use config. but Eleventy currently uses eleventyConfig for configuration.

It actually doesn't matter what the name of the variable is that is used in the config. eleventyConfig is commonly used on the documentation but could be replaced with any other name. Maybe a note/tip detailing this would suffice?