-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Changes for Jekyll 3.x #145
Conversation
Removed permalinks, change MD engine to kramdown and highlighter to rouge.
MERGE THIS IN! |
@mdo does this look ok? Can it be merged? |
Hey @karlhorky, I'm using this changes for my web since I pulled this and everthing is OK :) |
Yep, it's working for me too, as long as I add the two jekyll gem dependencies to the config file. gems: [jekyll-paginate, jekyll-gist]
Hm, maybe that's not entirely accurate that Jekyll 3 didn't cause this issue with the dependencies. It says on the pagination docs page:
In any case, would be good to get a response from one of the maintainers like @mdo so that some (or both) of these changes can be merged. |
It needs `jekyll-paginate` gem as dependecy to work.
…indows and Linux. File verified with yamllint.com
Fixed _config.yml gems line indentation
removes spacing issue with _config.yml and removes gist tag unrecogni…
change gems to plugins
Fix coming in #258. |
No more warnings on email when I update my web.
This fix #144