/blog

All the blog posts at one place.

Primary LanguageHTMLOtherNOASSERTION

Note: This repo is now megred with taranjeet.github.io

blog

This is the source code for blog hosted here. It is a modifed version of indigo theme.

Setup

If you want to setup locally on your machine, do the following steps:

  1. Install Jekyll, NodeJS and Bundler.
  2. Clone the repo
git clone git@github.com:taranjeet/blog.git
  1. Enter the folder and install dependencies
cd blog
bundle install
  1. To run the server, run
bundle exec jekyll serve --port 4001
  1. Visit http://localhost:4000 it in your browser

Credits

This blog is based on indigo theme by sergiokopplin. Thanks 😃