バニラ Octopress ブログをセットアップし、github ページでホストしていますが、使用時にいくつかの問題が発生していrake preview
ます。
トラブルシューティングに役立つように、Octopress をセットアップしてから行った変更の短いリストを次に示します (思い出すことができます)。
- _config.yml で、URL を自分のドメインに変更しました
- _config.yml で、ルートを「/」に変更
- _config.yml で、サードパーティの設定で自分の github リポジトリを指定しました
- /public/github に自分のドメインを指す CNAME を追加しました
- /source/ に私のドメインを指す CNAME を追加しました
- を使って投稿しました
rake new_post
問題の説明は次のとおりです。
http://localhost:4000
404 が返されますが、自分のサイトをhttp://localhost:4000/github/index.html
- /github/index.html をプレビューすると、ほとんどのスタイルシート/JS が 404 を返します。
を実行するrake generate
と、次のようになりrake preview
ます。
Starting to watch source with Jekyll and Compass. Starting Rack on port 4000
Configuration from /Users/[redacted]/Documents/code/octopress/_config.yml
[2013-09-09 10:21:44] INFO WEBrick 1.3.1
[2013-09-09 10:21:44] INFO ruby 1.9.3 (2013-06-27) [x86_64-darwin11.4.2]
[2013-09-09 10:21:44] INFO WEBrick::HTTPServer#start: pid=39870 port=4000
Auto-regenerating enabled: source -> public/github
[2013-09-09 10:21:45] regeneration: 95 files changed
>>> Change detected at 10:21:45 to: screen.scss
identical public/github/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
>>> Compass is watching for changes. Press Ctrl-C to Stop.