generated from byui-cse/byuids-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
187 lines (178 loc) · 5.27 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
project:
type: website
website:
title: "Your_Name - Data Science Portfolio"
favicon: Images/favicon.png
back-to-top-navigation: true
repo-url: https://github.com/username/username.github.io
#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©"
right:
- icon: linkedin
href: Your_LinkedIn_URL
navbar:
background: primary
search: true
right:
- text: "Home"
file: index.qmd
- text: "My Resume"
file: resume.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
# learn more about navication here https://quarto.org/docs/websites/website-navigation.html
# comment out any of the sections below to turn off the sidebar
sidebar:
- title: "Data Cleansing"
style: "docked"
background: light
contents:
- text: "Data Cleansing"
file: cleansing.qmd
- text: "---"
- text: "Project 1"
file: Cleansing_Projects/project1.qmd
- text: "---"
- text: "Project 2"
file: Cleansing_Projects/project2.qmd
- text: "---"
- text: "Project 3"
file: Cleansing_Projects/project3.qmd
- text: "---"
- text: "Project 4"
file: Cleansing_Projects/project4.qmd
- text: "---"
- text: "Project 5"
file: Cleansing_Projects/project5.qmd
- text: "---"
- title: "Data Exploration"
style: "docked"
background: light
contents:
- text: "Data Exploration"
file: exploration.qmd
- text: "---"
- text: "Project 1"
file: Exploration_Projects/project1.qmd
- text: "---"
- text: "Project 2"
file: Exploration_Projects/project2.qmd
- text: "---"
- text: "Project 3"
file: Exploration_Projects/project3.qmd
- text: "---"
- text: "Project 4"
file: Exploration_Projects/project4.qmd
- text: "---"
- text: "Project 5"
file: Exploration_Projects/project5.qmd
- text: "---"
- title: "Story Telling"
style: "docked"
background: light
contents:
- text: "Story Telling"
file: story_telling.qmd
- text: "---"
- text: "Project 1"
file: Story_Telling/project1.qmd
- text: "---"
- text: "Project 2"
file: Story_Telling/project2.qmd
- text: "---"
- text: "Project 3"
file: Story_Telling/project3.qmd
- text: "---"
- text: "Project 4"
file: Story_Telling/project4.qmd
- text: "---"
- text: "Project 5"
file: Story_Telling/project5.qmd
- text: "---"
- title: "Machine Learning"
style: "docked"
background: light
contents:
- text: "Machine Learning"
file: ml.qmd
- text: "---"
- text: "Project 1"
file: Machine_Learning/project1.qmd
- text: "---"
- text: "Project 2"
file: Machine_Learning/project2.qmd
- text: "---"
- text: "Project 3"
file: Machine_Learning/project3.qmd
- text: "---"
- text: "Project 4"
file: Machine_Learning/project4.qmd
- text: "---"
- text: "Project 5"
file: Machine_Learning/project5.qmd
- text: "---"
- title: "Full Stack"
style: "docked"
background: light
contents:
- text: "Full Stack"
file: full_stack.qmd
- text: "---"
- text: "Project 1"
file: Full_Stack/project1.qmd
- text: "---"
- text: "Project 2"
file: Full_Stack/project2.qmd
- text: "---"
- text: "Project 3"
file: Full_Stack/project3.qmd
- text: "---"
- text: "Project 4"
file: Full_Stack/project4.qmd
- text: "---"
- text: "Project 5"
file: Full_Stack/project5.qmd
- text: "---"
- title: "Competition"
style: "docked"
background: light
contents:
- text: "Competition"
file: competition.qmd
- text: "---"
- text: "Project 1"
file: Competition/project1.qmd
- text: "---"
- text: "Project 2"
file: Competition/project2.qmd
- text: "---"
- text: "Project 3"
file: Competition/project3.qmd
- text: "---"
- text: "Project 4"
file: Competition/project4.qmd
- text: "---"
- text: "Project 5"
file: Competition/project5.qmd
- text: "---"
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