-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path_quarto.yml
86 lines (70 loc) · 1.52 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
project:
type: website
preview:
port: 3100
render:
# List index.qmd first so that / redirects to it
- /index.qmd
- /*.qmd
- assignment_milestone
- tutorials
- install_instructions
website:
title: "DSCI 310"
page-navigation: true
repo-url: https://github.com/UBC-DSCI/dsci-310-student
repo-actions: [edit, source, issue]
navbar:
search: true
left:
- href: index.qmd
text: Home
- href: syllabus.qmd
text: Syllabus
- href: assessments.qmd
text: Assessments
- href: tutorials.qmd
text: Tutorials
- href: computer-setup.qmd
text: Computer Setup
right:
- href: coc.qmd
text: Code of Conduct
sidebar:
- title: Assessments
contents:
- assessments.qmd
- text: "---"
- section: "Individual Assignments"
contents:
- assignment_milestone/ia1.qmd
- assignment_milestone/ia2.qmd
- text: "---"
- section: "Milestone"
contents:
- text: "---"
- section: "Teamwork"
contents:
- title: Tutorials
contents:
- tutorials.qmd
- section: "Tutorials"
contents:
- tutorials/t1.qmd
- tutorials/t2.qmd
- tutorials/t3.qmd
- tutorials/t4.qmd
format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true
execute:
echo: false
warning: false
editor:
markdown:
wrap: 72
render-on-save: true