The overall Overlord project web site.
To locally build and test this site, there are a few prereqs:
- Install Ruby 1.9.3 or 2.0.0.
- Install ruby-devel (Fedora), ruby[version]-dev (Debian-based), or an equivalent for other systems. Without it, you'll get errors about a missing header file, etc.
- Install gcc
- Install a JavaScript runtime (nodejs)
gem install bundler
bundle install
(within the Governance.github.io dir)
To run the site (http://localhost:4000): bundle exec jekyll server