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: December 2024
In December, we experienced two incidents that resulted in degraded performance across GitHub services.
Inside the research: How GitHub Copilot impacts the nature of work for open source maintainers
An interview with economic researchers analyzing the causal effect of GitHub Copilot on how open source maintainers work.
OpenAI’s latest o1 model now available in GitHub Copilot and GitHub Models
The December 17 release of OpenAI’s o1 model is now available in GitHub Copilot and GitHub Models, bringing advanced coding capabilities to your workflows.