Version control for my portfolio website.
bundle install
bundle exec jekyll serve --watch --livereload The above will handle generating the site and CSS, and will watch for changes on either and reload the page when it detects a change.
bundle exec jekyll serve --watch --livereload