-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
70 lines (62 loc) · 1.75 KB
/
_quarto.yml
File metadata and controls
70 lines (62 loc) · 1.75 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
60
61
62
63
64
65
66
67
68
69
70
project:
type: website
output-dir: docs
website:
page-navigation: true
title: "STAT 202"
description: "Homepage for STAT 202"
#site-url: "https://stat202_website.github.io/website/"
site-url: "https://dsass1.github.io/stat202_website/"
repo-url: https://github.com/dsass1/stat202_website
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
sidebar:
-id: stat202-web
background: "#BBB8B8"
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: person-fill
href: https://campuswire.com/c/G94567F0C
text: "Campuswire"
- icon: laptop
href: https://northwestern.zoom.us/j/99863923813
text: "Zoom"
style: "docked"
search: true
contents:
- href: index.qmd
text: Daily agenda
- href: course-schedule.qmd
text: Schedule
- href: course-project.qmd
text: Final project
- href: course-anu.qmd
text: Accessible NU
- href: course-regrade.qmd
text: Re-grade Requests
- section: "Additional Resources"
contents:
- href: course-syllabus.qmd
text: Syllabus
- href: course-team.qmd
text: Office hours
- href: course-links.qmd
text: Useful links
- href: course-lectures.qmd
text: Lecture videos
- href: course-solutions.qmd
text: Activity solutions
- href: course-ec.qmd
text: Extra Credit
- href: course-irl.qmd
text: Stats and Data IRL
format:
html:
theme: cosmo
toc: true
link-external-newwindow: true
#freeze: auto
editor: visual