Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 645 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 645 Bytes

Netlify Status

Blogging project

contains information about development and Technology

List of projects

About and Skills

To Start project on local

make sure that ruby, gem and bundle are installed properly on system

bundle exec jekyll serve --increment
  • To Clean the _site folder
bundle exec jekyll clean
bundle exec jekyll build
  • Some Gemfile.lock went wrong
bundle clean --force    
rm -rf ./vendor/bundle
bundle install