Jekyll is a blog-aware, static site generator written in Ruby.
I was wondering how other people are organising their assets for individual posts when using Jekyll. For example, if a …
jekyllBasically, I am using Jekyll (which uses the Liquid templating language) and I am trying to write a for loop …
jekyll liquidI'd like to make a dirt-simple portfolio of sorts on my jekyll blog. I have all my image files in …
jekyllI'm trying to nest markdown in an HTML file while using Jekyll. Is there a way to achieve something like …
html markdown jekyllIs there a way to sort a number of posts alphabetically, using Jekyll? I have something like this now: {% for …
filter jekyll liquidThis is probably an easy question, but how do I show previews of my posts on the default page? I …
jekyllI 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 jekyllWorking with Jekyll for the first time, and it looks like the auto reload functionality (running jekyll --auto --server) is …
jekyllThe only way i know to create an array from my liquid template is: {% assign my_array = "one|two|three" | …
jekyll liquid