-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
87 lines (75 loc) · 2.09 KB
/
Copy path_quarto.yml
File metadata and controls
87 lines (75 loc) · 2.09 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
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
project:
type: website
output-dir: _site
resources:
- CNAME
render:
- "*.qmd"
- "*.ipynb"
- "!_template.qmd"
- "!_template.ipynb"
execute:
freeze: auto
editor:
render-on-save: true
website:
title: "Global RIver-lanD (GRID) Database"
page-navigation: false
site-url: "https://grid-db.github.io"
repo-url: "https://github.com/grid-db/grid-db.github.io"
favicon: "assets/artworks/grid-db-logo.png"
twitter-card: true
search:
location: navbar
type: overlay
# Add tracking id to track website traffic via umami
body-header: |
<script defer src="https://cloud.umami.is/script.js" data-website-id="9749f614-5da0-4a9c-9952-d69f9aaefdcd"></script>
navbar:
search: true
title: false
logo: "assets/artworks/grid-db-logo.png"
logo-alt: "Global RIver-lanD (GRID) Database"
right:
- href: index.qmd
text: Home
- href: about.qmd
text: About
- href: get-involved.qmd
text: Get Involved
- sidebar:data
- href: education/index.qmd
text: Education
- href: events/index.qmd
text: News & Events
- href: people/people.qmd
text: People
sidebar:
- id: data
title: Data
style: docked
collapse-level: 2
contents:
- database/data-overview.qmd
- database/data-access.qmd
- database/contribute-data.qmd
- database/data-use-and-embargo-policy.qmd
- database/data-highlights.qmd
page-footer:
center: © 2025 · Built with {{< fa heart title="a heart" >}} and [{fig-alt="Quarto" width=65px}](https://quarto.org/){target=_blank}
right:
- icon: github
href: https://github.com/grid-db/grid-db.github.io
target: _blank
format:
html:
theme:
light: [simplex, assets/sass/theme-light-custom.scss]
dark: [simplex, assets/sass/theme-dark-custom.scss]
toc: true
toc-expand: 1
link-external-newwindow: true
smooth-scroll: true
title-block-banner: true
code-line-numbers: true
css: assets/css/styles.css