Top "Jekyll" questions

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

Error installing Jekyll, requires Ruby >= 2.0.0

I get the error Error installing jekyll: jekyll requires Ruby version >= 2.0.0. when I run sudo gem install jekyll "ruby …

ruby jekyll
Jekyll serve didn't work: It looks like you don't have pygments or one of its dependencies installed

Configuration file: /Users/andrechristoga/Documents/type-theme/_config.yml Deprecation: You appear to have pagination turned on, but you haven't included …

jekyll pygments
How to adjust Jekyll post order?

I have started a Jekyll based blog with a theme jekyll-now. I am new to Jekyll and how it operates (…

jekyll liquid blogs
For loops in Liquid: using reversed in conjunction with limit:1

I'm building a simple blog using Jekyll, and I'm pulling my hair out trying to figure out this problem. The …

jekyll liquid
Jekyll on Windows: Pygments not working

I updated to the latest JekyllBuild (1.0.3) before I always used the RC. After updating the parsing of codes (with Pygments) …

ruby jekyll pygments
Jekyll — Change layout if page is a post?

In a Jekyll layout, is there any way to detect if the page is a normal page or a post? …

jekyll liquid
jekyll debug or print all variables

I want to peak into Jekyll's brain and see what's going on, in php you have get_defined_vars, so …

ruby debugging jekyll
Are there any GUI/WYSIWYG CMS editor based on Jekyll?

I find Jekyll to be very easy and useful to maintain static html sites and blogs, especially along with GitHub …

content-management-system jekyll wysiwyg
Escaping double curly braces inside a markdown code block in Jekyll

I'm using Jekyll to create a documentation site wherein I am trying to document some code that contains handlebars-like syntax. …

markdown jekyll liquid kramdown
Jekyll/Liquid Templating: How to group blog posts by year?

I'm rewriting my blog to use Jekyll. Jekyll uses the Liquid templating language so it makes it a little more …

jekyll liquid