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.
https://learneleventyfromscratch.com/
120 stars 28 forks source link

Update config language #39

Open osaroadade opened 1 year ago

osaroadade commented 1 year ago

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

uncenter commented 1 year ago

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?