Administered by Matt Jackson. Branch main is automatically deployed to Netlify so please only push public stuff there.
This website is built with Hugo v0.93, so first install Hugo to run locally.
- Create a new content file.
- Edit page arguments in the content file header.
- Add image (can be renamed in page arguments).
New papers
- Run
hugo new research/paper-title.md
- Edit header of
content/research/paper-title.md
- Add image to
content/research/paper-title.png
New lab members
- Run
hugo new members/firstname-surname.md
- Edit header of
content/members/firstname-surname.md
- Add image to
content/members/firstname-surname.png
The website uses a custom theme (FLAIR) as a git submodule, located in themes/flair
. This can be edited by pushing changes to the theme repo, then pointing to the latest commit.