-
Notifications
You must be signed in to change notification settings - Fork 29
EditSite
MURAOKA Taro edited this page Dec 18, 2024
·
15 revisions
-
Dockerをインストール
-
リポジトリをクローンします
- 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
- vim-jp.github.com の push 権限が無い場合
-
jekyllをサーバモードで起動します。
$ ./_scripts/docker_jekyll_serve -w
詳しくは README を参照してください
-
ソースを修正します。もちろんVimですね? 分かります。
-
ブラウザで http://localhost:4000/ を開き確認します。
-
online HTML5 validatorを使って検証します。
-
リポジトリにpushし、更新権限の無い方はpull requestを作成します。