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

remove custom filters #79

Closed ItaiAxelrad closed 3 years ago

ItaiAxelrad commented 3 years ago

Remove custom filters in eleventy config file in favor of native filters (use slice directly on the posts collection).

zachleat commented 3 years ago

I do like your code changes but I do think there is value in having a few more obvious filters in the sample config for people to learn and build from. Going to pass on this one—sorry!

ItaiAxelrad commented 3 years ago

Was playing into the 'zero config' sentiment, but I see the value of having additional learning resources within the template