GitHub Pages Upgraded to Jekyll 0.5.0
I just released Jekyll 0.5.0 which contains a huge overhaul that allows you to specify options in a _config.yml file. GitHub Pages will honor most of these settings, so if…
I just released Jekyll 0.5.0 which contains a huge overhaul that allows you to specify options in a _config.yml
file. GitHub Pages will honor most of these settings, so if you want to have your Page rendered with RDiscount instead of Maruku, just put this in your config file:
markdown: rdiscount
And if you’d prefer to use a different permalink style, you can set that too:
permalink: pretty
This release also contains tons of bugfixes. More info on GitHub Pages at http://pages.github.com and be sure to peruse the Jekyll Readme
Written by
Related posts
GitHub Availability Report: September 2024
In September, we experienced three incidents that resulted in degraded performance across GitHub services.
Code referencing now generally available in GitHub Copilot and with Microsoft Azure AI
Announcing the general availability of code referencing in GitHub Copilot and Microsoft Azure AI, allowing developers to permit code suggestions containing public code matches while receiving detailed information about the match.
The nuances and challenges of moderating a code collaboration platform
Sharing the latest data update to our Transparency Center alongside a new research article on what makes moderating a code collaboration platform unique.