Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to work with Jekyll 3.8.5 & Ghost 2.0 #10

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mekomlusa
Copy link

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
  • Updated post fields based on the latest Ghost guideline
  • Added functionality to automatically scrap author information, if given

I haven't been writing Ruby for a while, so your feedback is welcome :)

mekomlusa and others added 7 commits May 3, 2019 23:53
I was getting `undefined method `length' for nil:NilClass (NoMethodError) from `jekyll-4.0.0/lib/jekyll/static_file.rb:148:in `cleaned_relative_path'`.

extname (dir and name) as well as relative_path were empty (and they were part of Jekyll::StaticFile intializer. Added the setters to GhostPage initializer.
Update jekylltoghost.rb to work with Jekyll 4.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants