Source of the WP Shuttle project website wpsh.org.
We use Jekyll to build the website from the Markdown files stored in the docs
directory.
-
Clone this repository:
$ git clone git@github.com:wpsh/wpsh.org.git $ cd wpsh.org
-
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.