jekyllt / jasper

Full-featured Jekyll port of Ghost's default theme Casper 👻
https://jekyller.github.io/jasper/
MIT License
580 stars 348 forks source link

'redcarpet' Markdown engine, not be supported on GitHub Pages after May 1st. #23

Closed ashishapy closed 8 years ago

ashishapy commented 8 years ago

I liked this theme and tried to deploy on Github pages, but I get below email from GitHub.

The page build completed successfully, but returned the following warning:

You are currently using the 'redcarpet' Markdown engine, which will not be supported on GitHub Pages after May 1st. 
At that time, your site will use 'kramdown' for markdown rendering instead. 
To suppress this warning, remove the 'markdown' setting in your site's '_config.yml' file and confirm your site renders as expected. 
For more information, see https://help.github.com/articles/updating-your-markdown-processor-to-kramdown.

How to get correct version on github pages?

hungdh0x5e commented 8 years ago

@ashishapy change setting in _config.yml as below:

# Jykell configuration
markdown: kramdown
highlighter: rouge
biomadeira commented 8 years ago

That's good to know! Thanks @ashishapy and @hungdh0x5e

biomadeira commented 8 years ago

Just pushed a couple of commits to address this https://github.com/biomadeira/jasper/commit/c0442be90cb4185cc3f19f7c7199e7bb061f8130 and https://github.com/biomadeira/jasper/commit/7632ba7d82fecbb5f06e65f38a5bc3533570bde6