Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 723 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 723 Bytes

Reactrb.org Static Website

The static site is built with Middleman.

Start Middleman

$ middleman server

Create a post

$ middleman article "Test Post"

Build and Publish to Github Pages

Published pages are in master branch.

Publishing to Github pages handled by Middleman Github Pages Gem.

The rake tasks below will build and deploy to master

Rake Tasks

$ rake build    # Compile all files into the build directory
$ rake publish REMOTE_NAME=reactrb BRANCH_NAME=master

Important: After each deploy you will have to reset the Custom Domain on the repro Settings to: reactrb.org