-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
117 lines (104 loc) · 3.14 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
project:
type: website
output-dir: _site
preview:
port: 4200
render:
- "*.qmd"
- "*.md"
- "*.ipynb"
- "*.Rmd"
- "!CONTRIBUTING.md"
- "!render_scripts/data/README-gh-pages.md"
- "!webinars/dummy-webinar-page.qmd"
post-render:
- render_scripts/copy_gh_pages_readme.ts
format:
html:
theme:
light: [flatly, css/lightstyle.scss]
dark: [darkly, css/darkstyle.scss]
mainfont: Atkinson Hyperlegible
css: css/styles.css
toc: true
editor: visual
execute:
freeze: auto
website:
title: "JEDI Outreach Group"
description: "The Justice, Equity, Diversity, and Inclusion (JEDI) Outreach Group, a community of statisticians and data scientists, is committed to communication, programming, and professional development to advance and support a society that values all people."
favicon: "images/jedi-favicon-32px.ico"
site-url: "https://datascijedi.org"
repo-url: "https://github.com/datascijedi/website/"
open-graph: true
twitter-card:
card-style: summary
site: "@datascijedi"
description: "The Justice, Equity, Diversity, and Inclusion (JEDI) Outreach Group, a community of statisticians and data scientists, is committed to communication, programming, and professional development to advance and support a society that values all people."
image: "images/jedi-logo-square.png"
page-navigation: true
navbar:
logo: images/jedi-logo-square.png
logo-alt: "JEDI logo"
align: center
left:
- text: "#JEDIatJSM"
file: jedi-at-jsm.qmd
- text: "About"
file: about.qmd
- text: "Activities"
file: activities.qmd
- jedi-corner.qmd
- resources.qmd
- text: "Get Involved"
file: get-involved.qmd
right:
- icon: twitter
href: https://twitter.com/datascijedi
aria-label: Twitter
- icon: linkedin
href: https://www.linkedin.com/showcase/justice-equity-diversity-and-inclusion-organizing-group
aria-label: LinkedIn
- icon: instagram
href: https://www.instagram.com/datascijedi/
aria-label: Instagram
- icon: facebook
href: https://www.facebook.com/DataSciJEDI/
aria-label: Facebook
- icon: github
href: https://github.com/datascijedi/website
aria-label: GitHub
sidebar:
- title: "Activities"
style: "floating"
collapse-level: 2
align: left
border: true
contents:
- text: "Committees"
file: activities.qmd
- text: "Webinars"
file: webinars.qmd
- text: "Newsletter"
file: weekly-newsletter.qmd
- title: "Get Involved"
style: "floating"
collapse-level: 2
align: left
border: true
contents:
- text: "Get Involved"
file: get-involved.qmd
- text: "Spread the Word"
file: spread-the-word.qmd
- text: "Share Announcements"
file: share-announcements.qmd
repo-actions: [edit]
page-footer:
border: true
left: "Copyright 2023 © JEDI"
right:
- text: "License"
href: LICENSE.md
- text: "Code of Conduct"
href: CODE_OF_CONDUCT.md