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

Fix depreciation issues on jekyll build #135

Closed
wants to merge 3 commits into from

Conversation

johnantoni
Copy link

Add jekyll-gist gem to fix gist tag error:

"Liquid Exception: Liquid syntax error: Unknown tag 'gist' in /Users/john/projects/hyde/_posts/2012-02-07-example-content.md"


Disable relative_permalinks as breaks example content:

"Since v3.0, permalinks for pages in subfolders must be relative to the site source directory, not the parent directory. Check http://jekyllrb.com/docs/upgrading/ for more info."

More: poole/poole#99


Third commit is part of pull request #134 but adds the missing jekyll-paginate gem to remove the message:

"Deprecation: You appear to have pagination turned on, but you haven't included the jekyll-paginate gem. Ensure you have gems: [jekyll-paginate] in your configuration file."

@mdo
Copy link
Member

mdo commented Apr 4, 2020

Fix coming in #258.

@mdo mdo closed this Apr 4, 2020
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