APwhitehat / pclub.in

Jekyll-based repository for the Programming Club website

Home Page:http://pclub.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Jekyll-based repository for the Programming Club website

http://pclub.in


Languages

Language:CSS 68.9%Language:HTML 24.1%Language:Ruby 4.6%Language:Shell 1.7%Language:JavaScript 0.7%