http://getcomposer.org/doc/の日本語訳をしてみるみる。
英語苦手なのでまったりと作業。
$ npm install
$ grunt
参考ページ
- http://webtech-walker.com/archive/2013/08/jekyll_to_middleman.html
- http://tricknotes.hateblo.jp/entry/2013/06/17/020229
$ bundle init
Gemfileを以下のように修正
# A sample Gemfile
source "https://rubygems.org"
# gem "rails"
gem "travis"
インストール
$ bundle install --path=vendor/bundle --binstubs=vendor/bin
travisにログインしてGithubのトークンを指定してtravisのトークンを取得
$ bundle exec travis login --pro
$ bundle exec travis encrypt -r kohkimakimoto/getcomposer.org_doc_jp "GH_TOKEN=<token>"