Website for the second Baltimore Hackathon, November 14 - 16, 2014. Lives at http://baltimorehackathon.com.
- Ruby 2.1.2
- Bundler
- Run
bundle install
in this directory. - Run
bin/middleman server
in this directory. - Go to http://0.0.0.0:4567 to see the site!
Everything you'll need to edit is contained in the source
directory. The
websites from the past years live in source/2010
and source/2012
and are
self contained. For additional information about developing with Middleman,
check out their docs.
Deploying uses the middleman-deploy
gem to automate the process of deploying
the website to Github pages. The command will deploy the built website to the
Push URL in git remote show origin
.
- Run
middleman build
. - Run
middleman deploy
.