Jekyll-to-Ghost icon indicating copy to clipboard operation
Jekyll-to-Ghost copied to clipboard

Does not work with Jekyll 3.x - undefined method `getConverterImpl'

Open sammcj opened this issue 9 years ago • 1 comments

jekyll 3.0.0 | Error:  undefined method `getConverterImpl' for #<Jekyll::Site:0x007ff12d1e6538>

sammcj avatar Nov 07 '15 10:11 sammcj

in jekylltoghost.rb, try replacing getConverterImpl with find_converter_instance

kindohm avatar Dec 11 '15 21:12 kindohm