-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
59 lines (53 loc) · 1.42 KB
/
_quarto.yml
File metadata and controls
59 lines (53 loc) · 1.42 KB
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
project:
type: website
render:
- "index.qmd"
- "*/index.qmd" # new sport pages
- "*/*/index.qmd" # module pages
- "by-statsds-topic.qmd"
resources:
- "_img/default_thumbnail.png" # provide default thumbnail
metadata-files:
- sidebar-sports.yml
website:
title: "SCORE Module Repository"
google-analytics: "G-D8W3NNYGGP"
cookie-consent:
type: implied
prefs-text: "Manage cookies"
page-footer:
center:
Maintained by [Ron Yurko](https://www.stat.cmu.edu/~ryurko/)
We use cookies to track usage statistics
to help measure impact of the materials
for authors. Please consider allowing
tracking cookies.
navbar:
left:
- href: index.qmd
text: Home
# - by-statsds-topic.qmd
- href: https://data.scorenetwork.org/
text: Data Repository
- href: https://scorenetwork.org/index.html
text: SCORE Network
- href: https://modules.scorenetwork.org/#preprint-servers
text: Preprint Modules
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/module-repository
repo-actions: [issue]
format:
html:
theme:
- flatly
- score.scss
toc: true
execute:
freeze: auto