-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
56 lines (50 loc) · 1.21 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
project:
type: website
output-dir: docs
output:
html_document:
toc: yes
toc_float: yes
toc_depth: 2
theme: cosmo
highlight: tango
df_print: paged
lib_dir: site_libs
self_contained: no
includes:
in_header: "favicon.html"
# All icons were obtained from https://icons.getbootstrap.com/
website:
page-navigation: true
title: "SDS 192 Fall '23"
navbar:
left:
- text: Resources
href: Resources.qmd
- icon: book
href: https://mdsr-book.github.io/mdsr2e/
- text: T & T
href: https://moderndive.com/C-appendixC.html
- icon: slack
href: https://www.slack.com
- text: R
href: http://hcc-rstudiosrv1.hcc.edu:8787/auth-sign-in
right:
- icon: github
href: https://github.com/
# - 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/schwab.qmd
# - icon: fa-github fa-lg
# href: https://github.com/rudeboybert/SDS192
page-footer:
right:
- text: credits
href: credits.qmd