我想覆盖/更改head.html中的某些内容,因此我将https://github.com/jekyll/minima/blob/master/_includes/head.html复制到我的网站目录并构建它(jekyll clean + build) - 这在我的本地工作正常但是在推动它对于github,构建失败,没有特别的错误。
Here是我在github中失败的提交
This我报告了它。
我得到的一般错误 -
主分支的页面构建失败,并出现以下错误:
页面构建失败。有关详细信息,请参阅https://help.github.com/articles/troubleshooting-github-pages-builds/。
有关Jekyll疑难解答的信息,请参阅:
https://help.github.com/articles/troubleshooting-jekyll-builds
答案 0 :(得分:0)
在 _config.yml 文件中,添加jekyll-seo-tag插件,如下所示:
plugins:
- jekyll-feed
- jekyll-seo-tag