Jekyll Collections Vs. Data Files

As I’ve been getting into Jekyll, I’ve found myself pondering when to use collections vs. data files. Some of this has been due to reusing similar examples (e.g. authors for blog posts) for both collections and data files.

More …

Looping Through All Renderable Pages in Jekyll

As I was working on this website yesterday, I found myself looking for a way to loop through every page, post, and collection item for a specific tag on the page. This seemed like a fairly simple use case but I was having a hard time finding documentation on a solution that behaved the way I wanted it to.

More …

Jekyll Collections

Anybody using Jekyll to generate a website or blog will undoubtedly come across Jekyll collections at some point. They are an invaluable tool for grouping similar content, and understanding how collections work is a necessity for using Jekyll effectively.

More …