GitHub Pages
This section is identical to the root template deployment guide.
To deploy this Quarto website to GitHub Pages:
Create a GitHub repository and push this project to it.
In your terminal, ensure you have committed all changes.
Run the following command:
quarto publish gh-pagesQuarto will build the site, create a
gh-pagesbranch, and push the static assets.In your GitHub repository settings, ensure Pages is set to deploy from the
gh-pagesbranch.