-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
98 lines (91 loc) · 2.68 KB
/
Copy path_quarto.yml
File metadata and controls
98 lines (91 loc) · 2.68 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
project:
type: website
output-dir: "_site"
preview:
port: 4200
host: 127.0.0.1
browser: false
website:
image: "img/logo-light.png"
site-url: https://healthradartool.net
favicon: "favicon.ico"
bread-crumbs: false
draft-mode: gone
back-to-top-navigation: true
google-analytics: "G-7M3VC8YPT1"
# announcement:
# icon: info-circle
# dismissable: true
# content: "Please note that this platform is currently in beta. We are actively refining content and features as we test and improve the experience. Your feedback is welcome during this early stage."
# type: info
# position: below-navbar
search:
location: navbar
type: textbox
navbar:
logo: "img/Health RADAR Logo Transparent.png"
left:
- text: Home
href: index.qmd
- text: Data Sources
href: data.qmd
- text: About
href: about.qmd
- text: Guides
menu:
- text: Climate
href: guides/climate/climate.qmd
- text: Modelling
href: guides/modelling/modelling.qmd
- text: Entomology
href: guides/entomology/entomology.qmd
# - text: Updates
# href: updates.qmd
- text: Contribute
href: contribute.qmd
- text: Report issues
href: issues.qmd
right:
- icon: github
href: https://github.com/healthradartool/HealthRADAR
aria-label: RADAR GitHub
pinned: true
page-footer:
left: "© Copyright <span id='footer-year'></span>, Health RADAR<script>document.getElementById('footer-year').textContent = new Date().getFullYear();</script>"
center:
- text: About
href: about.qmd
- text: Data Sources
href: data.qmd
- text: Contribute
href: contribute.qmd
- text: Report issues
href: issues.qmd
right: |
<div>
<img src="/img/wellcome-logo-white.png" width="100px" alt="Wellcome Logo" />
<div style="font-size: 1em; color: white; font-weight: 500; margin-top: 10px">Funded by Wellcome</div>
</div>
language:
search-text-placeholder: "Search"
format:
html:
theme:
light: [flatly, style-light.scss, style-base.scss]
#dark: [darkly, style-dark.scss, style-base.scss]
toc: true
mainfont: "Roboto"
monofont: "JetBrains Mono"
code-fold: true
code-summary: "Show the code"
highlight-style: atom-one
footnotes-hover: true
execute:
freeze: auto
comments:
giscus:
repo: healthradartool/HealthRADAR
category: Announcements
mapping: title
loading: lazy
input-position: top