-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
66 lines (56 loc) · 1.43 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
project:
type: website
website:
title: "Monthly runoff LSTM"
site-url: https://csiro-hydroinformatics.github.io/monthly-lstm-runoff/
# favicon: ./img/favicon.png
# image: ./img/favicon.png
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)"
left: "© CC-By CSIRO"
navbar:
# logo: ./img/favicon.png
href: https://csiro-hydroinformatics.github.io/monthly-lstm-runoff/
title: false
collapse-below: lg
left:
- href: index.qmd
text: Home
# - about.qmd
- text: "Installation"
href: getting-set-up.qmd
- text: "Sample workflows"
href: documentation.qmd
right:
- icon: github
href: https://github.com/csiro-hydroinformatics/monthly-lstm-runoff
# - icon: twitter
# href: https://twitter.com/openscapes
sidebar:
- id: installation
title: "Installation"
style: "floating"
collapse-level: 2
align: left
contents:
- getting-set-up.qmd
- id: documentation
title: "Sample workflows"
style: "floating"
collapse-level: 1
align: left
contents:
- documentation.qmd
- section: "Examples"
contents:
- ./notebooks/tf_models.ipynb
format:
html:
theme:
light: cosmo
dark: darkly
css: styles.css
highlight-style: breeze
toc: true
toc-title: Contents
toc-location: right