This is a Hugo-powered, markdown-driven static homepage.
Routine content updates should happen in content/**/*.md:
content/_index.mdcontrols the lab introduction, hero copy, footer, and home page metadata.content/people/*.mdcontrols lab member cards.content/former-members/*.mdcontrols former member cards.content/news/*.mdcontrols the news panel on the right side of the hero.content/publications/*.mdcontrols publication entries.content/projects/*.mdcontrols project cards.content/teaching/*.mdcontrols teaching areas.content/join-us/_index.mdcontrols the Join Us page.content/seminars/_index.mdcontrols the seminars page intro; live seminar entries load from the University of Glasgow events feed.
Run:
hugoThe generated site is in public/.
Run:
hugo serverThen open the local URL Hugo prints, usually http://localhost:1313/.