Skip to content

PGP-UK/PGP-UK.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Website

Netlify Status

Static website running: https://www.personalgenomes.org.uk

This is the live branch that is built and hosted on Netlify.

TO Run Locally

  1. Install a dependencies
brew install hugo
  1. Next, generate the latest version of the JSON files (pulls the latest from EBI and PGP-UK Website).
bash deploy.sh
  1. Start the Local Webserver
hugo server --source www --disableLiveReload

Other Branches

  • 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.