Top "Jekyll" questions

Jekyll is a blog-aware, static site generator written in Ruby.

Does Liquid have a "does not contain" or "not in array" operator?

When calling items from and array in a Liquid template, how do you call does not contain or not in …

jekyll liquid
Unable to set favicon using Jekyll and github pages

I am trying to set a favicon.ico for my github page, but it doesn't work. When I serve it …

html jekyll favicon github-pages
Jekyll display posts by category

scratching my head over this - help much appreciated. I want to display a list of all my Jekyll posts, …

jekyll liquid
How to support latex in github-pages?

I use jekyll to write post and show it in github-pages. My source file is writen with markdown. How can …

jekyll github-pages
Passing parameters to inclusion in Liquid templates

On my Jekyll-powered website I have an inclusion that does something function-like, but I can't figure out how to pass …

jekyll liquid
Using Live Reload with Jekyll

I'm getting started with Jekyll static site generator and I would like to use Live Reload with it. I know …

ruby jekyll
Sorted navigation menu with Jekyll and Liquid

I'm constructing a static site (no blog) with Jekyll/Liquid. I want it to have an auto-generated navigation menu that …

jekyll liquid
How to render a Jekyll markdown page on sites index

I'm probably missing something simple but I have no way to test Jekyll locally. I'm using GitHub pages to render …

github jekyll
How to use multiple arguments in an if statement with Liquid

I want to use an if statement in Liquid with multiple conditionals. Something like: {% if (include.featured == "true" and product.…

if-statement jekyll liquid
Iterate over hashes in liquid templates

I'm writing a site in Jekyll, which uses Liquid. I have front matter for pages that I'd like to look …

liquid jekyll