nokyotsu / krampygs

Kramdown + Pygments + Typogruby for Jekyll
The Unlicense
11 stars 2 forks source link

Having trouble getting set up. #4

Open robotsandcake opened 10 years ago

robotsandcake commented 10 years ago

Hello,

First off, I'm a complete Jekyll newbie so please bear with me!

Your repository seems to solve my problem perfectly, I want to use pygments but still have the ability to use footnotes as well which is great. I also see that you've added GFM support which is also awesome :-)

The steps I've taken so far were to copy krampygs.rb to my _plugins folder, and then to modify my _config.ymlfile to have these settings:

markdown: krampygs
kramdown:
   input: GFM
markdown_ext: foo
pygments: true

I left the input: GFM section in because it was the when I was using kramdown just FYI.

So, which blindingly obvious thing am I missing?! Any help you could give me would be really appreciated!

Thanks.

nokyotsu commented 10 years ago

Hi! I think the solution is to keep

 markdown: krampygs

on your _config.yml, I'll make this more explicit on the readme file.