swastkk / blogs

My Blogs
https://blog.swastiksharma.in/
MIT License
0 stars 0 forks source link

Blogs | Swastik Sharma

blog.swastiksharma.in

Usage

Setup

bundle install

Serve

bundle exec jekyll serve

Probable errors

bundle install failed due to permission denied

Solution

According to [bundler documentation](), a $BUNDLE_PATH or $GEM_HOME env variable can be set to make it the default writeable place.

export BUNDLE_PATH=~/.gems
bundle install

Then run the command as usual

bundle exec jekyll serve

FOSS tools used