This is the source code for my personal page hosted here. It is a modifed version of indigo theme.
If you want to setup locally on your machine, do the following steps:
git clone git@github.com:taranjeet/taranjeet.github.io.git
- Enter the folder and install dependencies
cd taranjeet.github.io
bundle install
- To run the server, run
bundle exec jekyll serve
- Visit http://localhost:4000 it in your browser
This blog is based on indigo theme by sergiokopplin. Thanks 😃