Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 450 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 450 Bytes

tomroberts.github.io

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.