I\'m about to go crazy here so I\'ll just ask: How the hell do you install the Ruby Gem Jekyll on Windows.
In my Jekyll blog I use the include tag to put the contents of a file into the document. However if I attempt to do this with a HAML based document the indentation of the included text is wrong. :pres
I created a page in notepad and selected UTF-8 as the encoding while saving. Jekyll does not parse this page. It renders the liquid extensions in the page as they are.
I haven\'t used Ruby. I don\'t know what gems are. But I know how to install them and do basic things like that.
My blog, powerred by Jekyll, serves out a Atom feed. --- layout: nill rooturi: http://stefan.artspace44.com
I\'m using Jekyll to create a new blog. It uses Liquid underneath. Jekyll defines certain \"variables\": site, content, page, post and paginator. These \"variables\" have several \"members\". For ins
Is there a way to obtain the url of a page on Jekyll? By pages I mean non-post textile files, like about.html and download.html on the following hierarchy:
I would like to write开发者_StackOverflow社区 documentation using Jekyll with HTML and PDF outputs. Html can have a navigation but the PDF should have table of contents. Is there a free and easy way t
I\'m tring to do a loop for Nav links below my posts. This is going into the _layout of posts.html I can\'t get the link to not show if the post is the last or the first. Any help would be awesome.