-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
54 lines (41 loc) · 937 Bytes
/
_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
project:
type: website
output-dir: ./docs
output:
html_document:
toc: yes
toc_float: yes
toc_depth: 2
theme: lumen
highlight: tango
df_print: paged
lib_dir: site_libs
self_contained: no
# All icons were obtained from https://icons.getbootstrap.com/
website:
page-navigation: true
title: "NECOMMIT Fall '23"
navbar:
left:
- text: NYC data
href: https://www.nyc.gov/site/nypd/stats/reports-analysis/stopfrisk.page
- text: R
href: https://posit.cloud/
right:
- icon: github
href: https://github.com/Nics-Github/NECOMMIT-2023
- text: Resources
href: /sources/resources.html
- text: Sources
href: /sources/websites.html
- text: Schwab
href: schwab.qmd
page-footer:
right:
- text: credits
href: credits.qmd
format:
html:
theme: lumen
css: styles.css
toc: true