Skip to content

kkirsche/rubyloco.com

This branch is 1 commit ahead of rubyloco/rubyloco.com:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

136ce31 · Jun 24, 2015
Mar 11, 2014
Feb 25, 2015
Jun 24, 2015
Feb 25, 2015
Jun 30, 2013
Feb 13, 2015
Aug 11, 2013
Jun 24, 2015
Jun 1, 2013
Aug 14, 2013
Aug 11, 2013
May 29, 2013

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 30.9%
  • Haml 26.0%
  • Sass 20.4%
  • CoffeeScript 19.0%
  • HTML 3.7%