To make it a little clearer, it’s not sustainable to have three files for each tag I want to get from Cloudinary if I want many galleries.
Hypothetically, if this is my front matter…
---
title: Photos of awesome dogs
tag: dog
layout: gallery.njk
---
…how would I pass `dog` to a data file to get the photos, create the grid of results, paginate, etc.?
This doesn’t seem *that* complicated for #eleventy, but there are a few ways of working with data, and I’m just not sure of the best approach.