Closed satyanash closed 4 years ago
Current failures are on JEKYLL_VERSION="~> 3.8"
due to kramdown-parser-gfm
being unavailable in jekyll 3.9
Have submitted another fix for this in #223 to lock JEKYLL_VERISON='~> 3.8.0'
.
All CI checks are now passing for this refactor.
@ashmaroli May I know what is blocking the merge for this PR? I'm unable to find a user called @jekyll/plugin-core
@jekyll/plugin-core
is a ping to a team of members within the Jekyll organization on GitHub that maintain plugins under the Org. You may not see details if you don't have sufficient privileges.
Either ways, this is going to wait for couple of days for a response from the team. You're welcome to start work on a new branch created off this branch and then rebase once this gets merged into master.
Thanks @satyanash @jekyllbot: merge +dev
I was planning to take a crack at #214 and realized that the specs for
RedirectPage
could do with some refactoring before actually implementing the fix for it. Would like to get the refactor merged before moving on to the actual fix.At a high level the refactor does the following:
shared_examples
block.RedirectPage.from_paths
in the spec. ~and makes it private~.RedirectPage.redirect_from
andRedirectPage.redirect_to
in the spec.