-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (47 loc) · 1.07 KB
/
Copy path_quarto.yml
File metadata and controls
49 lines (47 loc) · 1.07 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "labs/*.qmd"
- "exercises/*.qmd"
- "homeworks/*.qmd"
- "milestones/*.qmd"
- "dataset/*.qmd"
- "!CourseDocs/**"
website:
title: "MAS STAT-5101"
navbar:
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About
- text: Labs
menu:
- href: labs/lab01_creativity.qmd
text: Lab 01 — Creativity Study
- href: labs/lab02_randomization.qmd
text: Lab 02 — Randomization Test
- text: Homeworks
menu:
- href: homeworks/hw02.qmd
text: HW 02 — Inference Practice
- text: Exercises
menu:
- href: exercises/ch01_exercises.qmd
text: Chapter 1 Exercises
- text: Milestones
menu:
- href: milestones/milestone1.qmd
text: Milestone 1
right:
- icon: github
href: https://github.com/logicartis/mas-stat-5101
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true