kawasakirb.github.ioのサイトです
- このプロジェクトをforkする
- 自分の作業環境にforkしたプロジェクトをcloneする(
git clone git@github.com:<username>/kawasakirb.github.io.git) - 必要なgemをインストールする(
bundle install) - トピックブランチを作成する(
git checkout -b my-new-post) - 記事を作成し、編集する(
bundle exec rake post title="my awesome post") - 記事をlocalで確認する(
bundle exec jekyll serve --watch) - トピックブランチをpushする(
git push origin my-new-post) kawasakirb/kawasakirb.github.ioプロジェクトのmasterブランチに対してPull Requestを作成する