generated from byuidatascience/course_work_portfolio_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
184 lines (172 loc) · 5.06 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
project:
type: website
output-dir: docs
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 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: "DS250 Projects"
file: 250_projects.qmd
- text: "DS350 Projects"
file: 350_projects.qmd
- text: "DS450 Projects"
file: 450_projects.qmd
- text: "DS460 Projects"
file: 460_projects.qmd
sidebar:
- title: "DS 250 Projects"
style: "docked"
background: light
contents:
- text: "DS250 Projects"
file: 250_projects.qmd
- text: "---"
- text: "Project 0"
file: 250_Projects/project0.qmd
- text: "---"
- text: "Project 1"
file: 250_Projects/project1.qmd
- text: "---"
- text: "Project 2"
file: 250_Projects/project2.qmd
- text: "---"
- text: "Project 3"
file: 250_Projects/project3.qmd
- text: "---"
- text: "Project 4"
file: 250_Projects/project4.qmd
- text: "---"
- text: "Project 5"
file: 250_Projects/project5.qmd
- text: "---"
- text: "Project 6"
file: 250_Projects/project6.qmd
- text: "---"
- title: "DS 350 Projects"
style: "docked"
background: light
contents:
- text: "DS350 Projects"
file: 350_projects.qmd
- text: "---"
- text: "Week 1"
file: 350_Projects/week_01.qmd
- text: "---"
- text: "Week 2"
file: 350_Projects/week_02.qmd
- text: "---"
- text: "Week 3"
file: 350_Projects/week_03.qmd
- text: "---"
- text: "Week 4"
file: 350_Projects/week_04.qmd
- text: "---"
- text: "Week 5"
file: 350_Projects/week_05.qmd
- text: "---"
- text: "Week 6"
file: 350_Projects/week_06.qmd
- text: "---"
- text: "Week 7"
file: 350_Projects/week_07.qmd
- text: "---"
- text: "Week 8"
file: 350_Projects/week_08.qmd
- text: "---"
- text: "Week 9"
file: 350_Projects/week_09.qmd
- text: "---"
- text: "Week 10"
file: 350_Projects/week_10.qmd
- text: "---"
- text: "Week 11"
file: 350_Projects/week_11.qmd
- text: "---"
- text: "Week 12"
file: 350_Projects/week_12.qmd
- text: "---"
- text: "Week 13"
file: 350_Projects/week_13.qmd
- title: "DS 450 Projects"
style: "docked"
background: light
contents:
- text: "DS450 Projects"
file: 450_projects.qmd
- text: "---"
- text: "Project 0"
file: 450_Projects/project0.qmd
- text: "---"
- text: "Project 1"
file: 450_Projects/project1.qmd
- text: "---"
- text: "Project 2"
file: 450_Projects/project2.qmd
- text: "---"
- text: "Project 3"
file: 450_Projects/project3.qmd
- text: "---"
- text: "Project 4"
file: 450_Projects/project4.qmd
- text: "---"
- text: "Project 5"
file: 450_Projects/project5.qmd
- text: "---"
- text: "Project 6"
file: 450_Projects/project6.qmd
- text: "---"
- title: "DS 460 Projects"
style: "docked"
background: light
contents:
- text: "DS450 Projects"
file: 460_projects.qmd
- text: "---"
- text: "Project 0"
file: 460_Projects/project0.qmd
- text: "---"
- text: "Project 1"
file: 460_Projects/project1.qmd
- text: "---"
- text: "Project 2"
file: 460_Projects/project2.qmd
- text: "---"
- text: "Project 3"
file: 460_Projects/project3.qmd
- text: "---"
- text: "Project 4"
file: 460_Projects/project4.qmd
- text: "---"
- text: "Project 5"
file: 460_Projects/project5.qmd
- text: "---"
- text: "Project 6"
file: 460_Projects/project6.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