A brief tutorial on creating a starter Quarto website.
Note: if you don't have the "Create a git repository" checkbox, then it probably means that you don't have git installed. Instructions for installing git are currently found at https://git-scm.com/book/en/v2/Getting-Started-Installing-Git. After installing git, restart R Studio and the option should be present.
An html version of this material used in the video can be downloaded to your current working direction (run `getwd()` in the Console to see where this is) by running the following command in the R Console:
download.file("https://raw.githubusercontent.com/jfrench/DataWrangleViz/master/07-github-website.html",
"07-github-website.html")