Repository for bmaupin.github.io
-
Setup
-
Install Ruby
(Includes bundle, gem, and header files for installing native modules)
sudo apt install ruby ruby-bundler ruby-dev -
Install and configure Jekyll
bundle install
-
-
Running Jekyll
bundle exec jekyll serve --livereload
This is particularly useful if GitHub bugs you that you have a security vulnerability in one of your dependencies
rm Gemfile.lock
bundle install