-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
73 lines (65 loc) · 1.75 KB
/
_quarto.yml
File metadata and controls
73 lines (65 loc) · 1.75 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
project:
type: website
output-dir: docs
website:
title: "Spatial Planning @ UQ"
navbar:
left:
- text: Home
href: index.qmd
- text: _shinyplanr_
href: shinyplanr.qmd
- text: Where we work
menu:
- text: Weddell Sea
href: whereWeWork/WeddellSea.qmd
- text: Kosrae
href: whereWeWork/Kosrae.qmd
- text: Fiji
href: whereWeWork/Fiji.qmd
- text: Vanuatu
href: whereWeWork/Vanuatu.qmd
- text: Planning Approach
menu:
- text: Decision Support Tools
href: approach/prioritizr.qmd
- text: Research Focus
href: approach/elements.qmd
- text: Our Tools
href: tools.qmd
- text: Our Services
href: services.qmd
- text: Publications
href: publications.qmd
# your social media handles
right:
# - icon: envelope
# aria-label: email
# href: "mailto:a.richardson1@uq.edu.au"
- icon: github
href: https://github.com/SpatialPlanning
target: _blank
page-footer:
center: "This page is built with [Quarto](https://quarto.org/)."
left: "© Website Dr Jason D. Everett 2026"
right: |
<span class="faux-block"><a href="https://github.com/SpatialPlanning/SpatialPlanning.github.io" target="_blank">View source on GitHub</a></span>
resources:
- "data/*"
format:
html:
# theme: cosmo
theme: spacelab
# theme: yeti
css: styles.css
toc: true
toc-depth: 5
toc-expand: 4
toc-location: right
code-copy: true
code-overflow: wrap
link-external-newwindow: true
link-external-icon: true
editor: source
page-layout: full
lightbox: true