Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 405 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 405 Bytes

Testing Locally

  1. Install Ruby
  • note: this is painful on a Mac M1, consider ruby on mac to automate the process
  • gem install rexml
  1. Install Jekyll
  2. jekyll serve from the project root. This will automatically rebuild the site as you make changes. However, note that changes to _config.yml require a server restart.