具体的报错信息如下:
Bundle complete! 5 Gemfile dependencies, 65 gems now installed.
Gems in the groups development and test were not installed.
Bundled gems are installed into /usr/local/bundle.
Configuration file: /usr/src/app/_config.yml
Source: .
Destination: ./_site
Incremental build: disabled. Enable with --incremental
Generating...
[31m Liquid Exception: Liquid error (line 2): Cannot sort a null object. in about.md [0m
jekyll 3.5.2 | Error: Liquid error (line 2): Cannot sort a null object.
Jekyll build exit with code 1.
Fail to build jekyll site.
可以有偿服务,跪求 jekyll 大牛。
解决问题的过程,我写了一个文章:千里追踪博客之殇
1
ityouknow OP 来此求助,汗!不知道怎么修改。
|
3
ityouknow OP @jpuncle
其实关于 about.md 我已经检查很多遍了,没看出什么问题。 --- layout: page title: About Me menu: about subtitle: <h3>Download My CV</h3> <a role="button" class="btn btn-primary hvr-grow-shadow" href="/assets/files/CV_Chuan_Dong_FR.pdf" target="_blanks"> <span class="flag-icon flag-icon-bl"></span> Français </a> <a role="button" class="btn btn-primary hvr-grow-shadow" href="/assets/files/CV_Chuan_Dong_FR.pdf" target="_blanks"> <span class="flag-icon flag-icon-gb"></span> English </a> <a role="button" class="btn btn-primary hvr-grow-shadow" href="/assets/files/CV_Chuan_Dong_CH.pdf" target="_blanks"> <span class="flag-icon flag-icon-cn"></span> 中文 </a> css: ['about.css', 'sidebar-popular-repo.css', '../../bower_components/flag-icon-css/css/flag-icon.min.css'] --- {% include about.html %} 测试代码在这里 https://coding.net/u/ityouknow/p/page/git,需要的话可以给帐号,我的微信:593544228,欢迎联系我。 |
4
jpuncle 2017-09-08 13:58:00 +08:00
上班中,现在没时间帮你验证, 你把 readme 删掉试试是否 ok
|
6
zhouyou457 2017-09-08 15:13:52 +08:00
哇,作者出现了。。。正在看你写的 spring cloud 文章,写的不错!。。
|
7
sumonian 2017-09-08 16:12:36 +08:00
访问了一下没有什么问题啊
|
8
ityouknow OP |
9
046569 2017-09-08 19:21:59 +08:00
LZ 的 Gemfile 是不是写错了,貌似 'rough' => 'rouge' ?
|
10
lzhr 2017-09-08 20:17:30 +08:00
这个错误好像持续一段时间了,/DONGChuan/Yummy-Jekyll/issues/40 。
要不换个很近似的:/smartjinyu?tab=repositories |
11
ityouknow OP |
13
lzhr 2017-09-08 21:11:27 +08:00 1
@ityouknow #12 不是啊,我直接 fork,改改地址就行了 https://github.com/RGXY/rgxy.github.io
|
14
mzlogin 2017-09-09 00:29:44 +08:00
把楼主的博客源码 clone 下来试了一下,以下步骤好使:
1. 删除 Gemfile.lock 文件 2. 将 Gemfile 文件替换为如下内容: ``` source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins ``` |