Website for Next House, residence hall at MIT.
Live site at http://next.mit.edu!
Development site here!
gem install jekyll
)cd
into repobundle install
Run bundle exec jekyll serve
to build the site and run it locally.
If it complains, you may need to run bundle install
and then bundle exec jekyll serve
.
Run ./deploy
, which is a bash script that will build the site and then sync with athena. This will prompt you for your Athena login info. It should work under any account that has write access to the Next locker.
TBD