-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (36 loc) · 727 Bytes
/
_quarto.yml
File metadata and controls
43 lines (36 loc) · 727 Bytes
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
project:
type: website
output-dir: docs
render:
- index.qmd
- Project_1.qmd
- Project_2.qmd
- Project_3.qmd
- Project_4.qmd
- Project_5.qmd
website:
title: "STATS 720 Portfolio — Konstantinos Banos"
navbar:
left:
- text: "Home"
href: index.html
- text: "Project 1"
href: Project_1.html
- text: "Project 2"
href: Project_2.html
- text: "Project 3"
href: Project_3.html
- text: "Project 4"
href: Project_4.html
- text: "Project 5"
href: Project_5.html
format:
html:
theme: cosmo
toc: true
code-line-numbers: true
execute:
echo: true
warning: false
message: false
editor: visual