Jekyll Categories Vs. Tags
Do you know when to use categories and tags when building Jekyll sites? This blog post will tell you everything you need to know.
More …Do you know when to use categories and tags when building Jekyll sites? This blog post will tell you everything you need to know.
More …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 …November was a pretty solid month for me. Read more about it in this blog post.
More …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 …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 …