Static website running: https://www.personalgenomes.org.uk
This is the live branch that is built and hosted on Netlify.
- Install a dependencies
brew install hugo
- Next, generate the latest version of the JSON files (pulls the latest from EBI and PGP-UK Website).
bash deploy.sh
- Start the Local Webserver
hugo server --source www --disableLiveReload
- Live: live branch
- Master: Legacy website hosted by github (pgp-uk.github.io). This only contains old email assets.
- Cron: trigger a rebuild of the live branch on netlify.