-
Notifications
You must be signed in to change notification settings - Fork 29
EditSite
K.Takata edited this page Nov 3, 2017
·
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 [email protected]:vim-jp.github.com.git
- vim-jp.github.com の push 権限がある場合
$ git clone [email protected]: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を送信します。