This repo hosts the code for junkjam.in on the master branch which builds and serves through github-pages.
Before starting, make sure you have Ruby and NodeJS installed.
And install Gulp client:
$ npm install gulp-cli -g
Clone this repo:
$ git clone https://github.com/junkjam/www.junkjam.in.git
Access the local project:
$ cd www.junkjam.in
Install npm packages:
$ npm install
Install Ruby dependencies:
$ bundle install
Build Jekyll:
$ bundle exec jekyll build
After the steps above, to run Jekyll locally, you'll just need to run Gulp:
$ gulp
After runnning Jekyll locally, you can manage content by opening your favourite browser at
http://localhost:8000/admin
After making changes, you'll just need to run Gulp build:
$ gulp build
Then commit your changes and push to GitHub