-
Notifications
You must be signed in to change notification settings - Fork 29
EditSite
thinca edited this page Feb 1, 2019
·
14 revisions
-
bundlerをインストール (Rubyが必要です)
$ [sudo] gem install bundler
-
リポジトリをクローンします
- vim-jp.github.com の push 権限が無い場合
- https://github.com/vim-jp/vim-jp.github.io を fork
$ git clone git@github.com:${your_github_account}/vim-jp.github.io
- 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を送信します。