Foley Lab
Foley Lab Website Content Guide
Foley Lab Website Content Guide
Most updates now happen by adding or editing small Markdown files.
Add a person
- Create a new file in
_people/. - Copy one of the existing files and update:
namerolestatusascurrentoralumniimageemailresearch_focuseducation
- Add a short paragraph below the front matter.
Add a publication
- Create a new file in
_publications/. - Include:
titledatejournalauthorsexternal_urltoc_figureabstract
- Optionally add extra notes or highlights below the front matter.
Add a news item
- Create a new file in
_news/. - Include:
titledateimage
- Write the news item body below the front matter.
Add images
- Put images in
images/. - Reference them as
/images/filename.pngin front matter.
Research software
- The software showcase page lives at
software.md. - Project entries live in
_software/. - Add one Markdown file per project with
title,section,order,project_url,summary, optionalmeta, optionalinitials, and optionallogo. - The reusable card markup lives in
_includes/software-card.html. - Styling for the current site design lives in
assets/css/foleylab.css.