01. Install

Install high_voltage in your local system

$ gem install high_voltage

Include high_voltage in your gemfile

gem "high_voltage"

02. USAGE

Write your static pages and put them in the /app/views/pages directory

$ touch app/views/pages/about.html.erb $ touch app/views/pages/contact.html.erb $ touch app/views/pages/team.html.erb $ touch app/views/pages/foo.html.erb $ touch app/views/pages/love.html.erb $ touch app/views/pages/life.html.erb $ mkdir app/views/pages $ touch app/views/pages/about.html.erb $ touch app/views/pages/contact.html.erb $ touch app/views/pages/team.html.erb $ touch app/views/pages/foo.html.erb $ touch app/views/pages/love.html.erb $ touch app/views/pages/life.html.erb $ mkdir app/views/pages