-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (57 loc) · 1.29 KB
/
_quarto.yml
File metadata and controls
62 lines (57 loc) · 1.29 KB
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
# https://quarto-tdg.org/yaml.html
project:
type: website
output-dir: docs
render:
- src/plan.qmd
- src/colors.ipynb
- src/model_years.ipynb
- src/makes.ipynb
- src/body_styles.ipynb
- src/electric.ipynb
website:
bread-crumbs: false
page-navigation: true
back-to-top-navigation: false
sidebar:
style: "docked"
contents:
- section: "Intro"
contents:
- href: src/plan.qmd
text: Statistical Analysis Plan
- section: "Results"
contents:
- href: src/colors.ipynb
text: Colors
- href: src/model_years.ipynb
text: Ages
- href: src/makes.ipynb
text: Makes
- href: src/body_styles.ipynb
text: Vehicle Body Styles
- href: src/electric.ipynb
text: Electric Vehicles
navbar:
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/iamgiddyaboutgit/cars
search: true
left:
- href: src/plan.qmd
text: Statistical Analysis Plan
- href: src/colors.ipynb
text: Results
format:
html:
embed-resources: true
theme:
dark: darkly
light: flatly
fontsize: 1.1em
css: styles.css
toc: true
echo: false
code-overflow: wrap