taranjeet / taranjeet.github.io

https://taranjeet.co
Other
2 stars 0 forks source link
blog self

taranjeet.github.io

This is the source code for my personal page 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/taranjeet.github.io.git
  1. Enter the folder and install dependencies
cd taranjeet.github.io
bundle install
  1. To run the server, run
bundle exec jekyll serve
  1. Visit http://localhost:4000 it in your browser

Credits

This blog is based on indigo theme by sergiokopplin. Thanks :smiley: