github jekyll site不再采取Maruku做为Markdown的解释器,而是kramdown
github jekyll site不再采用Maruku做为Markdown的解释器,而是kramdown
上Github Help链接一看,发现Maruku项目于2012年10月关闭并停止更新了,相应地github也不采用这个解释器,而是采用kramdown解释器
果然成功, 我的GITHUB 博客都址为: http://aborn.github.io/
今天写了一篇博客,把它push到jekyll site on github上,发现老是出错,给的邮件信息如下:
The page build completed successfully, but returned the following warning: Your site is using Maruku, the default Markdown interpreter. Maruku is now obsolete and may cause builds to fail for sites with invalid Markdown or HTML. Seehttps://help.github.com/articles/migrating-your-pages-site-from-maruku for more information on upgrading to a newer Markdown interpreter. For information on troubleshooting Jekyll see: https://help.github.com/articles/using-jekyll-with-pages#troubleshooting If you have any questions please contact us at https://github.com/contact.
上Github Help链接一看,发现Maruku项目于2012年10月关闭并停止更新了,相应地github也不采用这个解释器,而是采用kramdown解释器
你只要在_config.yml文件里加上以下代码,让系统采用kramdown解释器就可以了
markdown: kramdown
果然成功, 我的GITHUB 博客都址为: http://aborn.github.io/