roll out
Research laboratory website for the Colomé Tatché Lab.
_config.yml
- Jekyll configurationindex.md
- Homepagepeople.md
- Team members page with placeholdersassets/images/
- Photo placeholders for team membersGemfile
- Ruby dependencies for GitHub Pages
The people page includes placeholders for:
- Principal Investigator: Dr. Maria Colomé Tatché
- PhD Students: 2 placeholder entries
- Postdoctoral Researchers: 2 placeholder entries
Each person entry includes:
- Photo placeholder (200x200 SVG)
- Name
- Position
- Bio section (to be filled in)
- Email (to be filled in)
To add real photos and information:
- Replace the SVG placeholder images in
assets/images/
with actual photos (recommended size: 200x200 pixels) - Update the names, bios, and email addresses in
people.md
- Add or remove person entries as needed
This site is designed to work with GitHub Pages using the minima
theme. After pushing changes, the site will automatically build and deploy.