A template for a portfolio developed with Quarto and hosted on GitHub.
This is all configured so you only need to edit the source files in Quarto (.qmd). The website is generated and hosted automatically by GitHub.
-
Click on green button "Use this Tempalte" -> "Create a new Repo"
-
Choose a name for your repository
-
Important: check 'Include all branches' when creating the repository (because we will need the gh-pages branch to host the website).
-
Once your repo is created:
a. Open your settings in GitHub, navigate to the
Pages
section of settings on the left hand side, and make sure the branch isgh-pages
and the folder is/(root)
. a. Then navigate toCollaborators and teams
, click the green buttonAdd teams
and search for your techer and the current semester team, then add them. a. Remember to update the links to your GitHub repo in _quarto.yml, replacing every instance 'your_name'. -
The first time you publish to your repo use GitHub Desktop and
Commit
all your files thenPush
them.