-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10f95f2
commit 5abbe58
Showing
2 changed files
with
4 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,5 @@ | ||
[CodeinChinese](http://codeinchinese.com/)网站源码. 欢迎提交PR | ||
[CodeinChinese](http://codeinchinese.com/)网站源码。欢迎提交PR。 | ||
|
||
安装[Jekyll](https://jekyllrb.com/)后, 在目录下本地运行: | ||
``` | ||
$ bundle exec jekyll serve | ||
``` | ||
全文索引仅支持 2019 年之前的内容。 | ||
|
||
遇到问题`bundler: command not found: jekyll`解决方法: | ||
``` | ||
$ rvm install ruby | ||
``` | ||
|
||
如报错: | ||
``` | ||
$ bundle exec jekyll serve | ||
$ bundle exec jekyll serve | ||
Could not find public_suffix-3.0.0 in any of the sources | ||
Run `bundle install` to install missing gems. | ||
``` | ||
解决方法: | ||
``` | ||
$ gem install jekyll bundler | ||
``` | ||
除非必须,不再本地搭建 jekyll 环境。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1 @@ | ||
[CodeinChinese](http://codeinchinese.com/)网站源码. 欢迎提交PR | ||
|
||
安装[Jekyll](https://jekyllrb.com/)后, 在目录下本地运行: | ||
``` | ||
$ bundle exec jekyll serve | ||
``` | ||
|
||
遇到问题`bundler: command not found: jekyll`解决方法: | ||
``` | ||
$ rvm install ruby | ||
``` | ||
|
||
如报错: | ||
``` | ||
$ bundle exec jekyll serve | ||
$ bundle exec jekyll serve | ||
Could not find public_suffix-3.0.0 in any of the sources | ||
Run `bundle install` to install missing gems. | ||
``` | ||
解决方法: | ||
``` | ||
$ gem install jekyll bundler | ||
``` | ||
到 2019 的jekyll网页,此目录不再使用,仅作备份。 |