- Install Ruby
- note: this is painful on a Mac M1, consider ruby on mac to automate the process
- gem install rexml
- Install Jekyll
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.