-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
65 lines (62 loc) · 1.78 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
52
53
54
55
56
57
58
59
60
61
62
63
64
project:
type: website
output-dir: _site
website:
title: "Data Assimilation Docs"
repo-url: https://github.com/paocorrales/DA-documentation
issue-url: https://github.com/paocorrales/DA-documentation/issues/new/choose
repo-actions: [edit, issue]
page-navigation: true
# bread-crumbs: true
page-footer:
center:
- text: "About"
href: about.qmd
- text: "License"
href: license.qmd
- text: "Contribute"
href: contribute.qmd
- text: "Contributors"
href: contributors.qmd
- icon: github
href: https://github.com/paocorrales/DA-documentation
aria-label: GitHub
navbar:
left:
- text: "Home"
href: index.qmd
- text: "About this page"
href: about.qmd
- text: "GSI"
menu:
- text: "How GSI works"
href: content/gsi/01-gsi.qmd
- text: "Assimilation of conventional obs"
href: content/gsi/02-convencionals.qmd
- text: "Assimilation of radiances"
href: content/gsi/03-radiances.qmd
- text: "Undestanding diag files"
href: content/gsi/04-diagfiles.qmd
- text: "Tutorial"
href: content/gsi/05-tutorial.qmd
- text: "Observations"
menu:
- text: "Working with bufr files"
href: content/observations/01-bufr.qmd
- text: "Conventional obs bufr"
href: content/observations/02-conv-bufr.qmd
- text: "Radiance obs bufr"
href: content/observations/03-rad-bufr.qmd
tools:
- icon: github
href: https://github.com/paocorrales/DA-documentation
text: GitHub
format:
html:
theme: flatly
highlight-style: solarized
code-copy: true
code-overflow: scroll
css: styles.css
toc: true
editor: visual