无法生成Github页面

无法生成Github页面,github,jekyll,github-pages,Github,Jekyll,Github Pages,我有一个Jekyll博客,我可以用bundle exec Jekyll service在本地构建,但无法在Github页面上构建。我用叉子叉了一个,跟着,但不知道问题出在哪里 错误消息不提供任何详细信息: The page build failed for the `master` branch with the following error: Page build failed. For more information, see https://help.github.com/artic

我有一个Jekyll博客,我可以用
bundle exec Jekyll service
在本地构建,但无法在Github页面上构建。我用叉子叉了一个,跟着,但不知道问题出在哪里

错误消息不提供任何详细信息:

The page build failed for the `master` branch with the following error:

Page build failed. For more information, see https://help.github.com/articles/troubleshooting-github-pages-builds/
.

For information on troubleshooting Jekyll see:

  https://help.github.com/articles/troubleshooting-jekyll-builds
我仔细阅读了他们的每一条建议,似乎没有一条适合我的情况

我的帐户和电子邮件都经过了验证,我已经用它构建了其他几个Github页面,没有任何问题

我使用的唯一插件是:

gems:
  - jekyll-sitemap
  - jekyll-paginate
  - jekyll-gist
  - jekyll-feed
这些都是官方支持的

repo中的所有文件约为9MB,远低于1GB的限制

没有覆盖_config.yml中的

我是从主分支构建的,因此它与丢失的/docs文件夹无关

我相信我没有使用任何子模块

我已尝试将URL保留在_config.yml中为空,使其
https:////
,并使其
https://
具有
/
的基本URL,所有这些都不起作用


我可以试着找出问题所在吗?

在您的标题中,您有:

title:            Julius' Site
用双引号将其括起来,以正确地将其作为字符串处理

title:            "Julius' Site"
然后修复URL:

url: "https://jss367.github.io/"
baseurl: "/hpstr-jekyll-theme"
更新 生成
feed.xml
的插件希望front matter posts中的
image
元素只指定图像文件名,但您的repo中有更多键:

image:
  feature: abstract-3.jpg
  credit: dargadgetz
  creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
何时应该:

image:
  feature: abstract-3.jpg
解决方案是以上述方式使用
image
修复帖子,如果您想将元数据附加到图像,请使用jekyll数据文件

或简单删除:

_posts/2011-03-10-sample-post.md
_posts/2012-05-22-readability-post.md
_posts/2013-05-23-readability-feature-post.md
_posts/2013-08-16-code-highlighting-post.md

有任何存储库url吗?这是我的报告:尝试在gem文件中仅使用
gem'github pages'
进行本地调试。提要插件有问题。我的建议是找到另一个更简单的主题,这个主题还远远不够完美。我做了这些修改,也犯了同样的错误。我也尝试过用双引号引用描述,但仍然没有结果。在设置/Jekyll build failure messages中发布错误消息如果我转到Settings->Github页面,我会看到以下错误:您的站点在构建:页面构建失败时遇到问题。有关详细信息,请参阅。