Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 637 Bytes

File metadata and controls

22 lines (12 loc) · 637 Bytes

WP Shuttle Project Website

Source of the WP Shuttle project website wpsh.org.

Start Contributing

We use Jekyll to build the website from the Markdown files stored in the docs directory.

  1. Clone this repository:

     $ git clone git@github.com:wpsh/wpsh.org.git
     $ cd wpsh.org
    
  2. Start a local webserver and build the website whenever the source files change:

     $ bundle install
     $ jekyll serve --source docs
    

Now view the website at http://127.0.0.1:4000.

The public website is built and hosted by GitHub Pages.