-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
79 lines (69 loc) · 2.04 KB
/
_quarto.yml
File metadata and controls
79 lines (69 loc) · 2.04 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
71
72
73
74
75
76
77
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_async/"
repo-url: https://github.com/dsass1/stat202_async
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/G84F5E750
text: "Campuswire"
- icon: laptop
href: https://northwestern.zoom.us/j/99863923813
text: "Zoom"
style: "docked"
search: true
contents:
- href: index.qmd
text: About
- href: course-project.qmd
text: Final project
- href: course-week6.qmd
text: Week 6 (July 12 - 30)
- href: course-week5.qmd
text: Week 5 (July 15 - 21)
- href: course-week4.qmd
text: Week 4 (July 08 - 14)
- href: course-week3.qmd
text: Week 3 (July 01 - 07)
- href: course-week2.qmd
text: Week 2 (June 24 - 30)
- href: course-week1.qmd
text: Week 1 (June 20 - 23)
# - href: course-anu.qmd
# text: Accessible NU
- section: "Additional Resources"
contents:
- href: course-syllabus.qmd
text: Syllabus
# - 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, style.scss]
toc: true
link-external-newwindow: true
include-in-header: "style/fontawesome.html"
#freeze: auto
editor: visual