This is the source code for my personal website, built with Quarto and deployed to GitHub Pages.
This website is automatically built and deployed using GitHub Actions whenever changes are pushed to the main branch. The workflow:
- Sets up Quarto in the GitHub Actions environment
- Renders the Quarto project to HTML
- Deploys the generated content to GitHub Pages - check it out: jacobkmcpherson.github.io/
To work with this site locally:
- Install Quarto
- Clone this repository
- Run
quarto renderto build the site - Run
quarto previewto preview the site locally
The rendered site will be in the docs/ directory.
*.qmdfiles: Quarto markdown content files_quarto.yml: Quarto configurationdocs/: Generated HTML output (deployed to GitHub Pages).github/workflows/: GitHub Actions automation