2

I've installed Jekyll-Bootstrap, the redcarpet plugin, and I've tried updating my Ruby to the latest RVM stable. I'm running OS X Mountain Lion (10.8.2).

With this setup, if I insert a code block comment with either standard syntax (indent 4 spaces) or github syntax highlighting (```), I end up with no errors from Jekyll and an empty html file (0 bytes). Pushing it to github produces the very helpful error:

The page build failed with the following error:

page build failed

Any help much appreciated.

Sean Parent
  • 693
  • 5
  • 10

2 Answers2

0

I notice you are using Pygments for your highlighting. Although it is strongly pushed by GitHub, I have had much better luck with Coderay.

Zombo
  • 1
  • 62
  • 391
  • 407
0

The code highlighting in octopress is awesome. I would suggest either trying octopress, or grabbing the relevant plugins and adding them to your jekyll site.

And then you'll need some css.

bwest
  • 9,182
  • 3
  • 28
  • 58