-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
49 lines (43 loc) · 1007 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
project:
type: website
output-dir: docs
render:
- "index.qmd"
- "_team.qmd"
- "*/*/index.qmd"
- "by-statsds-topic.qmd"
website:
google-analytics: "G-JVDQHPRYT1"
cookie-consent:
type: implied
prefs-text: "Manage cookies"
title: "SLU SCORE Module Preprint Repository"
page-footer:
center:
Maintained by Ivan Ramler <br>
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: _team.qmd
text: SLU SCORE TEAM
- href: https://modules.scorenetwork.org/
text: SCORE Module Repository
- href: https://data.scorenetwork.org/
text: Data Repository
sidebar:
contents: auto
collapse-level: 1
format:
html:
theme:
- simplex
- score.scss
toc: true
execute:
freeze: auto