-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
075b166
commit e0cafab
Showing
39 changed files
with
8,864 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.quarto/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
project: | ||
type: website | ||
|
||
website: | ||
title: "Your_Name Data Science Portfolio" | ||
favicon: Images/favicon.png | ||
back-to-top-navigation: true | ||
repo-url: https://github.com/your_url | ||
#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 2023©" | ||
right: | ||
- icon: linkedin | ||
href: Your_LinkedIn_URL | ||
|
||
navbar: | ||
background: primary | ||
search: true | ||
right: | ||
- text: "Home" | ||
file: index.qmd | ||
- text: "Data Cleansing" | ||
file: cleansing.qmd | ||
- text: "Data Exploration" | ||
file: exploration.qmd | ||
- text: "Story Telling" | ||
file: story_telling.qmd | ||
- text: "Machine Learning" | ||
file: ml.qmd | ||
- text: "Full Stack" | ||
file: full_stack.qmd | ||
- text: "Competition" | ||
file: competition.qmd | ||
|
||
# sidebar: | ||
# - title: "Match_Name_in_Navbar_Above" | ||
# style: "docked" | ||
# background: light | ||
# contents: | ||
# - text: "Match_Name_in_Navbar_Above" | ||
# file: Match_Name_in_Navbar_Above.qmd | ||
# - text: "---" | ||
# - text: "2nd Sidebar Link" | ||
# file: path_2.qmd | ||
# - text: "---" | ||
# - text: "2nd Sidebar Link" | ||
# file: path_3.qmd | ||
# - text: "---" | ||
# #continue the pattern if you need more links | ||
# #copy paste from title and keep it indented to sidebar to add additonal sidebar navigation for other pages | ||
|
||
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 | ||
#dark: [cosmo, theme-dark.scss] | ||
css: styles.css | ||
toc: true | ||
|
||
|
||
|
Oops, something went wrong.