This repo holds the Sumner Lab website. It replaces our old 123reg/WordPress hosting — the site is now hosted for free on GitHub Pages (but not yet default on sumnerlab.co.uk). Here is the site: https://sumner-lab.github.io/website/
MAIN This is a straight copy of the old WordPress site: every page saved as plain HTML, with all the images and styling, pulled directly from the live site. There's no WordPress, database, or admin login behind it anymore — GitHub just serves these files as they are. JEKYLL A markdown version of the new site.
To see the site on your own computer:
python3 -m http.server 8000Then open http://localhost:8000 in a browser.
- Site content copied over
- GitHub Pages switched on with our domain
- DNS updated so sumnerlab.co.uk points here
- HTTPS confirmed working