We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jekyllをインストールします。gem version >= 1.3.7が必要です。
gem version >= 1.3.7
$ gem install jekyll redcarpet
リポジトリへの更新アクセス権限がない場合は
$ git clone https://github.com/vim-jp/vim-jp.github.com.git
リポジトリへの更新アクセス権限がある場合は
$ git clone git@github.com:vim-jp/vim-jp.github.com.git
jekyllをサーバモードで起動します。
$ jekyll --server --auto
ソースを修正します。もちろんVimですね?分かります。
ブラウザでhttp://localhost:4000/を開き確認します。
http://localhost:4000/
online HTML5 validatorを使って検証します。
コミットし、更新権限の無い方はpull requestを送信します。(writer権限のある方はpush)
There was an error while loading. Please reload this page.