PrsMittal / roboticsclubiitk.github.io

Jekyll site for Robotics Club IITK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robotics Club, IIT Kanpur

This is the repository for Robotics Club, Indian Institute Of Technology, Kanpur.

Hosted at: Robotics Club, Student's Gymkhana

Development

First off, you'll need to install Ruby. You should not be installing Jekyll directly, since that's likely to break things. Instead, install bundle with

gem install bundle

Then, execute these in the repo directory:

bundle install --path vendor/bundle
bundler exec jekyll server --port 8080 --host 0.0.0.0

Here the --path flag is optional to keep your system's packages sane.

Before committing execute this in the repo directory:

bundle exec jekyll build

About

Jekyll site for Robotics Club IITK


Languages

Language:HTML 77.2%Language:CSS 22.3%Language:Ruby 0.5%