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
{width=150} -
Name for your repository as your GitHub profile name + '_' + 1st semester and year
(examplechaz-clark_fa23
) -
Select
Private
as the type of Repo, then clickCreate Repository
{width=500} -
Once your repo is created, go into the
settings
and click on thepages
{width=500} -
Set the
Branch
section ofBuild and Deployment
tomain
and/docs
then clicksave
{width=500} -
Navigate back to
<> Code
and click the green button<> Code
and selectOpen with GitHub Desktop
{width=400} -
Remember to update the names and links in the
_quarto.yml
, replacing every instance 'your_name' -
The first time you publish to your repo, open a terminal in VS Code and use this command
quarto render
-
Once
quarto render
has completed you can use GitHub Desktop tocommit
andpush
changes back to GitHub -
To find your site URL, click the
View on GitHub
button on GitHub Desktop a. Navigate back toSettings
andPages
a. Your URL will be in theGitHub Pages
Section a. Note: each time yourender
andpush
your changes to GitHub this URL will change
{width=500}