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