-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
69 lines (65 loc) · 2.01 KB
/
_quarto.yml
File metadata and controls
69 lines (65 loc) · 2.01 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
project:
type: website
output-dir: docs # for GitHub pages
render:
- "*.qmd"
website:
## ANNOUNCEMENT BAR (shows on all pages)
# announcement:
# icon: info-circle-fill
# dismissable: false # true or false
# content: "**Due to staff absence, response to enquiries may be delayed. Expected return in Jan 2027.**"
# type: warning # primary, secondary, success, danger, warning, info, light, dark
# position: below-navbar # below-navbar or above-navbar
title: "**CARDAT**"
page-footer:
border: true
left: "Clean Air and health Research Data and Analysis Technology platform"
right:
- text: '{height=5em margin-bottom=0 fig-align="center"}'
href: https://safeair.org.au
- text: '{height=5em margin-bottom=0 fig-align="center"}'
href: https://research.curtin.edu.au/whocc-cchia/
# top navbar, linked to sidebars
navbar:
search: true
right:
- text: "Home"
href: index.qmd
- sidebar:about
- sidebar:using-cardat
- href: data_and_tools/index.qmd
- href: projects/index.qmd
- text: "Contact us"
href: mailto:car.data@curtin.edu.au
sidebar:
- id: about
title: "About"
contents:
- about/index.qmd
- about/infrastructure.qmd
- id: using-cardat
title: "Using CARDAT"
contents:
- using_cardat/index.qmd
- using_cardat/data_access_request_form.qmd
- text: "Data Inventory"
href: /data_inventory/index.html
- using_cardat/user_guide.qmd
# - id: data-tools
# title: "Data and Tools"
# contents:
# - data_and_tools/index.qmd
# - id: projects
# title: "Projects"
# contents:
# - projects/index.qmd
format:
html:
include-in-header:
- file: header.html # link font Roboto
embed-resources: true
theme:
- main.scss
css: styles.css
toc: true