1
freetstar 2013-05-28 16:38:17 +08:00
本地jekyll --pygments --safe --auto --server
看看有什么错误信息吗 |
2
Yuguo OP @freetstar
yu-chandlermatoMacBook-Pro:yuguo yuchandler$ jekyll --pygments --safe --auto --server Configuration from /Users/yuchandler/Sites/yuguo/_config.yml Auto-regenerating enabled: /Users/yuchandler/Sites/yuguo -> /Users/yuchandler/Sites/yuguo/_site [2013-05-28 16:41:00] regeneration: 609 files changed [2013-05-28 16:41:00] INFO WEBrick 1.3.1 [2013-05-28 16:41:00] INFO ruby 1.8.7 (2012-02-08) [universal-darwin11.0] [2013-05-28 16:41:01] INFO WEBrick::HTTPServer#start: pid=12851 port=4000 成功无误 |
3
freetstar 2013-05-28 17:27:12 +08:00
删除_site/目录试试行吗,我有时候也是本地ok,github pages不ok,有时候删除_site能发现问题
|
5
wogong 2013-05-28 18:52:30 +08:00
|
6
xi4oh4o 2013-05-28 19:04:49 +08:00
升级到最新的jekyll再试试看
我fork了一下你的blog,然后发现 Generating... Error reading file /Users/xi4oh4o/Documents/repo/fishguo321.github.com/_posts/2012-06-27-font-face-in-action.md: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 8 done. |
7
thedevil5032 2013-05-28 19:34:54 +08:00 via iPad
可能需要修改某个文件里面的日期格式设置。我也曾经遇到过这样的问题。
|
8
llbgurs 2013-05-28 22:07:24 +08:00
是不是用了什么插件了
|
9
yangzh 2013-05-28 23:06:03 +08:00
删除本地 _site
jekyll --pygments --safe --server 不要添加 auto 参数。 |
10
iamsk 2013-05-29 10:19:13 +08:00
官方文档有介绍,大多数是版本问题,如果本地 OK,线上有问题,则基本肯定了,设置为建议的版本,在本地调试看看结果
|
11
Yuguo OP |
13
thedevil5032 2013-05-29 11:42:33 +08:00
当时我改的是这个文件:
_includes/themes/twitter/post.html 30 行 - {{ page.date | date_to_long_string } + {{ page.date | date: "%d %B %Y" } == 详情见: https://github.com/thedevil7/thedevil7.github.com/commit/4a106220047f1b37ed713b2eb8e3c005d47b74c3 |
14
Yuguo OP |
17
yangzh 2013-05-29 12:22:00 +08:00
@Yuguo 好吧其实我也搞不清你是什么问题。。
如果说到 markdown 引擎的话,github 官方使用 redcarpet, 个人建议这个,它天然支持 github favored markdown 。 |
18
Yuguo OP 最后也没搞明白是什么原因,只好把_site push上来了,不折腾了,唉
|