Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 530 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 530 Bytes

Artist-Developer Website

Install

  1. gem install bundler
  2. bundle install (this sometimes causes problems b/c of Nokogiri - if so, run bundle config build.nokogiri --use-system-libraries first)

Development

  1. bundle exec middleman

Deploy

  1. rake build (if you want to check the build before publishing)
  2. rake publish (to go ahead and push to Github pages)

It seems like sometimes you have to clear out the build directory before publishing - if you get errors, try rm -rf build && rake publish