-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
74 lines (62 loc) · 1.94 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
63
64
65
66
67
68
69
70
71
72
73
74
# This file controls the settings for your Quarto template. Modified from www.marvinschmitt.com
# website settings
website:
title: "Mathematical Marine Ecology Lab" # Your name
description: "The Mathematical Marine Ecology Lab uses mathematical, statistical and computational tools to investigate human impacts on our oceans - and to find solutions" # A brief slogan (optional)
image: people/Anthony.png
favicon: img/favicon.png
# start of the navigation bar at the top of the website
navbar:
pinned: true
logo: /img/logo.png
# your sub-pages
left:
- text: "People"
href: people/index.qmd
- text: "Research"
href: research/index.qmd
- text: "Future Projects"
href: future/index.qmd
- text: "Blog"
href: blog.qmd
- text: "Lab Publications"
href: https://scholar.google.com.au/citations?hl=en&user=RLeJq98AAAAJ&view_op=list_works&sortby=pubdate
target: _blank
# your social media handles
right:
- icon: envelope
aria-label: email
href: "mailto:a.richardson1@uq.edu.au"
- icon: github
href: https://github.com/MathMarEcol
# Don't touch unless you know what you are doing :) ------------
search:
location: navbar
type: textbox
page-footer:
left: |
<span class="faux-block">© 2024 Mathematical Marine Ecology Laboratory, The University of Queensland</span>
right: |
<span class="faux-block"><a href="https://github.com/MathMarEcol/MathMarEcol.github.io">View source on GitHub</a></span>
project:
type: website
output-dir: docs
preview:
browser: true
watch-inputs: true
navigate: true
execute:
freeze: false
format:
html:
fontsize: 1.1em
theme:
- solar #
# - html/styles.scss
page-layout: full
toc: false
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true