-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
64 lines (57 loc) · 1.45 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
project:
type: website
output-dir: docs
website:
title: "Dr. Furtado"
reader-mode: true
navbar:
search: true
background: light
collapse-below: lg
left:
- text: "Home"
href: index.qmd
- text: "Teaching"
href: teaching.qmd
- text: "Blog"
href: blog/index.qmd
right:
- icon: twitter
href: https://twitter.com/ofurtado
- icon: github
href: https://github.com/drfurtado
sidebar:
- id: 377-intro
collapse-level: 1
style: "docked"
contents:
- section: "Course Information"
contents:
- text: "Introduction"
href: courses/377/index.qmd
- text: "Syllabus"
href: courses/377/syllabus.qmd
- text: "Course Sequence"
href: courses/377/sequence.qmd
- section: "Supplementary Material"
contents:
- text: "Fitts and Posner Stages of Learning"
href: courses/377/slm/fitts-posner.qmd
- id: 477-intro
collapse-level: 1
style: "docked"
contents:
- text: "KIN 477 Intro"
href: courses/477/index.qmd
- text: "Syllabus"
href: courses/477/syllabus.qmd
- section: "Assignments"
contents:
- text: "Discussion 1"
href: courses/477/assignments/disc1.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
editor: visual