Jekyll-to-Ghost
Jekyll-to-Ghost copied to clipboard
Takes your Markdown posts from Jekyll and packages them up into a JSON file that Ghost (http://ghost.org) can import
@mekomlusa, I see that featured images are imported (https://github.com/mekomlusa/Jekyll-to-Ghost/blob/master/jekylltoghost.rb#L76). Is that because the Ghost import format doesn't support them, or is it possible to import them?
Updated the code to work with Jekyll 3.8.5 & Ghost 2.0. Tested locally and passed. Installation details are documented in README. * Fixed the `getConverterImpl` command not found error *...
Needed to move the mapping to use the #data hash in the doc and updated the call to remove the getConverterImpl error
``` jekyll 3.0.0 | Error: undefined method `getConverterImpl' for # ```
I'm using the tag _post_url_ in some of my blogposts and the importer didn't touch those links so they ended up broken in my imported posts. I added a simple...
Generating my blog and thus the ghost json export fails with the following error. Do I need a specific version of Jekyll? I'm using Octopress /plugins/jekylltoghost.rb:55:in `generate': uninitialized constant Jekyll::Converters...
When I imported my Jekyll data, it seems to have worked over but I got the following error and this post didn't import: Error importing data: SQLITE_CONSTRAINT: column slug is...