Skip to content

barriehadfield/ruby-hyperloop.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published