Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 747 Bytes

File metadata and controls

46 lines (23 loc) · 747 Bytes

README

https://devhints.io/jekyll

How do I run the site locally?

bundle exec jekyll serve --livereload

Note: changes to _config.yml will probably require a server restart.

How do I deploy changes?

Commit & push to master.

Maintenance

Updating gems

  1. Make a branch

git checkout -b 2019-08-12-gem-update

  1. Ensure site runs locally before any updates

  2. Check for outdated gems

gem stale

  1. Update all outdated gems

bundle update --all

  1. Ensure site still runs locally

  2. Merge to master

  3. Push master to deploy

Styles

  • 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