-
Notifications
You must be signed in to change notification settings - Fork 357
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
Jekyll 3.0.x #175
Jekyll 3.0.x #175
Conversation
🙏 |
@benbalter jekyll-redirect-from has been updated: https://github.com/jekyll/jekyll-redirect-from/releases/tag/v0.9.0 |
@benbalter Also, see jekyll/jekyll#3945 for a list of gems that have been CI'd against Jekyll 3. |
Thanks @parkr looks like just mentions and jemoji then, which have fixes in the works. |
@benbalter Did you add jekyll-paginate? |
Added. |
"jekyll-coffeescript" => "1.0.1", | ||
"jekyll-sass-converter" => "1.3.0", | ||
"jekyll-paginate" => "1.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both jekyll-paginate and jekyll-coffeescript can be moved down to "Plugins" as they're no longer runtime dependencies of Jekyll. :)
Marvelous! |
* master: 💎 bump bump to 2.1.7-github bump jekyll-seo to 0.1.4 add jekyll-seo-tag try 2.3.0 try ruby 2.0-2.3
Considering the work being done here, would it be worth submitting a fix to jekyll's issue with (the lack of) bold text on firefox? FWIW, test case for both bugs (visible in firefox): ---
layout: post
title: "Test case"
date: 2016-01-10 21:44:44
categories: jekyll update
---
# header 1
test
## header 2
test
### header 3
testing **bold text here**
|
@alexconst Wouldn't this be more of a CSS issue than Jekyll itself? |
@j-mes Well, it's the CSS produced by Jekyll using its |
This reverts commit be19789.
Just a quick update for those following along, this effort is still very much on track, and should be available at a GitHub Pages site near you in the coming month. In the interim, if you'd like to test your site against the GitHub Pages Jekyll 3 stack, see @parkr's excellent post over in https://talk.jekyllrb.com/t/jekyll-3-x-with-github-pages/1832. |
@benbalter Is it safe to assume Github pages will be targeting |
@larryfox: no, v3.0.1 is currently targeted. 3.1 will come later. |
There are a lot of moving parts in 3.1 (specifically drops), with few user-facing features other than performance. We're focusing on getting folks happy on 3.0.x, and then can come back and take a look at 3.x in another pass. This will also give 3.1 some time to bake in the wild. |
Understandable, thanks for the clarification! |
I think there is a problem with Kramdown or Rouge: Before: source 'https://rubygems.org'
gem "github-pages" After: source 'https://rubygems.org'
gem "github-pages", github: "github/pages-gem", branch: "jekyll-3" I use Prismjs for the highlighting, so it is based on classes of I use kramdown:
input: GFM |
w00p! |
🎉 👍 |
This is a progress tracking branch for getting things where the GitHub Pages Gem could be bumped to use Jekyll 3.0.x and related dependencies.
Initial todo to establish a baseline of what's changed:
Known breaking changes
Please contribute only constructive comments below. If you would like to follow the effort's progress, you may click
subscribe
in the right-hand sidebar.