Closed
Conversation
added 3 commits
March 5, 2016 20:43
Removed permalinks, change MD engine to kramdown and highlighter to rouge.
|
MERGE THIS IN! |
Closed
|
@mdo does this look ok? Can it be merged? |
Author
|
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
Member
|
Fix coming in #258. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No more warnings on email when I update my web.
This fix #144