我能够在本地构建和服务我的jekyll博客,没有任何错误,但是当我推送更新的更改时,我会从Github那里得到页面生成失败错误。
The page build failed with the following error:
Page build failed. For more information, see https://help.github.com/articles/troubleshooting-github-pages-build-failures.
For information on troubleshooting Jekyll see:
https://help.github.com/articles/troubleshooting-jekyll-builds在这里,github回购问题:https://github.com/prodicus/tasdikrahman.me/
发布于 2016-08-07 09:49:13
对于本地构建,必须使用bundle update更新gems。你会发现你有一个“荧光笔”警告。
关于github-页面。我只对分叉你的回购和它进行了建房 (修改非常小),只有相同的荧光警告:
页面生成已成功完成,但返回了以下警告:您正在尝试使用“pygments”荧光笔,它目前在GitHub页面上不受支持。您的网站将使用“胭脂”作为突出显示。若要抑制此警告,请将“_config.yml”中的“荧光笔”值更改为“胭脂”,并确保“pygments”键未设置。有关更多信息,请参见https://help.github.com/articles/page-build-failed-config-file-error/#fixing-highlighting-errors。
你能把荧光笔换成胭脂吗?
https://stackoverflow.com/questions/38811995
复制相似问题