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
Pagessection of settings on the left hand side, and make sure the branch isgh-pagesand the folder is/(root). a. Then navigate toCollaborators and teams, click the green buttonAdd teamsand 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
Commitall your files thenPushthem.