Skip to content

Commit

Permalink
Changes in Quarto file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmoncayo42 authored Apr 4, 2024
1 parent 1439934 commit 87ce618
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ project:
type: website

website:
title: "Your_Name - Data Science Portfolio"
title: "Roosevelt Moncayo - Data Science Portfolio"
favicon: Images/favicon.png
back-to-top-navigation: true
repo-url: https://github.com/username/username.github.io
repo-url: DS 250 project during Winter semester
#repo-actions: [issue] #if you want to allow others to report issues on your site uncomment this line

page-footer:
border: true
left: "Your_Name 2024©"
left: "Roosevelt Moncayo"
right:
- icon: linkedin
href: Your_LinkedIn_URL
href: https://www.linkedin.com/in/roosevelt-moncayo-515596172/

navbar:
background: primary
Expand Down Expand Up @@ -176,8 +176,8 @@ website:
format:
html:
theme: #see this link to customize the theme with css (https://quarto.org/docs/output-formats/html-themes.html#dark-mode)
light: flatly # more themes can be found [here](https://quarto.org/docs/output-formats/html-themes.html)
dark: darkly
light: cosmo # more themes can be found [here](https://quarto.org/docs/output-formats/html-themes.html)
dark: [cosmo, theme-dark.scss]
#light: cosmo
#dark: [cosmo, theme-dark.scss]
css: styles.css
Expand Down

0 comments on commit 87ce618

Please sign in to comment.