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

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    4de6f3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76cbc03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d3c299 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    6e96682 View commit details
    Browse the repository at this point in the history
  2. Minor changes on README

    mekomlusa committed May 6, 2019
    Configuration menu
    Copy the full SHA
    da3132a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Update jekylltoghost.rb to work with Jekyll 4.0

    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.
    tamersalama committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    abf0348 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Merge pull request #1 from tamersalama/patch-1

    Update jekylltoghost.rb to work with Jekyll 4.0.0
    mekomlusa committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    57a2040 View commit details
    Browse the repository at this point in the history