-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
73 lines (60 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
project:
type: website
output-dir: docs
output:
html_document:
toc: yes
toc_float: yes
toc_depth: 2
highlight: tango
df_print: paged
lib_dir: site_libs
self_contained: no
# All icons were obtained from https://icons.getbootstrap.com/
format:
html:
theme:
light: simplex
dark: darkly
website:
page-navigation: true
favicon: course-materials/website//images/192.png
title: "SDS 192"
navbar:
left:
- text: Resources
href: course-materials/website/Resources.qmd
- icon: book
href: https://mdsr-book.github.io/mdsr3e/
- text: T & T
href: https://moderndive.com/C-appendixC.html
- icon: slack
href: https://www.slack.com
- text: R
href: https://rstudio.smith.edu/auth-sign-in?appUri=%2F
- text: m
href: https://moodle.smith.edu/
right:
- icon: github
href: https://classroom.github.com/classrooms/144164606-sds-192-f23-sections-02-03
# - text: Problem Sets
# href: PS.html
# - text: Mini-Projects
# href: projects.Rmd
# - text: Midterms
# href: midterms.html
- text: Syllabus
href: ./course-materials/syllabus/syllabus.html
- text: Schwab
href: course-materials/website/schwab.qmd
# - icon: fa-github fa-lg
# href: https://github.com/rudeboybert/SDS192
# sidebar:
# style: docked
# contents:
# text: "Project 1"
# href: project1.qmd
page-footer:
right:
- text: credits
href: credits.qmd