我最近开始寻找一种解决方案,以便在使用Octopress时获得ruby'on rails',因为我在使用Ruby / Passenger / Apache时遇到了问题我决定在Github页面上托管我的Octopress网站。
现在我有自己的章鱼跑,但我遇到问题,因为我是Github和Octopress的新手 - 也许有人可以帮助我?
我有一个:
这就是我所看到的:
User@WKS-021 ~/octopress $ git remote -v
octopress git://github.com/imathis/octopress.git (fetch)
octopress git://github.com/imathis/octopress.git (push)
origin https://github.com/xxxxx/xxxxx.github.com.git (fetch)
origin https://github.com/xxxxx/xxxxx.github.com.git (push)
和
User@WKS-021 ~/octopress $ git branch
* source
现在我导入了我喜欢的主题但我该如何部署这些帖子?例如,我可以使用Octopress文档:
rake new_post["Hello Octopress"]
# Creates source/_posts/2012-01-30-Hello-Octopress.markdown
我可以看到(在rake生成/部署之后)
〜/ octopress / source / _posts(local)
但即便如此:
$rake generate
$git add .
$git commit -m "Initial blog post."
$git push origin source
$rake deploy
当我填写浏览器时,我无法做任何事情 - 我经常收到404页错误
http://xxxxx.nl/blog/2012/01/30/Hello-Octopress
我做错了什么并且是首页上的帖子(index.html)还是?甚至试图制作页面但问题相同。