-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (48 loc) · 1.17 KB
/
mkdocs.yml
File metadata and controls
57 lines (48 loc) · 1.17 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
site_name: The Randolph Glacier Inventory
site_url: https://rgidata.org
site_description: >
The Randolph Glacier Inventory (RGI) is a global dataset of glacier outlines,
produced by the IACS Working Group on the Randolph Glacier Inventory.
theme:
name: material
custom_dir: overrides
logo: img/rgi_logo/rgi_logo_blue.png
favicon: img/rgi_logo/favicon.png
palette:
primary: white
accent: indigo
features:
- navigation.instant
- navigation.top
- toc.follow
plugins:
- blog
not_in_nav: |
privacy.md
exclude_docs: |
user_guide/**/*.md
nav:
- Home: index.md
- Versions: versions.md
- About: about.md
- Related Products: products.md
- Blog: blog/index.md
- "User Guide (v7.0)": https://rgidata.org/user_guide/
copyright: >
© 2026 RGI Consortium –
<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
·
<a href="/privacy/">Privacy</a>
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/glims-rgi
name: RGI on GitHub
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- toc:
permalink: true