generated from andreashandel/online-portfolio-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
47 lines (42 loc) · 1.32 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
project:
type: website
output-dir: docs
website:
title: "My Data Analysis Portfolio"
navbar:
left:
- text: "About Me"
href: ./aboutme.html
- text: "Projects"
menu:
- text: "R Coding Exercise"
href: ./coding_exercise.html
- text: "Data Analysis Exercise"
href: ./dataanalysis-exercise.html
- text: "Visualization Exercise"
href: ./visualization_exercise.html
- text: "Tidy Tuesday Exercise"
href: ./tidytuesday_exercise.html
- text: "Tidy Tuesday Exercise 2"
href: ./tidytuesday_exercise2.html
- text: "Flu Analysis Exercise"
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
right:
- icon: github
href: https://github.com/ajklinker/abbieklinker-MADA-portfolio
format:
html:
theme: flatly
highlight: zenburn
css: styles.css
toc: FALSE