This is the Github Pages repository for the Open Source at Techland site.
Ruby 2.1.0 or higher is required to self-serve the site. Bundler gem is used to install necessary dependencies for the Jekyll site.
$ gem install bundler
$ bundle install
To run the site locally use the following command:
$ bundle exec jekyll serve
To keep the dependencies updated:
$ bundle update