Internationalization Github页面:生成失败=>;如何调试?

Internationalization Github页面:生成失败=>;如何调试?,internationalization,jekyll,github-pages,Internationalization,Jekyll,Github Pages,我收到一条来自github的消息,告诉我我的页面构建失败 没有更多信息:( 我当然读过 但是我怎样才能得到更多关于问题的信息呢 它在本地构建得非常好: jekyll build Configuration file: /srv/jekyll/_config.yml Source: /srv/jekyll Destination: /srv/jekyll/_site Incremental build: disabled. Enable with --inc

我收到一条来自github的消息,告诉我我的页面构建失败

没有更多信息:(

我当然读过

但是我怎样才能得到更多关于问题的信息呢

它在本地构建得非常好:

jekyll build
Configuration file: /srv/jekyll/_config.yml
            Source: /srv/jekyll
       Destination: /srv/jekyll/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
Building site for default language: "fr" to: /srv/jekyll/_site
Loading translation from file /srv/jekyll/_i18n/fr.yml
   GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
Building site for language: "en" to: /srv/jekyll/_site/en
Loading translation from file /srv/jekyll/_i18n/en.yml
Build complete
                    done in 1.265 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
这是我的
\u config.yml

title: My site
description: My description
email: email@example.com
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: example
github_username:  example

# Build settings
markdown: kramdown
theme: minima
plugins:
  - jekyll-feed
  - jekyll-multiple-languages-plugin
  - jekyll-redirect-from

languages: ['fr', 'en']
exclude_from_localizations: ['assets', 'CNAME']
defaultLang: fr
languageNames:
  fr: Français
  en: English
  it: Italiano
有小费吗


Cheers

GitHub页面不支持该插件
jekyll多语言插件

测试您的站点是否在本地使用
github页面
gem而不是
jekyll
gem

构建得很好。确实如此。(我将netlify作为托管解决方案,然后: