Summary
In this chapter, we took a look at using the 11ty Image plugin to generate images and HTML for images for a photo blog. We set up a JavaScript data file to generate image data based on images inside of a directory and then passed that information to the Image plugin to generate more image sizes and formats that could be used in both the standard display as well as two additional layouts.
In the next chapter, we’ll continue working with 11ty plugins to create a podcast website complete with properly formatted RSS feeds for a podcast and explore what a plugin is.