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
First Look: Exploring OpenAI o1 in GitHub Copilot
We’ve tested integrating OpenAI o1-preview with GitHub Copilot. Here’s a first look at where we think it can add value to your day to day.
GitHub Availability Report: August 2024
In August, we experienced one incident that resulted in degraded performance across GitHub services.
Fine-tuned models are now in limited public beta for GitHub Copilot Enterprise
Fine-tuned models empower organizations to receive code suggestions specifically tailored to their coding practices and internal languages.