Skip to content
Kenichi Ito edited this page Jul 8, 2016 · 9 revisions

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

$ [sudo] gem install bundler

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

$ git clone git@github.com: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する

Clone this wiki locally