Top "Jekyll" questions

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

Local post assets with Jekyll

I was wondering how other people are organising their assets for individual posts when using Jekyll. For example, if a …

jekyll
For loop, wrap every two posts in a div

Basically, I am using Jekyll (which uses the Liquid templating language) and I am trying to write a for loop …

jekyll liquid
Jekyll for loop over all images in a folder?

I'd like to make a dirt-simple portfolio of sorts on my jekyll blog. I have all my image files in …

jekyll
Embedding Markdown in Jekyll HTML

I'm trying to nest markdown in an HTML file while using Jekyll. Is there a way to achieve something like …

html markdown jekyll
Using liquid to sort posts alphabetically

Is there a way to sort a number of posts alphabetically, using Jekyll? I have something like this now: {% for …

filter jekyll liquid
How to show a preview of a post? (Using Jekyll Bootstrap theme)

This is probably an easy question, but how do I show previews of my posts on the default page? I …

jekyll
jekyll installed but 'command not found'

I installed jekyll, but surprisingly somehow osx doesn't recognise its installed. $ sudo gem install jekyll Password: Successfully installed jekyll-1.2.1 Parsing …

terminal osx-mountain-lion jekyll
Jekyll auto reloading

Working with Jekyll for the first time, and it looks like the auto reload functionality (running jekyll --auto --server) is …

jekyll
Assign an array literal to a variable in Liquid Template

The only way i know to create an array from my liquid template is: {% assign my_array = "one|two|three" | …

jekyll liquid
An easy way to support tags in a jekyll blog

I am using the standard jekyll installation to maintain a blog, everything is going fine. Except I would really like …

ruby tags tagging liquid jekyll