bundle exec jekyll serve --livereload
Note: changes to _config.yml
will probably require a server restart.
Commit & push to master.
- Make a branch
git checkout -b 2019-08-12-gem-update
-
Ensure site runs locally before any updates
-
Check for outdated gems
gem stale
- Update all outdated gems
bundle update --all
-
Ensure site still runs locally
-
Merge to master
-
Push master to deploy
- uses Sass heavily (from
_sass/
) - see which Jekyll theme (e.g. Minima) is in use, which may ship its own styles
- Sass variables used are in
assets/css/style.scss