Skip to content

angeloashmore/padrino-web-new

 
 

Repository files navigation

New Padrino Website

Built using Middleman.

Current Screenshots

Desktop

screen shot 2015-09-10 at 1 23 35 am screen shot 2015-09-10 at 1 25 29 am screen shot 2015-09-10 at 1 24 03 am screen shot 2015-09-10 at 1 25 11 am

Mobile

screen shot 2015-09-10 at 2 29 23 pm screen shot 2015-09-10 at 1 27 56 am screen shot 2015-09-10 at 1 28 17 am screen shot 2015-09-10 at 1 28 22 am

Local Server Instructions

  1. Clone to your machine.

    git clone https://github.com/padrino/padrino-web-new.git
    git submodule init
    git submodule update
  2. Install gem dependencies with Bundler.

    bundle install
  3. Install Node.js dependencies with npm.

    npm install
  4. Start the Middleman server.

    bundle exec middleman server
  5. Visit http://localhost:4567

Automated Deploy Instructions

If you want to update the docs, build and deploy the update in a single command:

rake publish

Manual Build Instructions

  1. Update the docs through submodule.

    rake update
  2. Build the static site.

    middleman build
  3. Deploy the site to gh-pages.

    middleman deploy
  4. Visit the site at http://padrinorb.com.

About

New Padrino website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.0%
  • Ruby 16.8%
  • HTML 8.3%
  • JavaScript 4.9%