Skip to content

montell/nairuby.github.io

 
 

Repository files navigation

##Preamble The Nairobi Ruby Brigade or nairuby or nai.rb, is a User group for Ruby programmers based in Nairobi, Kenya. We would like to welcome all programmers that are interested in the Ruby language, tools, libraries and frameworks.

We have been meeting since August 2011 for presentations, demos and discussions applicable across various skill levels from beginner to advanced.

This repository contains the source code for our websitenairuby.org and is powered by Jekyll, a static site generator.

###Setup Assuming that you have Ruby installed on your machine, Install Jekyll

gem install jekyll

clone the repository using git (see for git installation)

git clone git@github.com:Nairuby/nairuby.github.io.git

Change the directory to nairuby.github.io

cd nairuby.github.io

Run a local copy of the website

jekyll serve --watch --safe --trace

Point your web browser to localhost

http://localhost:4000

To run Jekyll such that you match GitHub Pages build server (useful for debugging), run Jekyll with Bundler.

bundle exec jekyll serve --watch --safe --trace

For more comprehensive information, visit [nairuby.org] nairuby.

About

Nairobi Ruby User Group (Nairuby) official website built using Jekyll and hosted on GitHub Pages. The Nairobi Ruby Brigade, also known as nairuby and nai.rb, is a user group for Ruby programmers in Nairobi, Kenya.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 61.4%
  • CSS 38.6%