Skip to content

wpsh/wpsh.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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 https://127.0.0.1:4000.

The public website is built and hosted by GitHub Pages.

Releases

No releases published

Packages

No packages published

Languages