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

Wrong link and missing image in lesson 11 #wrapping-up #14

Closed watershed closed 2 years ago

watershed commented 2 years ago

This course is great, Andy. Thanks. I'm very happy to have bought it earlier in the year, even though I'm only now getting to it and it's now free!

In Lession 11 Wrapping up your reference to:

 http://localhost:8080https://piccalil.li/blog/

…should be:

 http://localhost:8080/blog/

…and you have a missing image:

Screen Shot 2021-12-05 at 12 51 02
tobiasziegler commented 2 years ago

I just stumbled onto this issue with the blog links as well, but it's a bit broader than the single link in Lesson 11. It looks like this commit introduced the broken /blog/ slugs and links, including in the navigation.json code in Lesson 7, etc.: https://github.com/hankchizljaw/learneleventyfromscratch.com/commit/c11b053c94bc3922a6ccd52e56744d847147ace6

Agreed on the quality of the course - thanks for making it available, Andy!

Andy-set-studio commented 2 years ago

Fixed with #9