GitHub Pages now runs Jekyll 3.1
As promised, GitHub Pages has moved to the Jekyll 3.1 branch with an upgrade to Jekyll 3.1.6. Jekyll 3.1 brings significant performance improvements to GitHub Pages. By using Liquid::Drops, rather…
As promised, GitHub Pages has moved to the Jekyll 3.1 branch with an upgrade to Jekyll 3.1.6. Jekyll 3.1 brings significant performance improvements to GitHub Pages. By using Liquid::Drop
s, rather than Ruby Hash
es, Jekyll now calculates document and site metadata on demand, rather than calculating every possible value at build time.
While this should be a seamless transition for most GitHub Pages users, we recommend that all users test locally using the GitHub Pages Gem before pushing. This ensures that your site will continue to build as expected. Three things to note as you upgrade:
- All front matter defined in layouts are now accessible only via
{% raw %}{{ layout }}{% endraw %}
. In you define a variablewidth: full
in your layout’s YAML front matter, access it withlayout.width
. - The inheritance of front matter values properly merges a child layout’s front matter over its parent’s front matter. If you define a variable
color: purple
in a layout calledpost
which has a parent layout ofdefault
, and you definecolor: blue
in thedefault
layout, then{% raw %}{{ layout.color }}{% endraw %}
will bepurple
. For more on this, read the pull request that made the change. - If you are using the Jekyll Bootstrap theme, you must update the contents of
_includes/JB/setup
to use{% raw %}{{ layout.theme.name }}{% endraw %}
instead of{% raw %}{{ page.theme.name }}{% endraw %}
.
Beyond the performance improvements, Jekyll 3.1.6 includes over 100 changes, including many bug fixes, both to the rendering process and to the experience of previewing Jekyll locally.
For a full list of changes, see the Jekyll changelog and of course, if you have any questions, please get in touch with us.
Written by
Related posts
GitHub Availability Report: November 2024
In November, we experienced one incident that resulted in degraded performance across GitHub services.
The top 10 gifts for the developer in your life
Whether you’re hunting for the perfect gift for your significant other, the colleague you drew in the office gift exchange, or maybe (just maybe) even for yourself, we’ve got you covered with our top 10 gifts that any developer would love.
Congratulations to the winners of the 2024 Gaady Awards
The Gaady Awards are like the Emmy Awards for the field of digital accessibility. And, just like the Emmys, the Gaadys are a reason to celebrate! On November 21, GitHub was honored to roll out the red carpet for the accessibility community at our San Francisco headquarters.