bjmllr / rubyloco.com

The website for Ruby LoCo

Home Page:http://rubyloco.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby LoCo Website Build Status

Rubyists of Loudoun County, VA. We meet the last Friday of every month, please join us.

Our website is built using Middleman, a static site generator.

Getting Started

Make sure ruby is installed. Duh. RVM, rbenv, whatever. Here's an example of getting rbenv up and running using homebrew.

$ brew install rbenv
$ brew install ruby-build

A vendor everything approach in your development is recommended.

$ git clone git@github.com:rubyloco/rubyloco.com.git
$ cd rubyloco.com
$ cat .ruby-version | rbenv install # if you lack this ruby version
$ bundle install --path vendor --local

Run the middleman server in development.

$ rake

This just runs bundle exec middleman server and opens http://localhost:4567 in your default browser.

Publishing

The site is hosted on GitHub Pages. To publish, run:

$ rake publish

This will build the site, create a new commit in the gh-pages branch, and automatically push that branch to origin.

About

The website for Ruby LoCo

http://rubyloco.com


Languages

Language:HTML 30.3%Language:Ruby 29.8%Language:CSS 20.5%Language:CoffeeScript 19.4%