Skip to content

koberb/koberb.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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