This repository contains the source and published output for a Quarto-based personal portfolio website.
_quarto.ymlconfigures the Quarto website and publishes output todocs/.index.qmd,about.qmd,resume.qmd, andprojects.qmddefine the main pages.projects/contains the source files and assets for project writeups.docs/contains the rendered GitHub Pages site and is intentionally tracked.files/contains shared static assets such as the resume PDF and profile image._extensions/contains the local Quarto extension used for embedded PDFs.tests/contains lightweight rendering checks.
quarto render
quarto previewThe .quarto/ directory is local cache/state and should not be committed.