-
Notifications
You must be signed in to change notification settings - Fork 29
EditSite
crazymaster edited this page Mar 16, 2013
·
15 revisions
-
jekyllをインストールします。
gem version >= 1.3.7
が必要です。$ gem install jekyll redcarpet
-
Pygmentsをインストールします。 (詳しくはこちらを参照)
$ easy_install Pygments
-
リポジトリへの更新アクセス権限がない場合は
$ 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/
を開き確認します。 -
online HTML5 validatorを使って検証します。
-
コミットし、更新権限の無い方はpull requestを送信します。(writer権限のある方はpush)