11ty / eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator.
https://eleventy-base-blog.netlify.app/
MIT License
1.21k stars 619 forks source link

Update readme instructions for css and images #101

Closed handreistoicescu closed 2 years ago

handreistoicescu commented 3 years ago

The instructions should be changed to properly reflect the way css and images are handled in the configuration.

At the moment the instructions reference css and png files being handled via templateFormats, but in reality they're configured to be located in special css and img directories and handled via addPassthroughCopy().

handreistoicescu commented 3 years ago

Hey, @zachleat! Could you please review this small change to the readme? Thanks in advance!

zachleat commented 2 years ago

Another winner! Appreciate it!