Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #1

Open
wants to merge 3 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project:
type: website

website:
title: "GEO511_FinalProject"
title: "Faithwin's GEO511 FinalProject"
navbar:
left:
- href: index.qmd
Expand Down
10 changes: 7 additions & 3 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Loading