Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

ruby-hyperloop/ruby-hyperloop.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby-Hyperloop 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 # Publish to master branch

Note rake publish uses REMOTE_NAME=origin BRANCH_NAME=master (see Rakefile)

About

The project has moved to Hyperstack!! - Ruby Hyperloop Website and Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages