👩💻 Join our community of thousands of amazing developers!
In one of my recent posts, I showed how to build an image gallery with Jekyll and Lightbox2. The gallery featured there consists of one index page and multiple subpages, and all the content was dynamically generated out of a YAML data file. Now I’m building another site with Jekyll, and I needed a slightly different kind of image gallery there: multiple long text pages with images on each one the pages that contain images are spread across the site, so there’s no “index page with subpages” stru...