generated from andreashandel/online-portfolio-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
46 lines (42 loc) · 1.3 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
project:
type: website
output-dir: docs
website:
title: "My Data Analysis Portfolio"
navbar:
left:
- text: "About Me"
href: ./aboutme.html
- text: "Flu Analysis"
menu:
- text: "Wrangling"
href: ./fluanalysis/code/wrangling.html
- text: "Exploration"
href: ./fluanalysis/code/exploration.html
- text: "Fitting"
href: ./fluanalysis/code/fitting.html
- text: "Model Evaluation"
href: ./fluanalysis/code/modeleval.html
- text: "Machine Learning"
href: ./fluanalysis/code/machinelearning.html
- text: "Projects"
menu:
- text: "R Coding Exercise"
href: ./coding_exercise.html
- text: "Visualization Exercise"
href: ./visualization_exercise.html
- text: "Tidy Tuesday Exercise"
href: ./tidytuesday_exercise.html
- text: "Data Analysis Exercise"
href: ./dataanalysis_exercise.html
- text: "Tidy Tuesday 2 Exercise"
href: ./tidytuesday_exercise2.html
right:
- icon: github
href: https://github.com/Annabella-Hines/annabellahines-MADA-portfolio
format:
html:
theme: lux
highlight: zenburn
css: styles.css
toc: FALSE