Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 909 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 909 Bytes

Ruby FTW

Hacking instructions

Setup

Clone the repo and install the dependencies:

git clone https://github.com/rubyftw/rubyftw.github.com.git
cd rubyftw.github.com
bundle install

To run the jekyll server:

jekyll serve --watch

Then open http://localhost:4000 in your browser.

Organization

  • Events are under events/_posts
  • When an event is over, move it to events/archive
  • Feel free to add yourself to the members list in includes/members.html if you want to be on it
  • It's not generally best practice to put PSDs and other types of source files in the same project as the source code, but it seemed fitting to put them here for easier group collaboration. They can be found under the _source/ directory
  • The directory s/ is reserved for short links. (e.g. http://rubyftw.org/s/github => https://github.com/rubyftw)