LoginSignup
2
2

More than 5 years have passed since last update.

middleman-blog-bootstrap-templateを使ったプロジェクトのセットアップ

Posted at

あらかじめ middleman-blog-bootstrap-template を git clone しておく

git clone https://github.com/biblichor/middleman-blog-bootstrap-template.git ~/.middleman/blog-bootstrap

プロジェクト配下に middleman で関連ファイルを生成

cd workspace/myproject
bundle init
echo 'gem "middleman"' >> Gemfile
bundle install --path vendor/bundle
bundle exec middleman init . --template=blog-bootstrap

bowerをつかってパッケージ群をインストール

npm install -g bower
bower install
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2