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

Lesson 22: Broken link to starter files #4

Closed davidwittenbrink closed 2 years ago

davidwittenbrink commented 2 years ago

Hi!

I just started with Lesson 22 (Global CSS and design tokens) and found a small issue: The links to the starter files seem to be broken. The code references {{starterFiles }} but I didn't find the variable in the project. https://github.com/andy-piccalilli/learneleventyfromscratch.com/blob/df1e3908f0797fdfa0b97707cb000d89bc1a1a42/docs/lesson/22.md#L17-L19

I have the zip file on my disk and also found the old download link from https://piccalil.li which is still working. If you want I can send a PR to fix this by either using the old Piccalilli link or adding the zip file to a ./public/files directory. Do you have a preference?

koppel commented 2 years ago

For anyone looking, this URL seems to work: https://piccalilli.s3.eu-west-2.amazonaws.com/eleventy-from-scratch/eleventy-from-scratch-front-end-build-starter-files.zip

Andy-set-studio commented 2 years ago

Good catch. Just switched that out. Thank you!