September 8, 2025
Productive Workflow
An Introduction to Git and GitHub
Luc Clair
l.clair@uwinnipeg.ca
University of Winnipeg
September 8, 2025
Three main ways
main
branch.
means “the current directory and all its contents”
project:
title:
and description:
navbar:
format:
, theme:
, css:
To build the website, click the Render button at the top of the index.qmd file.
Alternatively, you can also click Build, then Render Website in the top right pane.
Before we can publish our website, we need to connect our R project to a GitHub repository
Be sure that you are signed into your GitHub account in GitHub Desktop.
Open GitHub Desktop and add the R project Directory
project:
include the code output-dir: docs
and render the website. This will save the website files in a newly created docs folder.
href:
adds the listing page file to the navigation bartext:
is the text that will display on the navigation bar.
