This repository hosts the Max Systems Lab website built on Jekyll (al-folio).
The current top navigation order is:
- Home
- Research
- Publications
- Repositories
- People
- Join
docker compose pull
docker compose upSite URL:
Stop server:
docker compose downEdit:
_pages/about.md
What to update:
- Top image gallery (
.lab-top-gallery) - Hero title/description/CTA buttons
- Lab focus cards
Related content:
_news/*.mdfor announcements shown on home
Edit:
_pages/research.md_data/lab_projects.yml_data/sponsors.yml
What to update:
- Research subject cards on the main research page
- Sub-project details (
subprojectsunder each track) for each research detail page - Sponsors section at bottom (name/logo/link)
Research detail pages:
_pages/research-ml-microarchitecture-simulation.md_pages/research-gpu-design-space-exploration.md_pages/research-llm-hpc-performance-systems.md_pages/research-automated-hardware-software-codesign.md_includes/research_detail.liquid(shared detail-page renderer)
Edit:
_bibliography/papers.bib(add/remove publication entries)_pages/publications.md(page wrapper/search block)
Optional metadata:
_data/socials.yml(scholar_userid)_data/citations.yml(cached citation counters)
Publication links supported in BibTeX entries:
doihtmlpdfvideo
Publication image support in BibTeX entries:
image(recommended): supports a full URL or a site path like/assets/img/publications/my-paper.pngpreview(legacy): filename underassets/img/publication_preview/(example:preview={my-paper.png})
Example:
@inproceedings{example2026,
title = {Example Paper},
author = {Doe, Jane and Smith, John},
year = {2026},
image = {/assets/img/publications/example-paper.png},
doi = {10.0000/example}
}Edit:
_data/repositories.yml_pages/repositories.md
What to update:
featuredcards (name, URL, summary, focus)- GitHub profile username under
github_users
Edit:
_pages/profiles.md
What to update:
- Professor block at top
- PhD / Grad / UnderGrad member cards
- Member images and focus text
Edit:
_pages/join.md
What to update:
- Openings
- Application steps
- Contact/application email
Edit:
_sass/_lab-home.scss
This stylesheet controls:
- Home layout and gallery
- Research cards
- Publication styles
- Repository cards
- People and Join page visuals
- Dark mode overrides
Edit:
_config.yml
Important fields:
urlandbaseurl- site title/description
- search + bib search toggles
- nav behavior and global options
Removed unused default/demo content from this customized lab site:
- Hidden default pages in
_pages/(blog,books,cv,dropdown,projects,teaching,about_einstein) - Sample content in
_posts/,_projects/,_teachings/,_books/