From 8cfee6121a990825df932fedb71101ec862f5263 Mon Sep 17 00:00:00 2001 From: Julien Brun Date: Mon, 13 Nov 2023 15:41:51 -0800 Subject: [PATCH] adding handsons to TOC --- 01-handson_github_website.qmd | 3 --- 02-handson_github_rstudio.qmd | 3 --- _quarto.yml | 4 ++++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/01-handson_github_website.qmd b/01-handson_github_website.qmd index 7faf77e..9c7b053 100644 --- a/01-handson_github_website.qmd +++ b/01-handson_github_website.qmd @@ -1,8 +1,5 @@ --- title: "Forks and Branches using the GitHub website" -format: - html: - embed-resources: true --- ```{r setup, include=FALSE} diff --git a/02-handson_github_rstudio.qmd b/02-handson_github_rstudio.qmd index f15c763..6ade635 100644 --- a/02-handson_github_rstudio.qmd +++ b/02-handson_github_rstudio.qmd @@ -1,8 +1,5 @@ --- title: "GitHub branches using RStudio" -format: - html: - embed-resources: true --- ```{r setup, include=FALSE} diff --git a/_quarto.yml b/_quarto.yml index 5ee86a6..9c23a44 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -25,6 +25,10 @@ website: contents: - href: github_intro.qmd text: "Short intro to GitHub" + - href: 01-handson_github_website.qmd + text: "Using Github's website to track your work" + - href: 02-handson_github_rstudio.qmd + text: "Using Rstudio, git and GitHub to track your work" - href: github_org.qmd text: "GitHub organizations" - href: github_teams.qmd