indradhanush.github.io
indradhanush.github.io copied to clipboard
My Github pages blog.
README
This is my github pages blog powered by Jekyll and the So Simple Theme
Setting up
Ensure that ruby is installed and gem install bundler -v 1.16.1
Install blog dependencies locally at vendor/bundle under project root.
bundle config set path vendor/bundle
If setting this up for the first time in a while, run:
bundle update
bundler install
Running the blog locally
bundler exec jekyll serve --watch
Local configuration
Set the following in _config.yml to make links work locally instead of redirecting to live website:
url: http://127.0.0.1:4000