【发布时间】:2015-03-12 01:45:53
【问题描述】:
当我尝试将我的 Jekyll 网站推送到他们的页面时,我不断从 github 收到以下错误消息。
页面构建失败,出现以下错误:
页面构建失败。有关详细信息,请参阅 https://help.github.com/articles/troubleshooting-github-pages-build-failures.
如果您有任何问题,请联系我们 https://github.com/contact.
我运行jekyll serve 来查看是否有任何可疑情况,但它给我的唯一信息是警告:Build Warning: Layout 'default' requested in app/index.html does not exist.
我错过了什么吗?我所有的文件都在 Github 上:https://github.com/BobWassermann/confguide
【问题讨论】:
-
对于初学者来说,修复该警告可能是个好主意。
-
@chris。嗯,这是另一个问题。默认布局确实存在。
标签: github jekyll github-pages