Built with Hugo and the PaperMod theme.
All content lives under content/. Each section has its own subdirectory.
Files: content/people/<name>.md
To add a new person, copy an existing file:
Add the photo as a JPEG or PNG to static/images/people/. The filename should match the image field in the <name>.md. Recommended size: 400×400 px, cropped to a square.
Files: content/publications/<year>-<short-title>.md
To add a new publication, copy an existing one:
The link field is displayed as a "View on PubMed" button at the bottom of the page.
1. Create and activate the Hugo conda environment
conda create -n hugo -c conda-forge hugo
conda activate hugo2. Clone the repo (including the PaperMod submodule)
git clone --recurse-submodules <repo-url>
cd <repo-name>3. Start the local dev server
conda run -n hugo hugo serverOpen http://localhost:1313. The server hot-reloads on every file save.