To run locally:
Get the content from the downstream repos.
./get-content.sh
Build and serve locally.
bundle exec jekyll serve
To deploy to Netlify:
Build the site.
jeykll build
Force add the _site directory.
_site
git push -f origin