mfenner / jekyll-pandoc

Jekyll Pandoc markdown converter as Ruby gem
MIT License
82 stars 10 forks source link

jekyll v3 #5

Closed edsu closed 8 years ago

edsu commented 9 years ago

It would be great to have jekyll v3 support, especially for incremental build support.

edsu commented 9 years ago

I've got a working version over here. I'll send a pull request if you want, or we can wait till jekyll 3 is actually out of beta.

tlnagy commented 8 years ago

Any update on this? https://github.com/jekyll/jekyll/releases/tag/v3.0.1 is released now.

edsu commented 8 years ago

I've been using my jekyll-pandoc branch with Jekyll v3.0.1. But I haven't tested with @mfenner's jekyll-pandoc yet. As you can see my branch is greatly simplified since Jekyll 3 doesn't require monkey patching anymore.

mfenner commented 8 years ago

Let me look into this again. Unfortunately I made a few changes that broke the pull request by @edsu.

tlnagy commented 8 years ago

No rush. Jekyll v3 is just simpler (e.g. doesn't require the whole nodejs stack on debian) which is nice. Not really pressing.

williford commented 8 years ago

@edsu, I've been using your fork (with jekyll 3.0.1). Thanks for your (and Martin's) work!

mfenner commented 8 years ago

@edsu and @williford I have finally added proper jekyll 3 support in a 2.0 release today.