-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
51 lines (42 loc) · 1.12 KB
/
_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
50
51
project:
type: "website"
website:
title: "QGreenland-Net"
site-url: "https://qgreenland-net.github.io"
repo-url: &repo-url "https://github.com/qgreenland-net/qgreenland-net.github.io"
repo-actions: ["edit", "issue"]
navbar:
left:
- text: "Records"
menu:
- text: "Decisions"
href: "decisions/index.md"
- text: "Notes"
href: "notes/index.md"
- text: "Media"
menu:
- text: "Diagrams"
href: "diagrams/index.md"
- text: "Interfaces"
href: "interfaces/index.md"
- text: "Presentations"
href: "presentations/index.md"
- text: "Requirements"
href: "requirements.md"
- text: "Evaluations"
href: "evaluations/index.md"
- text: "How-tos"
href: "how-tos/index.md"
right:
- icon: "github"
aria-label: "GitHub"
href: *repo-url
page-footer:
left: "© NSIDC and ADC 2024"
right: "Built with [Quarto](https://quarto.org/) ❤️"
format:
html:
theme:
light: ["flatly", "styles.css"]
dark: ["darkly", "styles.css"]
toc: true