Introduction to Collections in Jekyll
A quick overview of using collections in Jekyll to create powerful taxonomies around your content.
Compress Your HTML in Jekyll
Make your pages smaller by compressing the HTML outputs of your Jekyll files.
Loading Scripts or Stylesheets Conditionally With Jekyll
A quick trick to use front matter to help load scripts or stylesheets only when needed.
Jekyll Themes
As of Jekyll 3.2, themes are now first-class citizens. Learn how to install, update and work with themes in Jekyll.
Defining Twitter Cards in your Jekyll Template
Here's how to use Twitter cards in your Jekyll website.
Escaping Liquid Template Tags
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.
Running Jekyll Serve in Development Mode
Improve your Jekyll workflow with a _confid_dev.yml file and a simple rakefile.
Canonical Link Tag in Jekyll
A quick snippet to insert a canonical link tag in your Jekyll template to help with SEO.
Related Posts With Jekyll
Generate related posts in Jekyll for posts in a category.