This is the repository for Robotics Club, Indian Institute Of Technology, Kanpur.
Hosted at: Robotics Club, Student's Gymkhana
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
Avoid spaces between any of the directory names. Use underscore insted.
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