-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
67 lines (59 loc) · 1.69 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
project:
type: website
output-dir: docs
website:
google-analytics: G-E9WH3MHMF6
cookie-consent:
style: simple
favicon: assets/pydata-logo-final.png
title: "PyData NYC"
sidebar:
style: "docked"
search: true
navbar:
left:
- href: index.qmd
icon: house-heart
- href: pages/about.qmd
text: About
- text: Resources
menu:
- href: pages/sponsor_resources.qmd
text: Jobs, Books and Courses
- href: pages/previous-events.qmd
text: Previous Events
- href: pages/code_of_conduct.qmd
text: Code of Conduct
- text: Getting Involved
menu:
- text: Speaking
href: https://docs.google.com/forms/d/e/1FAIpQLSdPgj22St-VAw-el_LGImbWUrlff3EXfm6ghlCrYcb9_2G4-w/viewform
- text: Sponsorship
href: https://docs.google.com/forms/d/e/1FAIpQLSdPgj22St-VAw-el_LGImbWUrlff3EXfm6ghlCrYcb9_2G4-w/viewform
- text: Volunteering
href: mailto:[email protected]
- href: https://pydata.org/nyc2024/
text: PyData NYC Conference 2024
tools:
- icon: chat-fill
href: https://www.meetup.com/pydatanyc/
text: Meetup
- icon: youtube
href: https://www.youtube.com/@PyDataNYC
text: YouTube
- icon: linkedin
href: https://www.linkedin.com/company/pydata-nyc/
- icon: twitter-x
href: https://twitter.com/pydatanyc
- icon: discord
href: https://discord.gg/RxtaZvxYWM
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: false
page-layout: article
execute:
freeze: auto