Skip to content

RoboticsClubIITK/2017_Website_Robotics_club

 
 

Repository files navigation

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 based Repo for Robotics club website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.1%
  • CSS 25.8%
  • Ruby 2.1%