-
Notifications
You must be signed in to change notification settings - Fork 29
EditSite
Kenichi Ito edited this page Jul 8, 2016
·
15 revisions
-
bundlerをインストール (Rubyが必要です)
$ [sudo] gem install bundler
-
リポジトリをクローンします * vim-jp.github.com の push 権限が無い場合
- https://github.com/vim-jp/vim-jp.github.com.git を fork
-
$ git clone git@github.com:vim-jp.github.com.git
* vim-jp.github.com の push 権限がある場合 $ git clone git@github.com:vim-jp/vim-jp.github.com.git
-
依存関係の解決
$ cd vim-jp.github.io $ bundle install
-
jekyllをサーバモードで起動します。
$ bundle exec jekyll serve -w
-
ソースを修正します。もちろんVimですね?分かります。
-
ブラウザでhttp://localhost:4000/を開き確認します。
-
online HTML5 validatorを使って検証します。
-
リポジトリにpushし、更新権限の無い方はpull requestを送信します。