Skip to content

padrino/padrino-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

260 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.git
    git submodule init
    git submodule update
  2. Install gem dependencies with Bundler.

    bundle install
  3. Start the Middleman server.

    bundle exec middleman server
  4. 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

Official Padrino website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors