This is a Quarto-based website for Joe Loffredo's academic portfolio.
To preview the site locally:
quarto previewTo render the site:
quarto renderThis site is configured to automatically deploy to GitHub Pages using GitHub Actions.
- Push this repository to GitHub
- Go to your repository Settings → Pages
- Under "Build and deployment", set:
- Source: GitHub Actions
- The site will automatically build and deploy when you push to the main branch
The CNAME file is configured for joseph-loffredo.com. If you need to change this:
- Edit the
CNAMEfile - Configure your DNS settings to point to GitHub Pages
- In GitHub Settings → Pages, add your custom domain
_quarto.yml: Main configuration filecustom.scss: Custom styling with MIT red color scheme (#750014)styles.css: Additional CSS stylesindex.qmd: Home page with bio and social linksresearch.qmd: Publications and working paperscv.qmd: CV page with embedded PDF viewerteaching.qmd: Teaching assignments and educational materialsdata.qmd: Data and code resourcescontact.qmd: Contact informationCNAME: Custom domain configuration.nojekyll: Required for Quarto on GitHub Pages
The site uses the Sandstone Bootswatch theme with MIT red (#750014) accent color. Layout inspired by modern academic websites with:
- Responsive side-by-side layout on home page
- Rectangular profile photo with social link buttons
- Collapsible abstracts with arrow indicators
- Clean typography and navigation
- X (Twitter)
- Bluesky
- GitHub