Skip to content

shashank-on-codehunt/Personal_Blog

 
 

Repository files navigation

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

Languages

  • HTML 66.1%
  • Ruby 27.5%
  • SCSS 6.4%