-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
43 lines (40 loc) · 995 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
project:
type: website
resources:
- "data/*.csv"
- "data/*.txt"
- CNAME
website:
title: "SCORE Sports Data Repository"
page-footer: "Maintained by [Ron Yurko](https://www.stat.cmu.edu/~ryurko/)"
cookie-consent: true
google-analytics: "G-TR6GTHPX8L"
navbar:
left:
- href: index.qmd
text: Home
- by-statsds-topic.qmd
- submit-data.qmd
- data-sources.qmd
- href: https://modules.scorenetwork.org/
text: Module Repository
- href: https://scorenetwork.org/index.html
text: SCORE Network
right:
- icon: twitter
href: https://twitter.com/scorenetworkorg
- icon: linkedin
href: https://www.linkedin.com/company/scorenetworkorg/
sidebar:
contents: auto
collapse-level: 1
repo-url: https://github.com/SCOREnetworkorg/sports-data-repository
repo-actions: [edit, issue]
format:
html:
theme:
- cosmo
- score.scss
toc: true
execute:
freeze: auto