11ty / eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator.
https://demo-base-blog.11ty.dev/
MIT License
1.24k stars 616 forks source link

Use eleventyComputed instead of renderData #66

Closed lonekorean closed 4 years ago

lonekorean commented 4 years ago

This removes renderData usage in favor of eleventyComputed.

The 11ty docs say that renderData is undocumented and deprecated. I also found an old issue with some discussion supporting this change.

Things should behave exactly the same. :)

zachleat commented 4 years ago

Awesome—thank you!