Skip to content

CodeHubOrg/www.opentechschool.org

 
 

Repository files navigation

Travis Build Status

The source code behind OTS' main web site.

This project is built with the help of

  • bootstrap
  • compass
  • jekyll

In order to be able to compile the site on your own computer, you can install the two ruby dependencies with bundle install if you have bundler.

Building the site

  1. run bundle install to grab ruby dependencies
  2. clean up jekyll's build directory: rm -rf _site/*
  3. compile styles: compass clean; compass compile (you can leave compass running while editing styles with compass watch)
  4. build and serve the site: jekyll serve -w
  5. Navigate to http://localhost:4000

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.1%
  • CSS 37.7%
  • Python 10.4%
  • JavaScript 10.0%
  • Ruby 1.8%