Jekyll is a blog-aware, static site generator written in Ruby.
When calling items from and array in a Liquid template, how do you call does not contain or not in …
jekyll liquidI am trying to set a favicon.ico for my github page, but it doesn't work. When I serve it …
html jekyll favicon github-pagesscratching my head over this - help much appreciated. I want to display a list of all my Jekyll posts, …
jekyll liquidI use jekyll to write post and show it in github-pages. My source file is writen with markdown. How can …
jekyll github-pagesOn my Jekyll-powered website I have an inclusion that does something function-like, but I can't figure out how to pass …
jekyll liquidI'm getting started with Jekyll static site generator and I would like to use Live Reload with it. I know …
ruby jekyllI'm constructing a static site (no blog) with Jekyll/Liquid. I want it to have an auto-generated navigation menu that …
jekyll liquidI'm probably missing something simple but I have no way to test Jekyll locally. I'm using GitHub pages to render …
github jekyllI want to use an if statement in Liquid with multiple conditionals. Something like: {% if (include.featured == "true" and product.…
if-statement jekyll liquidI'm writing a site in Jekyll, which uses Liquid. I have front matter for pages that I'd like to look …
liquid jekyll