-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
50 lines (45 loc) · 1.4 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
project:
type: website
website:
title: "ISSS624"
navbar:
pinned: true
left:
- text: Hands-on Exercises
menu:
- text: Hands-on Exercise 1
href: HandsOnEx\HandsOnEx01\HandsOnEx01.qmd
- text: Hands-on Exercise 2
href: HandsOnEx\HandsOnEx02\HandsOnEx02.qmd
- text: Hands-on Exercise 3
href: HandsOnEx\HandsOnEx03\HandsOnEx03.qmd
- text: Hands-on Exercise 4
href: HandsOnEx\HandsOnEx04\HandsOnEx04.qmd
- text: In-Class Exercises
menu:
- text: In-class Exercise 1
href: InClassEx\InClassEx01\InClassEx01.qmd
- text: In-class Exercise 2
href: InClassEx\InClassEx02\InClassEx02.qmd
- text: In-class Exercise 3
href: InClassEx\InClassEx03\InClassEx03.qmd
- text: In-class Exercise 4
href: InClassEx\InClassEx04\InClassEx04.qmd
- text: In-class Exercise 5
href: InClassEx\InClassEx05\InClassEx05.qmd
- text: Take Home Exercises
menu:
- text: Take Home Exercise 1
href: TakeHomeEx\TakeHomeEx01\TakeHomeEx01.qmd
- text: Take Home Exercise 2
href: TakeHomeEx\TakeHomeEx02\TakeHomeEx02.qmd
right:
- href: index.qmd
text: Home
- about.qmd
format:
html:
theme: flatly
css: styles.css
toc: true
editor: visual