-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yaml
81 lines (79 loc) · 2.27 KB
/
_quarto.yaml
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
project:
type: website
output-dir: docs
website:
# title: "Fish-MIP"
image: "one_line_colour_logo.png"
favicon: FishMIP_assets/one line logo/pngs/one-line-colour-logo_transparent_background.png
navbar:
background: primary
logo: "one_line_colour_logo.png"
logo-alt: FishMIP
logo-href: /index.html
collapse-below: lg
right:
- href: index.qmd
text: Home
- text: Approach
href: about.qmd
- text: People
menu:
- text: Science Coordination Group
href: sciencegroup.qmd
- text: Modelling Teams
href: modellingteams.qmd
- text: Working Groups
href: workinggroups.qmd
# - text: Models
# menu:
# - text: Global
# href: globalmodels.qmd
# - text: Regional
# href: regionalmodels.qmd
#file: models.qmd
- text: Protocols
href: protocols.qmd
- text: Publications
href: publications.qmd
- text: Data & Tools
href: tools.qmd
# menu:
# - text: Outputs
# href: outputs.qmd
# - text: Tools
# href: tools.qmd
#menu:
# - text: Input Explorer
# href: datatools/interactivetool.qmd
# - text: Country level outputs
# href: datatools/inputexplorer.qmd
# - text: Tutorials
# href: datatools/tutorials.qmd
# - text: Terms of Use
# href: datatools/termsofuse.qmd
#href: tools.qmd
- text: News
menu:
- text: Events
href: events.qmd
- text: Blog
href: blogs.qmd
- text: Join us
href: joinus.qmd
- icon: twitter
href: https://twitter.com/fishmip
target: _blank
- icon: github
href: https://github.com/Fish-MIP
target: _blank
page-footer:
background: "#9FD0D7"
left: "Copyright © 2023 [Fish-MIP](https://github.com/Fish-MIP)"
center: "Built using [Quarto](https://quarto.org/)"
right: "<img src='FishMIP_assets/UN_OceanDecadeLogo.png' alt='UN Ocean Decade Logo' style='height: 7.5em; vertical-align: middle;'>"
format:
html:
theme: custom.scss
#css: styles.css
toc: false
editor: visual