learneleventyfromscratch.com
learneleventyfromscratch.com copied to clipboard
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...
To match the information on the eleventy site, the base config file should be as shown below. The directory name is irrelevant, but the lambda expression is replaced with a...
Closes #31
gulp-imagemin in its latest version is now ESM only (see also #24 ). In my personal project I have changed the gulp pipeline to use ESM and was able to...
In your examples you use `config.` but Eleventy currently uses `eleventyConfig` for configuration.
Hello, I am still going through the tutorial and trying to document errors and how they are fixed. At lesson 19, there was a breaking change with Gulp and/or Sass...
Edit: Adding links to my completed lesson code here, as I go through the tutorial. - [end of lesson 2 code](https://github.com/maiya-22/learning-repo__learn-11ty-from-scratch/tree/Lesson-02) --- Original: **Is it still possible to download snapshots...
This PR fixes a few typos I spotted in documentation files. Since is a minor change, I'm submitting this without opening an issue first.
This is a rather minor issue but I noticed that a few links (one in Lesson 26 and another in Lesson 28) were not working properly. I was wondering if...
Hey there, great job on providing this tutorial! I am learning 11ty myself, and I think it is much more gentle and easier to learn compare to the official 11ty...
Hey, great course. In lesson 9, it uses `eleventy-cache-assets`, which has been replaced by [`eleventy-fetch`](https://www.11ty.dev/docs/plugins/fetch/). I just did this lesson using `eleventy-fetch` and it worked. Making a few tweaks to...