Personal Webpage v2

Commands

$ gem install jekyll bundler
$ bundle install
$ npm i
$ bundle exec jekyll build
$ bundle exec jekyll clean
$ bundle exec jekyll serve --livereload --incremental
$ env JEKYLL_ENV=production bundle exec jekyll build
$ cp _site/* ../imartinezl.github.io with replacement
$ git push