Rake Preview将我的octropress博客显示为localhost:4000上的空白页面

时间:2014-01-16 17:53:56

标签: rake octopress github-pages

我在octopress上写了我的第一篇文章:

rake new_post 'name_of_post'

我可以在_source / _posts /'2014-01 ......

中看到我的帖子

当我尝试运行命令

rake preview

这是终端输出的内容:

source$ rake preview
(in /Users/steclaudinodaffara/Documents/blog/cdSte/octopress)
Starting to watch source with Jekyll and Compass. Starting Rack on port 4000
Configuration from /Users/steclaudinodaffara/Documents/blog/cdSte/octopress/_config.yml
[2014-01-16 09:26:55] INFO  WEBrick 1.3.1
[2014-01-16 09:26:55] INFO  ruby 2.1.0 (2013-12-25) [x86_64-darwin12.0]
[2014-01-16 09:26:55] INFO  WEBrick::HTTPServer#start: pid=34168 port=4000
Auto-regenerating enabled: source -> public
[2014-01-16 09:26:55] regeneration: 94 files changed
>>> Change detected at 09:26:57 to: screen.scss
identical public/stylesheets/screen.css 

Dear developers making use of FSSM in your projects,
FSSM is essentially dead at this point. Further development will
be taking place in the new shared guard/listen project. Please
let us know if you need help transitioning! ^_^b
- Travis Tilley

似乎一切都应该正常工作,但它会在localhost上预览一个空白页面。 这是我在github上的回购:https://github.com/stecd/octopress我将它从原始的Octopress仓库中分离出来,然后将其复制到我的目录中。

我按照这个博客开始使用octopress:http://learnaholic.me/2012/10/10/deploying-octopress-to-github-pages-and-setting-custom-subdomain-cname/

我有什么遗失的吗?

2 个答案:

答案 0 :(得分:1)

这似乎是一个已知问题,请参阅https://github.com/imathis/octopress/issues/1395

该问题被标记为已关闭,但我不确定,因为我有同样的问题。一个简单的解决方法是使用Chrome而不是Safari。

答案 1 :(得分:0)

rake generate

然后

rake preview

以下是我在Octopress http://www.tomordonez.com/blog/2013/03/12/rake-commands-in-octopress-on-github/

上撰写的关于rake命令的文章