This is the source code of fayimora.github.io
To run:
git clone git://github.com/fayimora/website.git
cd website
bundle
bundle exec middlemanThen visit http://localhost:4567/
If the bundle command fails to run, you may need to upgrade your Ruby version. The build requires 1.9.3 or newer (2.0.0 recommended). You can use RVM to install it:
curl -L https://get.rvm.io | bash -s stable
rvm install 2.0.0
rvm use 2.0.0