From 1af3841c795fc7bfe9996aad0ac5c8a6b49848fb Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:06:52 +0000 Subject: [PATCH 1/3] Setting up GitHub Classroom Feedback From 8fe392aa3c5de0158830cd6dc868f69b3c6fa888 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:06:54 +0000 Subject: [PATCH 2/3] add deadline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22872f5..3da5d09 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/SdzDxd99) # Template Repository for Quarto Website This repository serves as a template for building a quarto website that is automatically rendered using GitHub Actions. From ab44298ab9603a570588b6839d682a8f13fd6e83 Mon Sep 17 00:00:00 2001 From: Gbadamosi Date: Thu, 24 Oct 2024 10:24:25 -0400 Subject: [PATCH 3/3] =?UTF-8?q?=E2=80=9CFirst=20update=20to=20my=20project?= =?UTF-8?q?=20materials=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _quarto.yml | 2 +- index.qmd | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index e4e5d5f..4bed6ec 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,7 +2,7 @@ project: type: website website: - title: "GEO511_FinalProject" + title: "Faithwin's GEO511 FinalProject" navbar: left: - href: index.qmd diff --git a/index.qmd b/index.qmd index 43de13f..756d6c2 100644 --- a/index.qmd +++ b/index.qmd @@ -1,7 +1,11 @@ +library(rmarkdown) +library(knitr) + + --- -title: "My Final Project Template" -author: Your name here -subtitle: Subtitle here if desired +title: "GEO511 Final Project" +author: Faithwin Gbadamosi +subtitle: This is the template for my final project date: today date-format: long ---