Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 657 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 657 Bytes

koberb.github.io

is built with Middleman!

開発フロー

環境構築

  1. .ruby-version に書いてあるRubyをインストールする
  2. このリポジトリをcloneして、 bundle install

サーバー起動

$ bundle exec middleman

http://localhost:4567/ でサーバーが動きます。

ブランチ戦略

Default Branchが middleman なので、ここにコミットするかPR作成してください。

デプロイ

下記コマンド実行すると、masterブランチでbuildされ、pushまで動きます。

$ bundle exec middleman deploy --build-before