Templates¶
Starter templates for common lab projects, maintained in the quarto-lab-templates repository.
Available Templates¶
| Template | What It Is | Directory | Full Guide |
|---|---|---|---|
| Website | Quarto academic site + Typst CV, deployed to GitHub Pages | website/ | Personal Website assignment |
| Resume | Standalone Typst CV (no Quarto site needed) | resume/ | Typst CV Guide |
| Presentation | Quarto RevealJS slide deck with defensive Mermaid settings | presentation/ | Presentations |
Quick Start¶
Customization Tips¶
- Colors: Each template uses a color theme variable (
accentin Typst, SCSS variables in presentations). Change these to match your branding. - Website deployment: The included GitHub Actions workflow deploys automatically on push. Set your repo's Pages source to "GitHub Actions" in Settings.
- Typst + Quarto integration: The website template can auto-compile the Typst CV during site builds — see the Typst CV Guide for setup.