Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 685 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 685 Bytes

pclub.in

Build Status

Source for Jekyll based static-website cum blog for the Programming Club IIT Kanpur. Based off: spaghetti.ga

Test plan

First off, you'll need Ruby. Get gem with your package manager. 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.