Edit Site - moto-net/moto-net.github.com GitHub Wiki

1. bundlerをインストール (Rubyが必要です)

$ [sudo] gem install bundler

2. リポジトリへの更新アクセス権限がある場合

$ git clone [email protected]:moto-net/moto-net.github.com.git

3. 依存関係の解決

$ cd moto-net.github.com
$ bundle install

4. jekyllをサーバーモードで起動

$ bundle exec jekyll serve -w

5. ソースを修正する
6. ブラウザでhttp://localhost:4000/を開き確認
7. コミットし、pushする