+[11 years ago]jaybedigilord, unfortunately, with redcarpet anyway- at this time- passing such option(s) are not possible via the fenced code block technique without a plugin or adaptation +[11 years ago]digilordjaybe: Thanks +[11 years ago]jaybepenibelst, hi. perhaps you'll know about this. i noticed the new support for Rouge. rouge purports to support specifications to tune rouge via query arguments, however i don't think jekyll respects/processes them. e.g. ```php?linenos=table ... +[11 years ago]penibelstjaybe: sorry, I don’t know about it. +[11 years ago]jaybepenibelst, no worries; thanks
Anyone else have the raspberry pi, configured w/ Nginx with jekyll?
+[11 years ago]brookman32khi. i'm trying to install jekyll on debian (wheezy). i have installed python-dev, gem, jekyll (gem) and json (gem). however i'm still getting this error message when trying to run it: /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- json (LoadError) +[11 years ago]brookman32k"gem list" shows that json is installed +[11 years ago]brookman32kthis is the whole error message: http://pastebin.com/uCL1g2TT +[11 years ago]pontikihum, brookman32k. Jekyll doesn't work with ruby 1.8 +[11 years ago]pontikiyou need to upgrade your ruby to at least 1.9.3, i think