Source of the main website for Abril Pro Ruby 2014 conference.
-
Make sure you have Ruby 2.0.0 and the
bundler
gem. Type in a terminal:$ ruby -v ruby 2.0.0... $ gem install bundler
-
Run the
bundle install
command to install all the dependencies.$ bundle install
-
Run the middleman.
$ bundle exec middleman
-
The site is available in the address
http://localhost:4567
.
-
To publish the website simply run:
$ bundle exec middleman deploy
This command will build and deploy the website to Github Pages.
Design and front-end by Guava Software.