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