Based on Jekyll and the So Simple theme
Reminders:
Gemfile
and_config.yml
control majority of site-wide settings- Update gem dependencies:
bundle update
- To run website on localhost:4000:
bundle exec jekyll serve --livereload
- Note:
--livereload
does not automatically reload changes to_config.yml
. Must CTRL+C and re-run.