Introduction to Collections in Jekyll
A quick overview of using collections in Jekyll to create powerful taxonomies around your content.
A quick overview of using collections in Jekyll to create powerful taxonomies around your content.
As of Jekyll 3.2, themes are now first-class citizens. Learn how to install, update and work with themes in Jekyll.
Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites.
A quick snippet to insert a canonical link tag in your Jekyll template to help with SEO.
Here’s how to use Twitter cards in your Jekyll website.
Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites.
Make your pages smaller by compressing the HTML outputs of your Jekyll files.
A quick trick to use front matter to help load scripts or stylesheets only when needed.
Escape liquid template tags with the raw tag. This can be really useful for Jekyll sites that have code snippets that contain some mustache syntax.
Generate related posts in Jekyll for posts in a category.